diff -Nru autolog-0.40/debian/changelog autolog-0.40/debian/changelog --- autolog-0.40/debian/changelog 2010-11-11 05:06:32.000000000 +0000 +++ autolog-0.40/debian/changelog 2010-12-01 15:41:28.000000000 +0000 @@ -1,3 +1,10 @@ +autolog (0.40-13.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't set PATH in postrm (there is no need for that), (Closes: #604208). + + -- Mehdi Dogguy Wed, 01 Dec 2010 16:40:43 +0100 + 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 05:06:32.000000000 +0000 +++ autolog-0.40/debian/postrm 2010-12-01 15:40:39.000000000 +0000 @@ -1,6 +1,5 @@ #!/bin/sh set -e -PATH=/bin:/usr/bin:/usr/sbin #DEBHELPER# if [ "$1" = "purge" ]; then