diff options
author | Julian Andres Klode <jak@debian.org> | 2017-09-24 20:33:49 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-09-24 20:36:41 +0200 |
commit | 5e770a07c8fd649340e83725f6d07b94c361e87c (patch) | |
tree | f7acc2299bc05d52a26d3507f37cfd0bd8b5ee6f /debian/control | |
parent | 6d44f502d102411325bb52efa7caa76c1054d2dd (diff) |
Drop curl method and apt-transport-https package
This automatically removes any old apt-transport-https, as
apt now Breaks it unversioned.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/debian/control b/debian/control index 86acab587..22567e193 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,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 Provides: apt-transport-https (= ${binary:Version}) Recommends: ca-certificates Suggests: apt-doc, @@ -146,21 +146,3 @@ Description: package management related utility programs * apt-ftparchive is used to create Packages and other index files needed to publish an archive of Debian packages * apt-sortpkgs is a Packages/Sources file normalizer. - -Package: apt-transport-https -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, apt (>= 1.5~alpha4~) -Recommends: ca-certificates -Priority: optional -Description: Transitional package: curl-https download transport for APT - This package enables the usage of 'deb https://foo distro main' lines - in the /etc/apt/sources.list so that all package managers using the - libapt-pkg library can access metadata and packages available in sources - accessible over https (Hypertext Transfer Protocol Secure). - . - This transport supports server as well as client authentication - with certificates. - . - This package is no longer needed, https support was integrated into apt, - and is only provided as a fallback if some bugs are found in apt's native - https support. |