diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-04-16 16:51:34 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-04-16 16:51:34 +0200 |
| commit | bb13dd4c791468172047680daf7d90a78401cbeb (patch) | |
| tree | f7cc01d5bb231fbc97bad75fab6a02dee5a4e12f /debian | |
| parent | 94da5ef1e2d927649794382b38f6bd62bb1d4ae4 (diff) | |
| download | python-apt-bb13dd4c791468172047680daf7d90a78401cbeb.tar.gz | |
* Build for python2.4 as well. LP: #354812.
* setup.py:
- only use sphinx for python2.5 or later
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 06da4456..e0c03f5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-apt (0.7.9~exp2ubuntu11) jaunty; urgency=low + + [ Matthias Klose ] + * Build for python2.4 as well. LP: #354812. + + [ Michael vogt ] + * setup.py: + - only use sphinx for python2.5 or later + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 Apr 2009 16:50:38 +0200 + python-apt (0.7.9~exp2ubuntu10) jaunty; urgency=low * .bzr-buildpackage/default.conf: diff --git a/debian/control b/debian/control index c5200fba..abae4b5b 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> 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.6.11), python-all-dbg, python-sphinx (>= 0.5) +XS-Python-Version: 2.4, 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.6.11), python-all-dbg, python-sphinx (>= 0.5), python2.4-dev, python2.4-dbg 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 |
