Update to upstream git ec5b42 and to Debian version 3.0.28-3.
[privoxy.git] / debian / control
index a7e6304..b7464f8 100644 (file)
@@ -2,20 +2,43 @@ Source: privoxy
 Section: web
 Priority: optional
 Maintainer: Roland Rosenfeld <roland@debian.org>
-Build-Depends: debhelper (>> 3.0.0), autoconf, libpcre3-dev
-Standards-Version: 3.5.6
+Build-Depends: autoconf,
+               debhelper-compat (= 12),
+               docbook,
+               docbook-dsssl,
+               docbook-utils,
+               groff,
+               libpcre3-dev,
+               man2html,
+               opensp,
+               po-debconf,
+               sgmlspl,
+               w3m,
+               zlib1g-dev
+Standards-Version: 4.5.0
+Homepage: https://www.privoxy.org/
+Vcs-Git: https://salsa.debian.org/debian/privoxy.git
+Vcs-Browser: https://salsa.debian.org/debian/privoxy
+Rules-Requires-Root: no
 
 Package: privoxy
 Architecture: any
-Depends: ${shlibs:Depends}, logrotate, adduser
+Depends: adduser,
+         debconf,
+         logrotate,
+         lsb-base (>= 3.2-13),
+         ucf,
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Recommends: doc-base
 Description: Privacy enhancing HTTP Proxy
- Privoxy is an instrumentable HTTP proxy that filters the HTTP data
- stream between web servers and browsers.  Privoxy can be used to
- protect privacy, manage cookies, filter web page content, manage
- access restrictions, and to discard such annoying Internet junk as
- ads, banners, and pop-ups.  Or whatever other annoyances strike your
fancy.
+ Privoxy is a web proxy with advanced filtering capabilities for
+ protecting privacy, filtering web page content, managing cookies,
+ controlling access, and removing ads, banners, pop-ups and other
+ obnoxious Internet junk. Privoxy has a very flexible configuration
+ and can be customized to suit individual needs and tastes. Privoxy
has application for both stand-alone systems and multi-user networks.
  .
- Privoxy is a derivate of junkbuster, but it uses a different name
- space and a different port (8118), so junkbuster and privoxy can
- coexist on one system.
+ Privoxy is based on Internet Junkbuster (tm).