[Python-modules-commits] r12153 - in packages/kiwi/trunk/debian (changelog preinst)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Mar 5 18:04:37 UTC 2010


    Date: Friday, March 5, 2010 @ 18:04:17
  Author: morph
Revision: 12153

* debian/preinst
  - 'set -e' explicitly

Modified:
  packages/kiwi/trunk/debian/changelog
  packages/kiwi/trunk/debian/preinst

Modified: packages/kiwi/trunk/debian/changelog
===================================================================
--- packages/kiwi/trunk/debian/changelog	2010-03-05 17:58:44 UTC (rev 12152)
+++ packages/kiwi/trunk/debian/changelog	2010-03-05 18:04:17 UTC (rev 12153)
@@ -11,8 +11,10 @@
     - set section to Programming/Python
   * debian/compat
     - set compat version to 5
+  * debian/preinst
+    - 'set -e' explicitly
 
- -- Sandro Tosi <morph at debian.org>  Fri, 05 Mar 2010 18:57:16 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 05 Mar 2010 19:02:43 +0100
 
 kiwi (1.9.22-1) unstable; urgency=low
 

Modified: packages/kiwi/trunk/debian/preinst
===================================================================
--- packages/kiwi/trunk/debian/preinst	2010-03-05 17:58:44 UTC (rev 12152)
+++ packages/kiwi/trunk/debian/preinst	2010-03-05 18:04:17 UTC (rev 12153)
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+set -e
+
 #DEBHELPER#
 
 # handle problem caused probably by an earlier version of python-setuptools




More information about the Python-modules-commits mailing list