File: control

package info (click to toggle)
tinyproxy 1.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,632 kB
  • sloc: ansic: 6,109; sh: 4,452; perl: 347; makefile: 172
file content (47 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download | duplicates (2)
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
Source: tinyproxy
Section: web
Priority: optional
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders: Ed Boraas <ed@debian.org>, Jordi Mallach <jordi@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11),
               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
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
Depends: ${shlibs:Depends},
         ${misc:Depends},
Breaks: tinyproxy (<< 1.8.4-4~),
Replaces: tinyproxy (<< 1.8.4-4~),
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.