diff options
author | Julian Andres Klode <jak@debian.org> | 2012-03-05 15:12:31 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2012-03-05 15:12:31 +0100 |
commit | c520086906f0479d04946f926e3d2dd30df82945 (patch) | |
tree | ab56d53dbffb1f12ef0b675803603de3dc6f85f7 /debian | |
parent | fb805d80bfc6027e2242796dbda306e712cfac09 (diff) |
* Treat the Important flag like the Essential flag with two differences:
- No Immediate configuration (see above)
- Not automatically installed during dist-upgrade
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9ecf363c1..0b23e7a7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,9 @@ apt (0.8.16~exp13) UNRELEASED; urgency=low - Set the Essential flag on APT instead of only Important * apt-pkg/packagemanager.cc: - Do not use immediate configuration for packages with the Important flag + * Treat the Important flag like the Essential flag with two differences: + - No Immediate configuration (see above) + - Not automatically installed during dist-upgrade -- David Kalnischkies <kalnischkies@gmail.com> Mon, 30 Jan 2012 19:17:09 +0100 |