tags 389350 + patch thanks Hi,
I've uploaded a fix for that bug - the nut user is no longer removed on purge - I hope I interpreted your intentions correctly. Hope you don't mind the NMU, it's very important to lower the RC bug count so Lars can get his tattoo :) Cheers, Florian -- .O. This thing, that hath a code and not a core, ..O Hath set acquaintance where might be affections, OOO And nothing now Disturbeth his reflections. -- Ezra Pound, "An Object"
diff -uNbBr nut-2.0.4/debian/changelog nut-2.0.4.new/debian/changelog --- nut-2.0.4/debian/changelog 2006-10-12 11:42:10.000000000 +0200 +++ nut-2.0.4.new/debian/changelog 2006-10-12 11:24:34.000000000 +0200 @@ -1,3 +1,10 @@ +nut (2.0.4-2.1) unstable; urgency=low + + * NMU + * not removing nut user on purge (Closes: #389350) + + -- Florian M. Weps <[EMAIL PROTECTED]> Thu, 12 Oct 2006 11:19:37 +0200 + nut (2.0.4-2) unstable; urgency=low * debian/rules: replace $PWD by CURDIR to satisfy buildd diff -uNbBr nut-2.0.4/debian/nut.postrm nut-2.0.4.new/debian/nut.postrm --- nut-2.0.4/debian/nut.postrm 2006-10-12 11:42:10.000000000 +0200 +++ nut-2.0.4.new/debian/nut.postrm 2006-10-12 11:19:18.000000000 +0200 @@ -18,7 +18,7 @@ ;; purge) - check_and_delete_user + # check_and_delete_user # handle a dpkg bug [ -d /etc/nut ] && rmdir --ignore-fail-on-non-empty /etc/nut >/dev/null 2>&1 ;;