linux-image-*-signed-template: Depend on dpkg-dev

The Debian signing service won't pay any attention to this, but it
sort of makes sense - you won't be able to build a source package
without dpkg-dev.

Fixes lintian error missing-dep-for-interpreter.
This commit is contained in:
Ben Hutchings 2018-09-13 00:32:48 +01:00
parent 337c56fa46
commit b32cd9bab2
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -27,6 +27,7 @@ linux (4.19~rc3-1~exp2) UNRELEASED; urgency=medium
* debian/signing_templates/rules: Use /usr/share/dpkg/architecture.mk
* linux-image-*-signed-template: Add ${misc:Depends} to Depends
* linux-image-*-signed-template: Include changelog and copyright files
* linux-image-*-signed-template: Depend on dpkg-dev
-- Ben Hutchings <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100

View File

@ -1,6 +1,6 @@
Package: linux-image-@arch@-signed-template
Build-Profiles: <!stage1>
Depends: ${misc:Depends}
Depends: dpkg-dev, ${misc:Depends}
Description: Template for signed linux-image packages for @arch@
This package is used to control code signing by the Debian signing
service.