make one of the sed commands to handle config CVS resistent...
authorRoland Rosenfeld <roland@spinnaker.de>
Fri, 6 Sep 2002 16:32:00 +0000 (16:32 +0000)
committerRoland Rosenfeld <roland@spinnaker.de>
Fri, 6 Sep 2002 16:32:00 +0000 (16:32 +0000)
debian/rules

index 4258eea..63e4111 100755 (executable)
@@ -34,7 +34,7 @@ configure-stamp:
 
        autoheader
        autoconf
-       env CFLAGS=$(CFLAGS)
+       env CFLAGS=$(CFLAGS) \
                ./configure --prefix=/usr --sysconfdir=/etc \
                --mandir=/usr/share/man $(WITHDEBUG) $(WITHOUTPTHREAD) \
                --with-docbook=no
@@ -75,7 +75,7 @@ install: build
            -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/' \
+           -e 's/Id: config,v.*/Id: config,v $$/' \
                < 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