From d242b9e788311e7f19ceaa9dc24f5e426005ae4c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 5 Sep 2006 19:51:17 +0100 Subject: bump cache version --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9c6232a6c..96b752424 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.6.45ubuntu6~iwj2) unstable; 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. + + -- Ian Jackson Tue, 5 Sep 2006 19:50:02 +0100 + apt (0.6.45ubuntu6~iwj) unstable; urgency=low * Initial draft of `Breaks' implementation. Appears to compile, -- cgit v1.2.3 From 8e72d2085d7c84466d25178c2eb256ad3e972dde Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 6 Sep 2006 18:07:24 +0200 Subject: * debian/changelog: - don't rewrite history * debian/control: - added dpkg versionized depends --- debian/changelog | 2 -- debian/control | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index da396e755..37953090d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,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 Tue, 15 Aug 2006 12:06:26 +0200 diff --git a/debian/control b/debian/control index 62ca713f1..47406b09f 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, dpkg (>= 1.13.22ubuntu4) Priority: important Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} Recommends: ubuntu-keyring -Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev (>= 1.13.22ubuntu4), apt-doc, bzip2, gnupg +Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2, gnupg Section: admin Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. -- cgit v1.2.3 From ddbad60124be7317ba965386cea7f8c65155991c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 6 Sep 2006 17:17:28 +0100 Subject: version 0.6.45ubuntu6 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 96b752424..376d6035f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.6.45ubuntu6~iwj2) unstable; urgency=low +apt (0.6.45ubuntu6) unstable; urgency=low * Tests pass without code changes! Except that we need this: * Bump cache file major version to force rebuild so that Breaks -- cgit v1.2.3 From 07494f6580dd689c1d82d8dc2f7dbbcfedaf6e52 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 8 Dec 2006 18:21:59 +0000 Subject: 0.6.46.3ubuntu2 change as uploaded: fix dist-upgrade --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6dc69ba12..6e57e1bf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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: -- cgit v1.2.3