1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: tinyproxy
Section: web
Priority: optional
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders: Ed Boraas <ed@debian.org>,
Jordi Mallach <jordi@debian.org>,
Unit 193 <unit193@debian.org>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
asciidoc,
xmlto
Vcs-Git: https://salsa.debian.org/debian/tinyproxy.git
Vcs-Browser: https://salsa.debian.org/debian/tinyproxy
Homepage: https://tinyproxy.github.io/
Package: tinyproxy
Architecture: all
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
logrotate,
lsb-base (>= 3.0-6),
tinyproxy-bin (<< ${source:Version}.1~),
tinyproxy-bin (>= ${source:Version}),
Description: Lightweight, non-caching, optionally anonymizing HTTP proxy
An anonymizing HTTP proxy which is very light on system resources,
ideal for smaller networks and similar situations where other proxies
(such as Squid) may be overkill and/or a security risk. Tinyproxy can
also be configured to anonymize HTTP requests (allowing for exceptions
on a per-header basis).
.
This package contains everything for running tinyproxy as a system-wide
service.
Package: tinyproxy-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Lightweight, non-caching, optionally anonymizing HTTP proxy (executable only)
An anonymizing HTTP proxy which is very light on system resources,
ideal for smaller networks and similar situations where other proxies
(such as Squid) may be overkill and/or a security risk. Tinyproxy can
also be configured to anonymize HTTP requests (allowing for exceptions
on a per-header basis).
.
This package contains the minimal set of files required for running
the tinyproxy executable.
|