Просмотр исходного кода

* 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 лет назад: 14
Родитель
Сommit
9a0bcbdba9
2 измененных файлов с 5 добавлено и 0 удалено
  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
       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
 

+ 1 - 0
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