summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-10 17:51:01 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-10 17:51:01 +0200
commitf4ad2eba9cb8a84903691d6f31b5b90e07fb5ae3 (patch)
tree87a1e23e31b4f84c4821015b9b5a60ddbca6fc15 /debian
parent75eeb9186bd254f60964d2ec9e70c45ecc92a247 (diff)
downloadpython-apt-f4ad2eba9cb8a84903691d6f31b5b90e07fb5ae3.tar.gz
Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to
get a version number in setup.py (Closes: #523473)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 04d6a5d5..7f4a0203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-apt (0.7.10.1) unstable; urgency=low
+
+ * Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to
+ get a version number in setup.py (Closes: #523473)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 10 Apr 2009 15:27:28 +0200
+
python-apt (0.7.10) unstable; urgency=low
* Build-Depend on python-debian, use it to get version number from changelog