privoxy (3.0.0-2) unstable; urgency=low
authorRoland Rosenfeld <roland@spinnaker.de>
Fri, 6 Sep 2002 15:47:46 +0000 (15:47 +0000)
committerRoland Rosenfeld <roland@spinnaker.de>
Fri, 6 Sep 2002 15:47:46 +0000 (15:47 +0000)
  * Recompile with libc6 from testing (instead of unstable).

 -- Roland Rosenfeld <roland@debian.org>  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 <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200

debian/changelog
debian/rules

index ef8b75e..14d5c63 100644 (file)
@@ -1,3 +1,17 @@
+privoxy (3.0.0-2) unstable; urgency=low
+
+  * Recompile with libc6 from testing (instead of unstable).
+
+ -- Roland Rosenfeld <roland@debian.org>  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 <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200
+
 privoxy (2.9.20-1) unstable; urgency=low
 
   * New upstream version.
index 7ccb731..4258eea 100755 (executable)
@@ -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