summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastian Heinlein <devel@glatzor.de>2009-08-25 08:41:26 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-25 08:41:26 +0200
commitd914d4c1e241f8e511361b9ce98993ca8e1b98af (patch)
tree19142223993aa25c1ca48e6134fd4c2722b9b459 /debian
parentb564655353399acb70431b31c63f3df08c5d42ab (diff)
downloadpython-apt-d914d4c1e241f8e511361b9ce98993ca8e1b98af.tar.gz
apt/package.py: Export if a package is an essential one (Closes: #543428)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 00900dad..bfba50e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ python-apt (0.7.13.3) UNRELEASED; urgency=low
* apt/cache.py:
- add actiongroup() method (backport from 0.7.92)
+ [ Sebastian Heinlein ]
+ * apt/package.py:
+ - Export if a package is an essential one (Closes: #543428)
+
[ Julian Andres Klode ]
* python/depcache.cc:
- Make ActionGroups context managers so apt.Cache.actiongroup() has