From: Roland Rosenfeld Date: Fri, 6 Sep 2002 15:47:46 +0000 (+0000) Subject: privoxy (3.0.0-2) unstable; urgency=low X-Git-Tag: v_3_0_1~139 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@@actions-help-prefix@KILL-POPUPS?a=commitdiff_plain;h=57e1fd92ff7f8fbab2f224d08d00ae645af96fb3;p=privoxy.git privoxy (3.0.0-2) unstable; urgency=low * Recompile with libc6 from testing (instead of unstable). -- Roland Rosenfeld Fri, 6 Sep 2002 17:32:35 +0200 privoxy (3.0.0-1) unstable; urgency=low * New upstream version (Closes: #158613). * Remove version number from config file, to avoid changing it on every new upstream version. Sorry, this time you will still be bothered... -- Roland Rosenfeld Sun, 1 Sep 2002 18:58:07 +0200 --- diff --git a/debian/changelog b/debian/changelog index ef8b75e9..14d5c636 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +privoxy (3.0.0-2) unstable; urgency=low + + * Recompile with libc6 from testing (instead of unstable). + + -- Roland Rosenfeld Fri, 6 Sep 2002 17:32:35 +0200 + +privoxy (3.0.0-1) unstable; urgency=low + + * New upstream version (Closes: #158613). + * Remove version number from config file, to avoid changing it on every + new upstream version. Sorry, this time you will still be bothered... + + -- Roland Rosenfeld Sun, 1 Sep 2002 18:58:07 +0200 + privoxy (2.9.20-1) unstable; urgency=low * New upstream version. diff --git a/debian/rules b/debian/rules index 7ccb7313..4258eea4 100755 --- a/debian/rules +++ b/debian/rules @@ -74,6 +74,8 @@ install: build -e 's/^\(enable-\(edit-actions\|remote-toggle\)\)/#\1/' \ -e 's#^confdir \.#confdir /etc/privoxy#' \ -e 's#^logdir \.#logdir /var/log/privoxy#' \ + -e 's/\(Sample Configuration File for Privoxy\).*/\1/' \ + -e 's/\(\$Id: config,v\).*\( \$\)/\1\2/' \ < config > $(DEBDIR)/etc/privoxy/config install -m 0644 default.action $(DEBDIR)/etc/privoxy/default.action install -m 0644 standard.action $(DEBDIR)/etc/privoxy/standard.action