]> git.saurik.com Git - apt.git/commitdiff
* debian/control:
authorRaphael Geissert <geissert@debian.org>
Thu, 30 Aug 2012 10:30:26 +0000 (12:30 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 30 Aug 2012 10:30:26 +0000 (12:30 +0200)
  - 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)

debian/changelog
debian/control

index 840033648aff45556a73d89f8ce858db8153e88d..675a6a5174eb404fb2dbb56054497303a7f1bde8 100644 (file)
@@ -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
 
index ec0d817fb477a66bbb42930b33924e8ab31f4a1f..762d2818eb622c3c41c0b51c971706046ac3660a 100644 (file)
@@ -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