Procházet zdrojové kódy

* 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)

Raphael Geissert před 14 roky
rodič
revize
9a0bcbdba9
2 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 4 0
      debian/changelog
  2. 1 0
      debian/control

+ 4 - 0
debian/changelog

@@ -5,6 +5,10 @@ apt (0.9.7.5) UNRELEASED; urgency=low
     - unpack versions in case a different version from the package
     - unpack versions in case a different version from the package
       is currently in unpack state to recover from broken system states
       is currently in unpack state to recover from broken system states
       (like different file in M-A:same package and other dpkg errors)
       (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
  -- David Kalnischkies <kalnischkies@gmail.com>  Sun, 26 Aug 2012 10:49:17 +0200
 
 

+ 1 - 0
debian/control

@@ -41,6 +41,7 @@ Architecture: any
 Multi-Arch: same
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: apt (<< 0.9.4~)
 Section: libs
 Section: libs
 Description: package managment runtime library
 Description: package managment runtime library
  This library provides the common functionality for searching and
  This library provides the common functionality for searching and