summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-11-25 23:40:36 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-11-25 23:40:36 +0100
commit32e994d9c891ba379af7b292eeb81b4402d3f2af (patch)
treef3855ec5bb7d536c0fff29a599994904735e1f95 /debian
parentc0d438474bac961897f9e9472356222f79350c39 (diff)
print an error and exit if python-apt is not installed for apt-mark,
thanks Carl Chenet! (Closes: #521284)
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 1bd34e522..0cfb5ff30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -64,6 +64,8 @@ apt (0.7.25) UNRELEASED; urgency=low
* cmdline/apt-mark:
- print an error if a new state file can't be created,
thanks Carl Chenet! (Closes: #521289)
+ - print an error and exit if python-apt is not installed,
+ thanks Carl Chenet! (Closes: #521284)
* methods/http{,s}.cc
- add config setting for User-Agent to the Acquire group,
thanks Timothy J. Miller! (Closes: #355782)