[Pkg-xen-changes] r377 - in branches/sarge-compat: xen-3.0/debian xen-3.0/debian/templates xen-common/debian

Guido Trotter ultrotter at alioth.debian.org
Wed Nov 1 16:18:30 CET 2006


Author: ultrotter
Date: Wed Nov  1 16:18:30 2006
New Revision: 377

Modified:
   branches/sarge-compat/xen-3.0/debian/rules.real
   branches/sarge-compat/xen-3.0/debian/templates/control.source.in
   branches/sarge-compat/xen-common/debian/control
Log:
Comment out dh_pycentral and make debhelper compatibility required only >= 5 to make it work under sarge+bpo


Modified: branches/sarge-compat/xen-3.0/debian/rules.real
==============================================================================
--- branches/sarge-compat/xen-3.0/debian/rules.real	(original)
+++ branches/sarge-compat/xen-3.0/debian/rules.real	Wed Nov  1 16:18:30 2006
@@ -120,7 +120,7 @@
 	  usr/lib/xen-$(VERSION)$(ABINAME)/boot \
 	  usr/lib/xen-$(VERSION)$(ABINAME)
 	DH_OPTIONS= dh_install -p$(PACKAGE_NAME_IOEMU) --sourcedir=debian/tmp usr/share/xen-$(VERSION)$(ABINAME) usr/share
-	dh_pycentral
+	#dh_pycentral
 	dh_python
 	dh_strip
 	dh_shlibdeps

Modified: branches/sarge-compat/xen-3.0/debian/templates/control.source.in
==============================================================================
--- branches/sarge-compat/xen-3.0/debian/templates/control.source.in	(original)
+++ branches/sarge-compat/xen-3.0/debian/templates/control.source.in	Wed Nov  1 16:18:30 2006
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>
 Uploaders: Julien Danjou <acid at debian.org>, Jeremy T. Bouse <jbouse at debian.org>, Guido Trotter <ultrotter at debian.org>, Bastian Blank <waldi at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3), libsdl1.2-dev, bcc, dpatch, lsb-release, python-central (>= 0.5), zlib1g-dev
+Build-Depends: debhelper (>= 5), python-dev (>= 2.3), libsdl1.2-dev, bcc, dpatch, lsb-release, zlib1g-dev
 Build-Depends-Indep: transfig, tetex-bin, tetex-extra, gs-common
 Standards-Version: 3.7.2.0
 XS-Python-Version: current

Modified: branches/sarge-compat/xen-common/debian/control
==============================================================================
--- branches/sarge-compat/xen-common/debian/control	(original)
+++ branches/sarge-compat/xen-common/debian/control	Wed Nov  1 16:18:30 2006
@@ -4,7 +4,7 @@
 Maintainer: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>
 Uploaders: Julien Danjou <acid at debian.org>, Jeremy T. Bouse <jbouse at debian.org>, Guido Trotter <ultrotter at debian.org>, Bastian Blank <waldi at debian.org>
 Standards-Version: 3.7.2.0
-Build-Depends: debhelper (>= 5.0.37.2), dpatch
+Build-Depends: debhelper (>= 5), dpatch
 
 Package: xen-utils-common
 Architecture: all



More information about the Pkg-xen-changes mailing list