[Privoxy-commits] [privoxy] 02/02: Optimize debian/rules clean to restore pristine state.

User Git git at git.privoxy.org
Wed Jan 20 18:54:13 UTC 2021


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

git pushed a commit to branch master
in repository privoxy.

commit ec89cdabc38ea5e6ecde0184cc4b7985edfc2d10
Author: Roland Rosenfeld <roland at debian.org>
AuthorDate: Wed Jan 20 19:56:07 2021 +0100

    Optimize debian/rules clean to restore pristine state.
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be4cfd6d..db6a5c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ privoxy (3.0.30-1~pp-1) unstable; urgency=medium
   * New upstream release 3.0.30.
   * Update all patches to new version.
   * 39_show-status and 40_redirect-ssl are now incorporated upstream.
+  * Optimize debian/rules clean to restore pristine state.
 
- -- Roland Rosenfeld <roland at debian.org>  Wed, 20 Jan 2021 19:44:57 +0100
+ -- Roland Rosenfeld <roland at debian.org>  Wed, 20 Jan 2021 19:55:41 +0100
 
 privoxy (3.0.29-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 08644536..5c1b6d1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	$(MAKE)
 # 	preserve auto build documentation from source package:
-	tar cf debian/doc.tar README INSTALL AUTHORS doc/source doc/webserver
+	tar cf debian/doc.tar README INSTALL AUTHORS doc/webserver
 	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