summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-08-30 12:30:26 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-08-30 12:30:26 +0200
commit9a0bcbdba99a6e03c37f269d2247a7317288ec76 (patch)
treef4621f8e4b970d385f9985b4ac74ad29bbcaaf5b
parentd4b4e5ea2ceb02699e746d52256b3a8ac2d9bda2 (diff)
* debian/control:
- let libapt-pkg break apt < 0.9.4 to ensure that the installed http- method supports the new redirection-style, thanks to Raphael Geissert for reporting & testing (Closes: #685192)
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 840033648..675a6a517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ apt (0.9.7.5) UNRELEASED; urgency=low
- unpack versions in case a different version from the package
is currently in unpack state to recover from broken system states
(like different file in M-A:same package and other dpkg errors)
+ * debian/control:
+ - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
+ method supports the new redirection-style, thanks to Raphael Geissert
+ for reporting & testing (Closes: #685192)
-- David Kalnischkies <kalnischkies@gmail.com> Sun, 26 Aug 2012 10:49:17 +0200
diff --git a/debian/control b/debian/control
index ec0d817fb..762d2818e 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,7 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: apt (<< 0.9.4~)
Section: libs
Description: package managment runtime library
This library provides the common functionality for searching and