[linux-signed] 01/01: debian/control: Correct syntax of Built-Using field (Closes: #846488)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Dec 9 12:50:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux-signed.

commit beef2f071a9bc056dddd67b03e2e5fd1eeaabb02
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Dec 9 12:48:53 2016 +0000

    debian/control: Correct syntax of Built-Using field (Closes: #846488)
---
 debian/bin/gencontrol.py | 2 +-
 debian/changelog         | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index 73e45d5..991a22d 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -40,7 +40,7 @@ class Gencontrol(Base):
     def do_main_setup(self, vars, makeflags, extra):
         makeflags['VERSION'] = self.version.linux_version
         makeflags['GENCONTROL_ARGS'] = (
-            '-v%(binaryversion)s -DBuilt-Using="linux (%(imagesourceversion)s)"'
+            '-v%(binaryversion)s -DBuilt-Using="linux (= %(imagesourceversion)s)"'
             % vars)
         makeflags['PACKAGE_VERSION'] = self.binary_version
 
diff --git a/debian/changelog b/debian/changelog
index a8baffe..5f62235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux-signed (3.4) UNRELEASED; urgency=medium
+
+  * debian/control: Correct syntax of Built-Using field (Closes: #846488)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Fri, 09 Dec 2016 12:48:17 +0000
+
 linux-signed (3.3) unstable; urgency=medium
 
   * Update to linux version 4.8.11-1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git



More information about the Kernel-svn-changes mailing list