diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-16 00:17:03 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-16 00:17:03 +0100 |
commit | e15d2e70447fc222cfde579e91903b22e2209ebf (patch) | |
tree | a7cc8bdf26729eb60f70d2300b5de36af681a326 /debian | |
parent | 8a7aeea8ab3ac00e996b899cbe5e6bd85927bf60 (diff) |
Add Breaks: aptitude (<< 0.8.10) for gzip method removal
aptitude used to use gzip:// for changelog URLs, but is now
fixed to use store.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6247447c6..3e53085b3 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Depends: adduser, ${misc:Depends}, ${shlibs:Depends} Replaces: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~) -Breaks: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~) +Breaks: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~), aptitude (<< 0.8.10) Provides: apt-transport-https (= ${binary:Version}) Recommends: ca-certificates Suggests: apt-doc, |