diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:37 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:37 +0000 |
| commit | dfa4cefaaab691880e2c24e603244b0485a181e0 (patch) | |
| tree | c2e3c95fef88fc4e6d4d49eee7abca0944756252 | |
| parent | e5d16b671f2a625893731b4ea0bd684bbd444323 (diff) | |
| download | python-apt-dfa4cefaaab691880e2c24e603244b0485a181e0.tar.gz | |
python2.3
Author: mdz
Date: 2003-08-08 13:01:51 GMT
python2.3
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index dc31fd8c..e7cd7c8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.5.8) unstable; urgency=low + + * Adjust build-depends to build with python2.3. No other changes. + * This seems to break the new source package support, probably because + the new source package support is buggy. + + -- Matt Zimmerman <mdz@debian.org> Fri, 8 Aug 2003 09:01:12 -0400 + python-apt (0.5.5.2) unstable; urgency=low * Add myself to Uploaders so that bugs don't get tagged as NMU-fixed anymore diff --git a/debian/control b/debian/control index 3feb5c3f..e57dcf89 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org> Standards-Version: 3.1.1 -Build-Depends: debhelper, libapt-pkg-dev (>= 0.5.5), apt-utils, python-dev (>= 2.2) +Build-Depends: debhelper, libapt-pkg-dev (>= 0.5.5), apt-utils, python-dev (>= 2.3) Package: python-apt Architecture: any diff --git a/debian/rules b/debian/rules index ce9b026a..8dab344d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PYTHON=/usr/bin/python +PYTHON=/usr/bin/python2.3 build: build-stamp build-stamp: |
