Guido Trotter
2006-Nov-01 16:18 UTC
[Pkg-xen-changes] r377 - in branches/sarge-compat: xen-3.0/debian xen-3.0/debian/templates xen-common/debian
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@lists.alioth.debian.org> Uploaders: Julien Danjou <acid@debian.org>, Jeremy T. Bouse <jbouse@debian.org>, Guido Trotter <ultrotter@debian.org>, Bastian Blank <waldi@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@lists.alioth.debian.org> Uploaders: Julien Danjou <acid@debian.org>, Jeremy T. Bouse <jbouse@debian.org>, Guido Trotter <ultrotter@debian.org>, Bastian Blank <waldi@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