diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-05 13:49:14 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-05 15:18:30 +0100 |
commit | afe3cd6ef1b157a07d05bbf70283e4f175813438 (patch) | |
tree | d8a61e115ead7bbefd4f90b2cf0bdecb944018e3 /debian | |
parent | 20cb61e6d8924b50307b3ba3a49e33e8ddb7233d (diff) |
Re-introduce a transitional apt-transport-https
This fixes issues with debootstrap. The package will disappear
after the release of buster.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3a24c1304..914b9c73b 100644 --- a/debian/control +++ b/debian/control @@ -148,3 +148,12 @@ 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: all +Depends: apt (>= 1.5~alpha4) +Priority: optional +Section: oldlibs +Description: transitional package for https support + This is a dummy transitional package - https support has been moved into + the apt package in 1.5. It can be safely removed. |