aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-10-26 06:10:02 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-10-26 14:47:44 +0100
commit51d8693766c15c1a0321284d34f81d11055d69cc (patch)
tree56dbcc09dfecb82c2c96855a78312a589db07ef1 /debian/bin
parente5a5bb931a1f05ca90f726fa91b65ffcdc3b1ad6 (diff)
downloadkernel_replicant_linux-51d8693766c15c1a0321284d34f81d11055d69cc.tar.gz
kernel_replicant_linux-51d8693766c15c1a0321284d34f81d11055d69cc.tar.bz2
kernel_replicant_linux-51d8693766c15c1a0321284d34f81d11055d69cc.zip
debian/bin/gencontrol_signed.py: Use the correct templates for meta-packages
Commit c5e1ff85ebc2 "gencontrol: Generalise substitution of debhelper config template" used "image" as the base name for debhelper configuration templates for all linux-image packages generated from linux-signed-*. We need to use "image.meta" for the meta-packages.
Diffstat (limited to 'debian/bin')
-rwxr-xr-xdebian/bin/gencontrol_signed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/gencontrol_signed.py b/debian/bin/gencontrol_signed.py
index ca4889d9646c..43ace4308d2a 100755
--- a/debian/bin/gencontrol_signed.py
+++ b/debian/bin/gencontrol_signed.py
@@ -213,7 +213,7 @@ class Gencontrol(Base):
(packages_meta[0]['Package'], makeflags)]
self.substitute_debhelper_config(
- 'image', vars,
+ 'image.meta', vars,
'linux-image%(localversion)s' % vars,
output_dir=self.template_debian_dir)