mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
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:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
2
debian/templates/control.signed-template.in
vendored
2
debian/templates/control.signed-template.in
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user