summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-01 17:00:37 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-01 17:00:37 +0100
commit28fcce3fe36ab2c3855d4c3766490272a7310392 (patch)
tree77c66e5820cc97464be27cfdd8a69c2a8d3f3d6c /debian
parentfec077050264e24d5259d4d9c3f43abb4fd4d294 (diff)
downloadpython-apt-28fcce3fe36ab2c3855d4c3766490272a7310392.tar.gz
* apt/package.py:
- Create a string class BaseDependency.__dstr which makes '>' equal to '>>' and '<' equal to '<<' (compatibility).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2d1c1892..ff189eb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ python-apt (0.7.93.4) unstable; urgency=low
* python/acquire-item.cc:
- Add AcquireItem.partialsize member.
+ * apt/package.py:
+ - Create a string class BaseDependency.__dstr which makes '>' equal to
+ '>>' and '<' equal to '<<' (compatibility).
-- Julian Andres Klode <jak@debian.org> Mon, 01 Mar 2010 16:13:22 +0100