summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-06-13 12:00:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-06-13 12:00:33 +0200
commit58322f187bef63ef6c6768cb055401401623b64a (patch)
treec2b11c22dff4ffa4a052514951a55dc794257f46
parentcabdf7f7238ad23e7d61074e542c065b86b25268 (diff)
downloadpython-apt-58322f187bef63ef6c6768cb055401401623b64a.tar.gz
make the changelog match the debian upload
-rw-r--r--debian/changelog14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index db1211ab..25beaeee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,13 @@ python-apt (0.7.6) unstable; urgency=low
- add "memonly" option to apt.Cache() to force python-apt to
not touch the pkgcache.bin file (this works around a possible
race condition in the pkgcache.bin handling)
+ * data/templates/Ubuntu.info.in:
+ - added ubuntu 'intrepid'
+ * debian/README.source:
+ - added (basic) documentation how to build python-apt
+ * aptsources/distinfo.py:
+ - support arch specific BaseURI, MatchURI and MirrosFile fields
+ in the distinfo template
--
@@ -23,13 +30,6 @@ python-apt (0.7.5) unstable; urgency=low
* apt/cache.py:
- add reqReinstallPkgs property that lists all packages in
ReInstReq or HoldReInstReq
- * data/templates/Ubuntu.info.in:
- - added ubuntu 'intrepid'
- * debian/README.source:
- - added (basic) documentation how to build python-apt
- * aptsources/distinfo.py:
- - support arch specific BaseURI, MatchURI and MirrosFile fields
- in the distinfo template
-- Michael Vogt <mvo@debian.org> Tue, 19 Feb 2008 21:06:36 +0100