[Pkg-cyrus-sasl2-commits] r405 - in /cyrus-sasl-2.1/trunk/debian: changelog sasl2-bin.postinst

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Sun Jan 25 12:46:33 UTC 2009


Author: fabbe
Date: Sun Jan 25 12:46:33 2009
New Revision: 405

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=405
Log:
Use set -e in sasl2-bin.postinst.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=405&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sun Jan 25 12:46:33 2009
@@ -10,8 +10,9 @@
     lintian warning.
   * debian/sasl2-modules.lintian-overrides: Add override for
     "possible-gpl-code-linked-with-openssl" lintian error.
-
- -- Fabian Fagerholm <fabbe at never.paniq.net>  Sun, 25 Jan 2009 14:43:47 +0200
+  * debian/sasl2-bin.postinst: Use set -e.
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Sun, 25 Jan 2009 14:45:54 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-23) unstable; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst?rev=405&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.postinst Sun Jan 25 12:46:33 2009
@@ -5,6 +5,8 @@
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
+
+set -e
 
 FALLBACK_RUN_DIR=/var/run/saslauthd
 SASLDB_FILE=/etc/sasldb2




More information about the Pkg-cyrus-sasl2-commits mailing list