summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-03 19:40:22 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-03 19:40:22 +0100
commit60fa1ae39d5911d7051cfbeb1016db9d47ca331a (patch)
tree069e1a992adee2099ac09332024a23da629879f9 /debian
parent809ff1217079cb8e4790a1bc8f1fe187c8ded358 (diff)
downloadpython-apt-60fa1ae39d5911d7051cfbeb1016db9d47ca331a.tar.gz
python/generic.cc: Map UntranslatedDepType to dep_type_untranslated.
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 cb825163..7986b91c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-apt (0.7.93.4) unstable; urgency=low
* python/acquire-item.cc:
- Add AcquireItem.partialsize member.
+ * python/generic.cc:
+ - Map UntranslatedDepType to dep_type_untranslated.
* apt/package.py:
- Create a string class BaseDependency.__dstr which makes '>' equal to
'>>' and '<' equal to '<<' (compatibility).