summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-10-01 20:03:17 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-10-01 20:03:17 +0200
commit14eafeeba30ccb31676769d708ad0aa681fab219 (patch)
treecb85362a2b57082fd136cb62ab2c139bbcb35e54 /debian
parent993b685dbfda4f606a701478540874da7c684c64 (diff)
downloadpython-apt-14eafeeba30ccb31676769d708ad0aa681fab219.tar.gz
* apt/package.py:
- fix apt.package.Dependency.relation initialization
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 2d6784ae..ef68c616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-apt (0.7.4) UNRELEASED; urgency=low
* apt/debfile.py:
- added wrapper around apt_inst.debExtract()
- support dictionary like access
+ * apt/package.py:
+ - fix apt.package.Dependency.relation initialization
* python/apt_instmodule.cc:
- added arCheckMember()
* aptsources/distro.py: