diff -u privoxy-3.0.12/debian/changelog privoxy-3.0.12/debian/changelog --- privoxy-3.0.12/debian/changelog +++ privoxy-3.0.12/debian/changelog @@ -1,3 +1,10 @@ +privoxy (3.0.12-2ubuntu1) karmic; urgency=low + + * Doing an apt-get purge && apt-get install fails to restart Privoxy due to + typo in debian/postinst. thx Paul Drain. (LP: #386219) + + -- Charlie Smotherman Wed, 25 Mar 2009 21:41:20 +0100 + privoxy (3.0.12-2) unstable; urgency=low * 03_ipv6: Use s6_addr instead of in6_u, which is not portable. diff -u privoxy-3.0.12/debian/control privoxy-3.0.12/debian/control --- privoxy-3.0.12/debian/control +++ privoxy-3.0.12/debian/control @@ -1,7 +1,8 @@ Source: privoxy Section: web Priority: optional -Maintainer: Roland Rosenfeld +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Roland Rosenfeld Build-Depends: debhelper (>= 5.0.0), autoconf, autotools-dev, libpcre3-dev, jade, docbook-dsssl, w3m, sp, sgmlspl, groff, man2html, dpatch, zlib1g-dev Standards-Version: 3.8.0 diff -u privoxy-3.0.12/debian/postinst privoxy-3.0.12/debian/postinst --- privoxy-3.0.12/debian/postinst +++ privoxy-3.0.12/debian/postinst @@ -33,7 +33,7 @@ chown -R privoxy:adm /var/log/privoxy chmod 750 /var/log/privoxy chown privoxy $CONFDIR/user.action $CONFDIR/trust - [ -f $CONFDIR/matcha-all.action ] \ + [ -f $CONFDIR/match-all.action ] \ && chown privoxy $CONFDIR/match-all.action if [ "x$2" != "x" ] && dpkg --compare-versions "$2" lt "3.0.4"