[Privoxy-commits] [privoxy] branch master updated: Even more adaptions of debian specific changes to new upstream version.

User Git git at git.privoxy.org
Sat Apr 11 19:42:48 CEST 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 9019720a Even more adaptions of debian specific changes to new upstream version.
9019720a is described below

commit 9019720a7ea1ca54eaff083ff13207484759c130
Author: Roland Rosenfeld <roland at debian.org>
AuthorDate: Sat Apr 11 19:40:08 2026 +0200

    Even more adaptions of debian specific changes to new upstream version.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d4dcd77..61a3c553 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,10 @@ override_dh_auto_build:
 
 ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 #	preserve auto build documentation from source package:
-	tar cf debian/doc.tar README INSTALL AUTHORS doc/webserver man/privoxy.8
+	tar cf debian/doc.tar README INSTALL AUTHORS doc/webserver \
+		man/privoxy.8 man/privoxy-log-parser.1 \
+		man/privoxy-regression-test.1 man/uagen.1
+
 	env -u LANG LC_ALL=C.UTF-8 $(MAKE) dok
 	rm -f doc/webserver/user-manual/*.bak
 	env -u LANG LC_ALL=C.UTF-8 $(MAKE) man

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list