On Sat, Feb 07, 2009 at 03:32:15PM +0100, José Luis Tallón wrote: > Niko Tyni wrote: > > On Wed, Feb 04, 2009 at 12:22:46AM +0100, José Luis Tallón wrote: > > > > I still don't see this new version anywhere. > > Are you aware that the release is scheduled eight days from now? > > > FIXED. The enclosed patch (also available at my repo) is the latest version. > It does work in my testing. i.e. it does not overwrite any changed > configuration settings. > > > Please, either Niko or Christian, upload this version ASAP so that we > can have it included in Lenny.
Your change to the postrm script makes it fail at purge if ucf is not present any more. You shouldn't use '&&' with 'set -e' here: - if which ucf >/dev/null 2>&1; then - ucf --purge /etc/imapproxy.conf - fi - if which ucfr >/dev/null 2>&1; then - ucfr --purge imapproxy /etc/imapproxy.conf - fi + which ucf >/dev/null 2>&1 && ucf --purge $CFGFILE + which ucfr >/dev/null 2>&1 && ucfr --purge imapproxy $CFGFILE Also, debian/test seems to be included accidentally. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org