diff -u netqmail-1.06/debian/changelog netqmail-1.06/debian/changelog --- netqmail-1.06/debian/changelog +++ netqmail-1.06/debian/changelog @@ -1,3 +1,11 @@ +netqmail (1.06-5) unstable; urgency=low + + * debian/qmail.postrm: do not forcefully remove files in /etc/qmail/ + (closes: #640593). + * debian/control: Standards-Version: 3.9.3.1. + + -- Gerrit Pape Wed, 11 Apr 2012 23:30:51 +0000 + netqmail (1.06-4) unstable; urgency=low * debian/rules, debian/qmail.postinst, debian/qmail.postrm: don't diff -u netqmail-1.06/debian/control netqmail-1.06/debian/control --- netqmail-1.06/debian/control +++ netqmail-1.06/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Gerrit Pape Build-Depends: qmail-uids-gids (>> 1.06), groff-base -Standards-Version: 3.8.4.0 +Standards-Version: 3.9.3.1 Package: qmail Architecture: any diff -u netqmail-1.06/debian/qmail.postrm netqmail-1.06/debian/qmail.postrm --- netqmail-1.06/debian/qmail.postrm +++ netqmail-1.06/debian/qmail.postrm @@ -11,3 +11,2 @@ test ! -d /etc/qmail/users || rmdir /etc/qmail/users || : -rm -f /etc/qmail/* test ! -d /etc/qmail || rmdir /etc/qmail || :