From b32cd9bab2d7125eaf6cae80d910d24fcbfa3773 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 13 Sep 2018 00:32:48 +0100 Subject: [PATCH] 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. --- debian/changelog | 1 + debian/templates/control.signed-template.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 74d9e41fa..e33812490 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 10 Sep 2018 22:25:53 +0100 diff --git a/debian/templates/control.signed-template.in b/debian/templates/control.signed-template.in index 3c720399a..a2834a9e7 100644 --- a/debian/templates/control.signed-template.in +++ b/debian/templates/control.signed-template.in @@ -1,6 +1,6 @@ Package: linux-image-@arch@-signed-template Build-Profiles: -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.