summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2012-03-05 15:19:50 +0100
committerJulian Andres Klode <jak@debian.org>2012-03-05 15:19:50 +0100
commit22d9031d52d2c96c1457346580050edf2814cdc9 (patch)
treeee2080ab5811a91ad7482ed26af24646d33276fa
parentc520086906f0479d04946f926e3d2dd30df82945 (diff)
changelog: Document scoring difference for Important flag
* Treat the Important flag like the Essential flag with those differences: - No higher score for installation ordering
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b23e7a7e..c01c087a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,9 +42,10 @@ 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:
+ * Treat the Important flag like the Essential flag with those differences:
- No Immediate configuration (see above)
- Not automatically installed during dist-upgrade
+ - No higher score for installation ordering
-- David Kalnischkies <kalnischkies@gmail.com> Mon, 30 Jan 2012 19:17:09 +0100