aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-10-23 18:32:28 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-10-23 18:32:28 +0100
commit719d7878c3814838227142b40ce1ce69737c58f1 (patch)
tree43f7b763230385f523901303a08db69dcd0ffb1f /debian/bin
parent12fe9f436f4a8c41f588c733827b6f15b47b2ad7 (diff)
downloadkernel_replicant_linux-719d7878c3814838227142b40ce1ce69737c58f1.tar.gz
kernel_replicant_linux-719d7878c3814838227142b40ce1ce69737c58f1.tar.bz2
kernel_replicant_linux-719d7878c3814838227142b40ce1ce69737c58f1.zip
debian/bin/gencontrol_signed.py: Fix code style error
Diffstat (limited to 'debian/bin')
-rwxr-xr-xdebian/bin/gencontrol_signed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/bin/gencontrol_signed.py b/debian/bin/gencontrol_signed.py
index 7b534043d35f..431630488e45 100755
--- a/debian/bin/gencontrol_signed.py
+++ b/debian/bin/gencontrol_signed.py
@@ -220,8 +220,8 @@ class Gencontrol(Base):
# image package.
self._substitute_file(
"image.meta.bug-presubj", vars,
- self.template_debian_dir +
- "/linux-image%s.bug-presubj" % vars['localversion'])
+ self.template_debian_dir
+ + "/linux-image%s.bug-presubj" % vars['localversion'])
merge_packages(packages, packages_own, arch)
makefile.add('binary-arch_%s_%s_%s_real' % (arch, featureset, flavour),