[linux-latest] 03/04: Re-introduce xen-linux-system packages, accidentally dropped in version 75

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Dec 4 05:42:47 UTC 2016


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

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

commit 06c5f4e6fa3c6e00147eca485f5cc0e57e7849ab
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Dec 4 05:27:25 2016 +0000

    Re-introduce xen-linux-system packages, accidentally dropped in version 75
---
 debian/bin/gencontrol.py | 1 +
 debian/changelog         | 1 +
 debian/rules.real        | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index 5e3241b..012ad7a 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -100,6 +100,7 @@ class Gencontrol(Base):
                 desc.append_short(config_description.get('part-short-' + part, ''))
 
             if self.config.merge('xen', arch, featureset, flavour):
+                makeflags['XEN'] = True
                 templates.extend(self.templates["control.xen-linux-system.latest"])
 
         packages_flavour = []
diff --git a/debian/changelog b/debian/changelog
index d5868b1..7ab1272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux-latest (77) UNRELEASED; urgency=medium
 
   * Update to 4.8.0-2
   * Use debhelper compatibility level 9
+  * Re-introduce xen-linux-system packages, accidentally dropped in version 75
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 04 Dec 2016 05:15:27 +0000
 
diff --git a/debian/rules.real b/debian/rules.real
index 7c7cd11..7df3de6 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -58,3 +58,6 @@ install-flavour:
 ifeq ($(DEBUG),True)
 	$(MAKE) -f debian/rules.real install-base DH_OPTIONS='-plinux-image$(LOCALVERSION)-dbgsym' GENCONTROL_ARGS='$(GENCONTROL_ARGS) -DAuto-Built-Package=debug-symbols'
 endif
+ifeq ($(XEN),True)
+	$(MAKE) -f debian/rules.real install-base DH_OPTIONS='-pxen-linux-system$(LOCALVERSION)'
+endif

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



More information about the Kernel-svn-changes mailing list