summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-09-18 14:57:22 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-09-18 14:57:22 +0200
commite7811c1935bb36b35bfe0ba30056ac4209a27377 (patch)
tree5bd551480048e60d2ac042d3d2e20c2eab7e01f3 /debian
parent17e8b974718928e8e5a1b80ac2c45e6f7ff98441 (diff)
downloadpython-apt-e7811c1935bb36b35bfe0ba30056ac4209a27377.tar.gz
* apt/package.py:
- do not return None in sourcePackageName (LP: #123062)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cc4c2aef..b834036a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
python-apt (0.7.7.1ubuntu4) intrepid; urgency=low
+ * apt/package.py:
+ - do not return None in sourcePackageName (LP: #123062)
* python/progress.cc:
- when pulse() does not return a boolean assume "true"
(thanks to Martin Pitt for telling me about the problem)