Regenerate config file
[privoxy.git] / debian / control
1 Source: privoxy
2 Section: web
3 Priority: optional
4 Maintainer: Roland Rosenfeld <roland@debian.org>
5 Build-Depends: autoconf,
6                debhelper-compat (= 12),
7                docbook,
8                docbook-dsssl,
9                docbook-utils,
10                groff,
11                libpcre3-dev,
12                man2html,
13                opensp,
14                po-debconf,
15                sgmlspl,
16                w3m,
17                zlib1g-dev
18 Standards-Version: 4.5.0
19 Homepage: https://www.privoxy.org/
20 Vcs-Git: https://salsa.debian.org/debian/privoxy.git
21 Vcs-Browser: https://salsa.debian.org/debian/privoxy
22 Rules-Requires-Root: no
23
24 Package: privoxy
25 Architecture: any
26 Depends: adduser,
27          debconf,
28          logrotate,
29          lsb-base (>= 3.2-13),
30          ucf,
31          ${misc:Depends},
32          ${perl:Depends},
33          ${shlibs:Depends}
34 Pre-Depends: ${misc:Pre-Depends}
35 Recommends: doc-base
36 Description: Privacy enhancing HTTP Proxy
37  Privoxy is a web proxy with advanced filtering capabilities for
38  protecting privacy, filtering web page content, managing cookies,
39  controlling access, and removing ads, banners, pop-ups and other
40  obnoxious Internet junk. Privoxy has a very flexible configuration
41  and can be customized to suit individual needs and tastes. Privoxy
42  has application for both stand-alone systems and multi-user networks.
43  .
44  Privoxy is based on Internet Junkbuster (tm).