summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2012-03-05 13:05:39 +0100
committerJulian Andres Klode <jak@debian.org>2012-03-05 13:05:39 +0100
commitd37863d6d08a02b484577f7a6a67f163cc2f2902 (patch)
tree744d5389d7d0d7f8e6a5d826dd42f89bd2122b61 /debian
parent89df8999cddf71b1f5cbbc621d64260fd19f1bb2 (diff)
downloadpython-apt-d37863d6d08a02b484577f7a6a67f163cc2f2902.tar.gz
python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had Suggests value previously
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a585bbb4..b193ed71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
python-apt (0.8.4) UNRELEASED; urgency=low
+ [ Michael Vogt ]
* doc/examples/build-deps.py:
- update the build-deps.py example to use the apt API more
* add support for apt_pkg.Policy.get_priority(PkgFileIterator)
@@ -14,6 +15,10 @@ python-apt (0.8.4) UNRELEASED; urgency=low
- add support a filename argument in apt_pkg.TagFile() (in addition
to the file object currently supported)
+ [Julian Andres Klode ]
+ * python/apt_pkgmodule.cc:
+ - Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had Suggests value previously
+
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Jan 2012 12:07:48 +0100
python-apt (0.8.3.1) UNRELEASED; urgency=low