summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-06 19:38:37 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-06 19:38:37 +0200
commit94915e3424601c8fa935c527122d65f1f0878fe2 (patch)
tree35005e766220a8ed4aed04bc192925a22a5e38dd /debian/changelog
parent32915d6933ac957ecbe92495ffcc8d5a1b68de56 (diff)
parent9275e2f60319db714f7fbd20f1897e86a76aa130 (diff)
* merged ians changes for apt support for breaks
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e3e6cc70a..d8f90ba40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,23 @@
apt (0.6.45ubuntu6) edgy; urgency=low
+ [Michael Vogt]
* cmdline/apt-get.cc:
- always show auto-removable packages and give a hint how to remove
them
* debian/apt.conf.autoremove:
- exlucde linux-image and linux-restricted-modules from ever being
auto-removed
-
- --
+ [Ian Jackson]
+ * Tests pass without code changes! Except that we need this:
+ * Bump cache file major version to force rebuild so that Breaks
+ dependencies are included.
+ * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
+ --auto-deconfigure is very very old and dpkg-dev's Breaks support
+ is more or less orthogonal.
+ * Initial draft of `Breaks' implementation. Appears to compile,
+ but as yet *completely untested*.
+
+ --
apt (0.6.45ubuntu5) edgy; urgency=low