summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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: