tags 416738 patch
thanks

Hi Henrique,

I've prepared an NMU for this RC bug.  Please find the short patch attached;
the NMU will be uploaded shortly to incoming.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u cyrus21-imapd-2.1.18/debian/changelog cyrus21-imapd-2.1.18/debian/changelog
--- cyrus21-imapd-2.1.18/debian/changelog
+++ cyrus21-imapd-2.1.18/debian/changelog
@@ -1,3 +1,13 @@
+cyrus21-imapd (2.1.18-5.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Use ||, not &&, when checking for debconf availability so that the
+    postrm doesn't error out under set -e in the case that it's missing.
+    Closes: #416738.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Thu, 17 May 2007 22:29:36 -0700
+
 cyrus21-imapd (2.1.18-5.1) unstable; urgency=low
 
   * Non-maintainer upload, with maintainer's agreement, to fix pending l10n issues.
diff -u cyrus21-imapd-2.1.18/debian/cyrus21-common.postrm cyrus21-imapd-2.1.18/debian/cyrus21-common.postrm
--- cyrus21-imapd-2.1.18/debian/cyrus21-common.postrm
+++ cyrus21-imapd-2.1.18/debian/cyrus21-common.postrm
@@ -9,8 +9,8 @@
 set -e
 
 # debconf hook
-DEBCONFAVAILABLE=
-. /usr/share/debconf/confmodule && DEBCONFAVAILABLE=yes
+DEBCONFAVAILABLE=yes
+. /usr/share/debconf/confmodule || DEBCONFAVAILABLE=
 
 # summary of how this script can be called:
 #        * <postrm> `remove'

Reply via email to