Bastian Blank
2011-Jul-18 16:48 UTC
[Pkg-xen-changes] r902 - in trunk/xen/debian: . templates
Author: waldi Date: Mon Jul 18 16:48:10 2011 New Revision: 902 Log: * xen/debian/changelog: Update. * xen/debian/rules.real: Use dh_python2. * xen/debian/templates/control.source.in: Update build-deps. Modified: trunk/xen/debian/changelog trunk/xen/debian/rules.real trunk/xen/debian/templates/control.source.in Modified: trunk/xen/debian/changelog =============================================================================--- trunk/xen/debian/changelog Fri Jun 24 18:12:11 2011 (r901) +++ trunk/xen/debian/changelog Mon Jul 18 16:48:10 2011 (r902) @@ -2,6 +2,7 @@ * New upstream release. * Don''t use qemu-dm if it is not needed. (Backport from xen-unstable.) + * Use dh_python2. -- Bastian Blank <waldi at debian.org> Fri, 24 Jun 2011 17:19:44 +0000 Modified: trunk/xen/debian/rules.real =============================================================================--- trunk/xen/debian/rules.real Fri Jun 24 18:12:11 2011 (r901) +++ trunk/xen/debian/rules.real Mon Jul 18 16:48:10 2011 (r902) @@ -157,7 +157,7 @@ install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian install -D -m644 debian/xen-utils-$(VERSION).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME) dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION) - dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION) + dh_python2 -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION) dh_strip dh_makeshlibs -V dh_shlibdeps Modified: trunk/xen/debian/templates/control.source.in =============================================================================--- trunk/xen/debian/templates/control.source.in Fri Jun 24 18:12:11 2011 (r901) +++ trunk/xen/debian/templates/control.source.in Mon Jul 18 16:48:10 2011 (r902) @@ -4,7 +4,7 @@ Uploaders: Julien Danjou <acid at debian.org>, Guido Trotter <ultrotter at debian.org>, Bastian Blank <waldi at debian.org> Build-Depends: debhelper (>> 7), lsb-release, - python2.6-dev, python-support, + python-dev, bcc, gcc-multilib, e2fslibs-dev,