* Unreleased GIT snapshot.
* Adapt Debian patches to GIT changes.
+ * Undo lintian override for bug 992465.
- -- Roland Rosenfeld <roland@debian.org> Sun, 11 Apr 2021 13:07:57 +0200
+ -- Roland Rosenfeld <roland@debian.org> Thu, 02 Dec 2021 09:04:45 +0100
+
+privoxy (3.0.32-3) unstable; urgency=medium
+
+ * d/maintscript: Remove orphaned /etc/privoxy/(standard|global).action
+ (Closes: #990157).
+ * No longer "rm /etc/privoxy" on purge.
+ * postrm: optimize ucf purge of /etc/privoxy/config*
+ * Update to Standards-Version 4.6.0 (no changes).
+ * Use "command -v" instead of deprecated "which" in postrm.
+ * Override lintian bug 992465 (usr/lib/systemd outside /lib).
+ * debian/control: update Build-Depends for cross builds.
+
+ -- Roland Rosenfeld <roland@debian.org> Fri, 27 Aug 2021 13:26:25 +0200
privoxy (3.0.32-2) unstable; urgency=medium
libmbedtls-dev,
libpcre3-dev,
man2html <!nodoc>,
- opensp <!nodoc>,
+ opensp:native <!nodoc>,
po-debconf,
sgmlspl <!nodoc>,
w3m <!nodoc>,
zlib1g-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Homepage: https://www.privoxy.org/
Vcs-Git: https://salsa.debian.org/debian/privoxy.git
Vcs-Browser: https://salsa.debian.org/debian/privoxy
+rm_conffile /etc/privoxy/global.action 3.0.11-1~ privoxy
+rm_conffile /etc/privoxy/standard.action 3.0.11-1~ privoxy
rm_conffile /etc/privoxy/templates/show-version 3.0.28-2~ privoxy
#
# 2.5. actionsfile
# =================
-@@ -2463,7 +2463,7 @@ socket-timeout 300
+@@ -2483,7 +2483,7 @@ socket-timeout 300
#
# ca-directory /usr/local/etc/privoxy/CA
#
#
# 7.2. ca-cert-file
# ==================
-@@ -2622,7 +2622,7 @@ socket-timeout 300
+@@ -2650,7 +2650,7 @@ socket-timeout 300
#
# certificate-directory /usr/local/var/privoxy/certs
#
#
# 7.6. cipher-list
# =================
-@@ -2751,7 +2751,7 @@ socket-timeout 300
+@@ -2779,7 +2779,7 @@ socket-timeout 300
#
# trusted-cas-file trusted_cas_file.pem
#
case "$1" in
purge)
# deluser --quiet privoxy
- if [ -x "$(which ucf 2>/dev/null)" ]; then
+ for ext in .ucf-new .ucf-old .ucf-dist ""; do
+ rm -f "/etc/privoxy/config$ext"
+ done
+ if [ -x "$(command -v ucf)" ]; then
ucf --purge /etc/privoxy/config
fi
- if [ -x "$(which ucfr 2>/dev/null)" ]; then
+ if [ -x "$(command -v ucfr)" ]; then
ucfr --purge privoxy /etc/privoxy/config
fi
- rm -rf /var/log/privoxy /etc/privoxy
+ rm -rf /var/log/privoxy
if [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge