summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-03 14:33:03 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-03 14:33:03 +0100
commita5f0b3a05f85e5c24d0cbc6f5cfd3834346e79aa (patch)
tree71df1e9ca4edcbcd9769e43eca65781dc4637268 /debian
parenta8dda6d93b07b7226a3aa41baa50ca059674566e (diff)
downloadpython-apt-a5f0b3a05f85e5c24d0cbc6f5cfd3834346e79aa.tar.gz
Use the binary package version in Version.fetch_source() if the
source version is not specified (i.e. in the normal case).
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 1c1575a0..30a1182a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-apt (0.7.93.4) unstable; urgency=low
* apt/package.py:
- Create a string class BaseDependency.__dstr which makes '>' equal to
'>>' and '<' equal to '<<' (compatibility).
+ - Use the binary package version in Version.fetch_source() if the
+ source version is not specified (i.e. in the normal case).
* apt/progress/text.py:
- Drop InstallProgress, it's useless to keep this alias around.