From dfa4cefaaab691880e2c24e603244b0485a181e0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Wed, 24 Nov 2004 10:00:37 +0000 Subject: python2.3 Author: mdz Date: 2003-08-08 13:01:51 GMT python2.3 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'debian') 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 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 Uploaders: Matt Zimmerman 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: -- cgit v1.2.3