diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-25 17:45:44 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-25 17:45:44 +0100 |
| commit | 319f06cf7e0b81f36a364c02e891cf94ea1e585f (patch) | |
| tree | 3e6c983f48ae1d92b4976967912ad9afb93c4fe2 | |
| parent | ac9fa49848d80f166f08f8d737ad242deea7c69e (diff) | |
| download | python-apt-319f06cf7e0b81f36a364c02e891cf94ea1e585f.tar.gz | |
* Rebuild for python2.6.
* Call dh_pycentral with "DH_PYCENTRAL=include-links".
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | 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 <doko@ubuntu.com> 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 <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> 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 |
