From f79e26d344b927f566f8b67748b68dee5984b7b3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 8 Aug 2010 21:30:55 +0000 Subject: [PATCH] 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 --- debian/changelog | 4 ++++ debian/source/format | 1 + debian/templates/control.main.in | 4 +--- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index e75fc07f0..266a2b284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 08 Aug 2010 15:44:37 +0100 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..d3827e75a --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in index b172cbc2e..045643346 100644 --- a/debian/templates/control.main.in +++ b/debian/templates/control.main.in @@ -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@.