tags 408244 patch quit Hi,
I've attached a trivial patch which fixes this bug. I just added adduser to ifmail's depends line. Now ifmail runs smoothly through piuparts. I noticed another bug: in ifmail.postinst you echo stuff in /etc/aliases but you don't check if this file exits or not. If this file does not exist, your package creates this file -- which is IMHO a bug. Maybe ifmail should provide /etc/aliases or depend on a package which does? I'll do an 0-day NMU according to http://lists.debian.org/debian-devel-announce/2006/09/msg00020.html I hope this is OK for you. Cheers, Bastian -- Bastian Venthur http://venthur.de Debian Developer venthur at debian org
diff -ruN orig/ifmail-2.14tx8.10/debian/changelog ifmail-2.14tx8.10/debian/changelog --- orig/ifmail-2.14tx8.10/debian/changelog 2007-01-31 16:27:35.000000000 +0100 +++ ifmail-2.14tx8.10/debian/changelog 2007-01-31 16:24:35.000000000 +0100 @@ -1,3 +1,13 @@ +ifmail (2.14tx8.10-19.1) unstable; urgency=high + + * Non-maintainer upload. + + * Set urgency to high since it fixes an RC bug. + + * Added missing dep on adduser (Closes: #408244) + + -- Bastian Venthur <[EMAIL PROTECTED]> Wed, 31 Jan 2007 15:11:24 +0100 + ifmail (2.14tx8.10-19) unstable; urgency=low * Updated dependency to exim4. (Closes: #228568) diff -ruN orig/ifmail-2.14tx8.10/debian/control ifmail-2.14tx8.10/debian/control --- orig/ifmail-2.14tx8.10/debian/control 2007-01-31 16:27:35.000000000 +0100 +++ ifmail-2.14tx8.10/debian/control 2007-01-31 16:24:08.000000000 +0100 @@ -7,7 +7,7 @@ Package: ifmail Architecture: all -Depends: perl +Depends: perl, adduser Suggests: ifcico, ifgate Description: Internet to Fidonet gateway The package contains common files needed by ifcico and ifgate packages.