Bastian Blank
2010-Jun-21 14:38 UTC
[Pkg-xen-changes] r784 - in trunk/xen/debian: . templates
Author: waldi Date: Mon Jun 21 14:38:27 2010 New Revision: 784 Log: * debian/rules.real: Use python-support. * debian/templates/control.source.in: Depend against python-support. Modified: trunk/xen/debian/rules.real trunk/xen/debian/templates/control.source.in Modified: trunk/xen/debian/rules.real =============================================================================--- trunk/xen/debian/rules.real Mon Jun 21 14:26:24 2010 (r783) +++ trunk/xen/debian/rules.real Mon Jun 21 14:38:27 2010 (r784) @@ -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_pycentral usr/lib/xen-$(VERSION) + dh_pysupport /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 Mon Jun 21 14:26:24 2010 (r783) +++ trunk/xen/debian/templates/control.source.in Mon Jun 21 14:38:27 2010 (r784) @@ -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, quilt, - python-dev (>= 2.3), python-central (>= 0.5), + python-dev (>= 2.3), python-support, bcc, gcc-multilib, e2fslibs-dev,