diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-05 15:38:34 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-05 15:40:13 +0100 |
commit | 32b39bf5c9210ad49ad66d620f78f83240b0bb4c (patch) | |
tree | 7a9036b5ddbface373e55c9b192a438291362cf5 | |
parent | dd8c374d5e215e85a2067d1c41496f772eb75fb6 (diff) |
[amend] Use a versioned breaks for a-t-https in apt1.6_alpha4
We need to use a versioned breaks again, otherwise the
transitional package would not be installable.
Gbp-Dch: ignore
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b22691bb2..6247447c6 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 +Breaks: apt-utils (<< 1.3~exp2~), apt-transport-https (<< 1.5~alpha4~) Provides: apt-transport-https (= ${binary:Version}) Recommends: ca-certificates Suggests: apt-doc, |