diff options
author | Julian Andres Klode <jak@debian.org> | 2017-11-05 15:29:37 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-11-05 15:30:19 +0100 |
commit | 6857ce09dfc0e02975a5951f332264ec0bad34fb (patch) | |
tree | 9ba9ad2f9b2a02151dbb27bdf98ec57154745bc3 | |
parent | afe3cd6ef1b157a07d05bbf70283e4f175813438 (diff) |
Add ${misc:Depends} to apt-transport-https depends
Makes lintian happy, but is basically useless
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 914b9c73b..b22691bb2 100644 --- a/debian/control +++ b/debian/control @@ -151,7 +151,7 @@ Description: package management related utility programs Package: apt-transport-https Architecture: all -Depends: apt (>= 1.5~alpha4) +Depends: ${misc:Depends}, apt (>= 1.5~alpha4) Priority: optional Section: oldlibs Description: transitional package for https support |