diff options
author | Raphael Geissert <geissert@debian.org> | 2012-08-30 12:30:26 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-08-30 12:30:26 +0200 |
commit | 9a0bcbdba99a6e03c37f269d2247a7317288ec76 (patch) | |
tree | f4621f8e4b970d385f9985b4ac74ad29bbcaaf5b /debian/control | |
parent | d4b4e5ea2ceb02699e746d52256b3a8ac2d9bda2 (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)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
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 |