From 319f06cf7e0b81f36a364c02e891cf94ea1e585f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 25 Feb 2009 17:45:44 +0100 Subject: * Rebuild for python2.6. * Call dh_pycentral with "DH_PYCENTRAL=include-links". --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a483876f..1c0c40a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.9~exp2ubuntu8) jaunty; urgency=low + + * Rebuild for python2.6. + * Call dh_pycentral with "DH_PYCENTRAL=include-links". + + -- Matthias Klose Sat, 21 Feb 2009 18:31:23 +0000 + python-apt (0.7.9~exp2ubuntu7) jaunty; urgency=low * apt/package.py: diff --git a/debian/control b/debian/control index 2c59f9ce..c5200fba 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ XSBC-Original-Maintainer: APT Development Team Uploaders: Matt Zimmerman , Michael Vogt Standards-Version: 3.7.2.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.20), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg, python-sphinx (>= 0.5) +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.20), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.6.11), python-all-dbg, python-sphinx (>= 0.5) XS-Original-Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu diff --git a/debian/rules b/debian/rules index 90b48cda..a96e17ff 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_AUTO_CLEANUP_RCS := yes DEB_PYTHON_SYSTEM=pycentral -export DH_PYCENTRAL=nomove +export DH_PYCENTRAL=include-links DEB_PYTHON_PACKAGES_EXCLUDE=python-apt-dbg @@ -27,7 +27,7 @@ build/python-apt:: install/python-apt-dbg:: for i in $(cdbs_python_build_versions); do \ - python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-apt-dbg; \ + python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-apt-dbg --install-layout=deb; \ done find debian/python-apt-dbg \ ! -type d ! -name '*_d.so' | xargs rm -f -- cgit v1.2.3