tags 604208 patch thanks Hi,
I fixed this bug as below and test with piuparts is fine. Please apply it, thanks. diff -Nru autolog-0.40/debian/changelog autolog-0.40/debian/changelog --- autolog-0.40/debian/changelog 2010-11-11 14:06:32.000000000 +0900 +++ autolog-0.40/debian/changelog 2010-11-23 15:10:33.000000000 +0900 @@ -1,3 +1,11 @@ +autolog (0.40-13.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/postrm + - fix incorrect PATH to avoid failure on purging (Closes: #604208) + + -- Hideki Yamane <henr...@debian.org> Tue, 23 Nov 2010 15:09:41 +0900 + autolog (0.40-13) unstable; urgency=low * debian/patches diff -Nru autolog-0.40/debian/postrm autolog-0.40/debian/postrm --- autolog-0.40/debian/postrm 2010-11-11 14:06:32.000000000 +0900 +++ autolog-0.40/debian/postrm 2010-11-23 15:09:34.000000000 +0900 @@ -1,6 +1,5 @@ #!/bin/sh set -e -PATH=/bin:/usr/bin:/usr/sbin #DEBHELPER# if [ "$1" = "purge" ]; then -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org