[pkg-kolab] r961 - kolab-freebusy/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon Oct 27 21:21:09 UTC 2008


Author: mparent-guest
Date: 2008-10-27 21:21:09 +0000 (Mon, 27 Oct 2008)
New Revision: 961

Modified:
   kolab-freebusy/trunk/debian/changelog
   kolab-freebusy/trunk/debian/prerm
Log:
set the -e flag to ensure that the script's execution is aborted when any 
any executed command fails (thanks lintian)


Modified: kolab-freebusy/trunk/debian/changelog
===================================================================
--- kolab-freebusy/trunk/debian/changelog	2008-10-27 19:44:25 UTC (rev 960)
+++ kolab-freebusy/trunk/debian/changelog	2008-10-27 21:21:09 UTC (rev 961)
@@ -1,3 +1,10 @@
+kolab-freebusy (2.2.0-2) unstable; urgency=low
+
+  * set the -e flag to ensure that the script's execution is aborted when any
+    any executed command fails (thanks lintian)
+
+ -- Mathieu Parent <math.parent at gmail.com>  Mon, 27 Oct 2008 22:17:26 +0100
+
 kolab-freebusy (2.2.0-1) unstable; urgency=low
 
   * New upstream version: 2.2.0

Modified: kolab-freebusy/trunk/debian/prerm
===================================================================
--- kolab-freebusy/trunk/debian/prerm	2008-10-27 19:44:25 UTC (rev 960)
+++ kolab-freebusy/trunk/debian/prerm	2008-10-27 21:21:09 UTC (rev 961)
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+set -e
+
 if command -v a2dissite >/dev/null 2>&1; then
   a2dissite kolab >/dev/null
 else




More information about the pkg-kolab-devel mailing list