summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-08-26 10:12:27 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2016-08-26 10:38:27 +0200
commit53533ccccd7f7d4cd422e6ba33bb5d4c4d7f71b4 (patch)
tree3736806c4ef860dca7a2e6899da106e0c01bee54 /debian/control
parentea2de30794af69d5936dcfae033f80ca94299095 (diff)
use apt 1.3 directly instead of an embedded copy
APT 1.3 supports socks5h proxies out of the box now, so instead of using a copy of the -https transport as a proof of concept, we can now deligate all of the technical implementation details to APT via a few simple symlinks. Closes: #835128
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 4ac2252..5ef6bdf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: apt-transport-tor
Section: admin
Priority: optional
Maintainer: Tim Retout <diocles@debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libapt-pkg-dev, libcurl4-gnutls-dev
+Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5.0
Homepage: https://github.com/diocles/apt-transport-tor
Package: apt-transport-tor
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tor
+Depends: apt (>= 1.3~rc1), tor, ${misc:Depends}, ${shlibs:Depends}
+Recommends: apt-transport-https
Description: APT transport for anonymous package downloads via Tor
Provides support in APT for downloading packages anonymously via the Tor
network.