Fix minor issues reported by lintian:

- Add ${misc:Depends} to dependencies
- Add debian/source/format file
- Remove redundant priority and section fields

svn path=/dists/trunk/linux-kbuild-2.6/; revision=16105
This commit is contained in:
Ben Hutchings 2010-08-08 21:30:55 +00:00
parent 8b8625b349
commit f79e26d344
3 changed files with 6 additions and 3 deletions

4
debian/changelog vendored
View File

@ -2,6 +2,10 @@ linux-kbuild-2.6 (2.6.35-1~experimental.1) UNRELEASED; urgency=low
* New upstream version
* Update policy version to 3.9.1; no changes required
* Fix minor issues reported by lintian:
- Add ${misc:Depends} to dependencies
- Add debian/source/format file
- Remove redundant priority and section fields
-- Ben Hutchings <ben@decadent.org.uk> Sun, 08 Aug 2010 15:44:37 +0100

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
1.0

View File

@ -1,7 +1,5 @@
Package: linux-kbuild-@version@
Architecture: any
Section: devel
Priority: optional
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Kbuild infrastructure for Linux @version@
This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@.