-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
I just uploaded the package anon-proxy_00.05.38+20080710-2 to Lenny which fixes RC bug #496640 and updates two translations. The bug fix consists of 1 new line each in postinst and prerm to make sure a grep call whose return value is of no relevance never returns 1, here are the relevant lines: postinst: if [ -e $EE ]; then (grep -v "+ANON_MARK+" $EE | grep -vi "^http_proxy" > $EE.tmp)\ || true prerm: if [ -e $EE ]; then (grep -v "+ANON_MARK+" $EE | grep -vi "^http_proxy" > $EE.tmp) \ || true The only two other changes are updates to the Finnish and Swedish debconf translations. Here is my changelog entry: anon-proxy (00.05.38+20080710-2) unstable; urgency=low * Translation updates and rc-fix release for Lenny. * Updated Finnish debconf translation (Closes: #492613). * Updated Swedish debconf translation (Closes: #491932). * debian/postinst & debian/prerm: - Don't ever let grep call return 1 to prevent package from installing, upgrading or purging due to empty /etc/environment file. Fixes RC bug. (Closes: 496640). -- David Spreen <[EMAIL PROTECTED]> Wed, 27 Aug 2008 06:05:40 -0700 Please make sure this makes it into Lenny. All my best, David Spreen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAki1VbcACgkQdhEvvPyx3SP1zACfQpbLmb5j/4ZOZ0OnGUH79+cn VNMAni1FtBXPjQZbg+wE6bwHKuTcY8oX =op3I -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]