Adapt Debian patches to GIT changes.
authorRoland Rosenfeld <roland@debian.org>
Sun, 11 Apr 2021 11:08:39 +0000 (13:08 +0200)
committerRoland Rosenfeld <roland@debian.org>
Sun, 11 Apr 2021 11:08:39 +0000 (13:08 +0200)
debian/changelog
debian/patches/14_config.patch
debian/patches/27_remove_nsl.patch
debian/patches/33_manpage_hyphen.patch
debian/patches/34_system-docbook2man.patch

index e0e16fd..05f402e 100644 (file)
@@ -1,8 +1,9 @@
 privoxy (3.0.33~gitsnapshot-1) UNRELEASED; urgency=medium
 
   * Unreleased GIT snapshot.
+  * Adapt Debian patches to GIT changes.
 
- -- Roland Rosenfeld <roland@debian.org>  Thu, 25 Feb 2021 22:29:55 +0100
+ -- Roland Rosenfeld <roland@debian.org>  Sun, 11 Apr 2021 13:07:57 +0200
 
 privoxy (3.0.32-2) unstable; urgency=medium
 
index deb228f..49102db 100644 (file)
@@ -32,7 +32,7 @@ Forwarded: not-needed
  #
  #  2.5. actionsfile
  #  =================
-@@ -2468,7 +2468,7 @@ socket-timeout 300
+@@ -2463,7 +2463,7 @@ socket-timeout 300
  #
  #      ca-directory /usr/local/etc/privoxy/CA
  #
@@ -41,7 +41,7 @@ Forwarded: not-needed
  #
  #  7.2. ca-cert-file
  #  ==================
-@@ -2627,7 +2627,7 @@ socket-timeout 300
+@@ -2622,7 +2622,7 @@ socket-timeout 300
  #
  #      certificate-directory /usr/local/var/privoxy/certs
  #
@@ -50,7 +50,7 @@ Forwarded: not-needed
  #
  #  7.6. cipher-list
  #  =================
-@@ -2759,7 +2759,7 @@ socket-timeout 300
+@@ -2751,7 +2751,7 @@ socket-timeout 300
  #
  #      trusted-cas-file trusted_cas_file.pem
  #
index 23554ba..e465fb2 100644 (file)
@@ -5,7 +5,7 @@ Forwarded: not-needed
 
 --- a/configure.in
 +++ b/configure.in
-@@ -512,7 +512,7 @@ dnl gmtime and localtime
+@@ -521,7 +521,7 @@ dnl gmtime and localtime
  dnl =================================================================
  
  dnl Next line needed to find the gethost*_r functions on Solaris
index d51ae68..6e2058e 100644 (file)
@@ -5,7 +5,7 @@ Forwarded: not-needed
 
 --- a/GNUmakefile.in
 +++ b/GNUmakefile.in
-@@ -546,8 +546,7 @@ man: dok-release
+@@ -540,8 +540,7 @@ man: dok-release
        perl -pi.bak -e "s/\[ /\[/g;s/á/\\\\['a]/g;s/é/\\\\['e]/g" $(MAN_PAGE); \
        perl -pi.bak -e "s/ö/\\\\[:o]/g" $(MAN_PAGE); \
        perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' $(MAN_PAGE); \
index 4d1eedf..b496957 100644 (file)
@@ -6,7 +6,7 @@ Forwarded: not-needed
 
 --- a/GNUmakefile.in
 +++ b/GNUmakefile.in
-@@ -541,7 +541,7 @@ dok-man:
+@@ -535,7 +535,7 @@ dok-man:
  # target for man page generation!
  man: dok-release
        mkdir -p doc/source/temp && cd doc/source/temp && $(RM) * ;\