From 53533ccccd7f7d4cd422e6ba33bb5d4c4d7f71b4 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 26 Aug 2016 10:12:27 +0200 Subject: 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 --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 -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. -- cgit v1.2.3-70-g09d2