[linux-signed] 07/09: debian/bin/gencontrol.py: Remove pointless build-dep on linux-image package

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Apr 16 01:04:24 UTC 2016


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

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

commit dce94da043b91322291f48ee41a01ed617870f11
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Apr 16 01:09:54 2016 +0100

    debian/bin/gencontrol.py: Remove pointless build-dep on linux-image package
    
    We can't even prepare the source package until the linux-image
    packages are available, so this just wastes buildd time.
---
 debian/bin/gencontrol.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index c1ddd83..a43726d 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -52,11 +52,6 @@ class Gencontrol(Base):
         makeflags['ABINAME'] = vars['abiname']
         makeflags['IMAGEVERSION'] = vars['imageversion']
 
-        packages['source']['Build-Depends'].append(
-            PackageRelationGroup(
-                'linux-image-%(abiname)s%(localversion)s (= %(imageversion)s)' % vars,
-                override_arches=(arch,)))
-
         packages_signed = self.process_packages(
             self.templates["control.image-signed"], vars)
 

-- 
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