summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-12-14 11:50:19 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-12-14 11:50:19 +0100
commit7570b65d5eae54c51689121a317351a1cd42e64d (patch)
treef597745eb775518e88610bda37feb8c6a51db03b /debian/changelog
parent308c7d30ed2e937cde65e5fed8cbf717fba113c3 (diff)
parent07494f6580dd689c1d82d8dc2f7dbbcfedaf6e52 (diff)
* merged from ian
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog20
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c6232a6c..6e57e1bf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+apt (0.6.46.3ubuntu2) feisty; urgency=low
+
+ * apt-pkg/algorithms.cc: add missing call to MarkKeep
+ so that dist-upgrade isn't broken by unsatisfiable Breaks.
+
+ -- Ian Jackson <iwj@ubuntu.com> Thu, 7 Dec 2006 15:46:52 +0000
+
+apt (0.6.45ubuntu6) edgy; urgency=low
+
+ * 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.
+
+ -- Ian Jackson <iwj@ubuntu.com> Tue, 5 Sep 2006 19:50:02 +0100
+
apt (0.6.45ubuntu6~iwj) unstable; urgency=low
* Initial draft of `Breaks' implementation. Appears to compile,
@@ -13,8 +31,6 @@ apt (0.6.45ubuntu5) edgy; urgency=low
* apt-pkg/deb/dpkgpm.cc:
- pass "--auto-deconfigure" to dpkg on install to support the
new "breaks" in dpkg
- * debian/control:
- - depend on a dpkg with "breaks" support
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 15 Aug 2006 12:06:26 +0200