[Pkg-xen-changes] r1007 - in trunk/xen/debian: . bin
Bastian Blank
waldi at alioth.debian.org
Sat May 5 19:24:54 UTC 2012
Author: waldi
Date: Sat May 5 19:24:54 2012
New Revision: 1007
Log:
* debian/bin/gencontrol.py: Fix architectures for flavour packages.
* debian/changelog: Update.
Modified:
trunk/xen/debian/bin/gencontrol.py
trunk/xen/debian/changelog
Modified: trunk/xen/debian/bin/gencontrol.py
==============================================================================
--- trunk/xen/debian/bin/gencontrol.py Mon Apr 30 14:33:28 2012 (r1006)
+++ trunk/xen/debian/bin/gencontrol.py Sat May 5 19:24:54 2012 (r1007)
@@ -91,6 +91,10 @@
else:
packages.append(package)
+ arches = package.setdefault('Architecture', PackageArchitecture())
+ if 'all' not in arches:
+ arches.add(arch)
+
package_name = packages_own[0]['Package']
for i in ('postinst', 'postrm'):
Modified: trunk/xen/debian/changelog
==============================================================================
--- trunk/xen/debian/changelog Mon Apr 30 14:33:28 2012 (r1006)
+++ trunk/xen/debian/changelog Sat May 5 19:24:54 2012 (r1007)
@@ -1,3 +1,9 @@
+xen (4.1.2-6) UNRELEASED; urgency=low
+
+ * Fix generation of architectures for hypervisor packages.
+
+ -- Bastian Blank <waldi at debian.org> Sat, 05 May 2012 21:24:18 +0200
+
xen (4.1.2-5) unstable; urgency=low
* Actually force init script rename. (closes: #669341)
More information about the Pkg-xen-changes
mailing list