Merge Debian 3.0.32-3 changes.
authorRoland Rosenfeld <roland@debian.org>
Thu, 2 Dec 2021 08:05:51 +0000 (09:05 +0100)
committerRoland Rosenfeld <roland@debian.org>
Thu, 2 Dec 2021 08:08:31 +0000 (09:08 +0100)
debian/changelog
debian/control
debian/maintscript
debian/patches/14_config.patch
debian/postrm

index 05f402e..97814c5 100644 (file)
@@ -2,8 +2,22 @@ privoxy (3.0.33~gitsnapshot-1) UNRELEASED; urgency=medium
 
   * 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
 
index 19bca69..9e7bde5 100644 (file)
@@ -13,12 +13,12 @@ Build-Depends: autoconf,
                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
index e6f0089..77e4ed9 100644 (file)
@@ -1 +1,3 @@
+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
index 49102db..dcb1498 100644 (file)
@@ -32,7 +32,7 @@ Forwarded: not-needed
  #
  #  2.5. actionsfile
  #  =================
-@@ -2463,7 +2463,7 @@ socket-timeout 300
+@@ -2483,7 +2483,7 @@ socket-timeout 300
  #
  #      ca-directory /usr/local/etc/privoxy/CA
  #
@@ -41,7 +41,7 @@ Forwarded: not-needed
  #
  #  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
  #
@@ -50,7 +50,7 @@ Forwarded: not-needed
  #
  #  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
  #
index aa9c832..7fa593f 100644 (file)
@@ -21,13 +21,16 @@ set -e
 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