The following commit has been merged in the master branch:
commit 4001a81ec7f66e8527f3b8e910c768749c3ac2a4
Author: Gerfried Fuchs <[email protected]>
Date:   Tue May 24 11:02:49 2011 +0200

    Explicit call set -e in maintainer scripts

diff --git a/debian/changelog b/debian/changelog
index ffa8e1a..efab971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tworld (1.3.0-6) unstable; urgency=low
 
   * Add patch from Drake Wilson to fix solution files for 64 bit architectures
     (closes: #427360; LP: #307897)
+  * Explicit call set -e in maintainer scripts.
 
  -- 
 
diff --git a/debian/postinst b/debian/postinst
index 39fd6e1..324711e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postinst script for tworld
-# copyright 2006-2008 by Gerfried Fuchs <[email protected]>
-# Licenced BSD style
+# copyright 2006-2011 by Gerfried Fuchs <[email protected]>
+# Licenced under WTFPLv2
+
+set -e
 
 if [ "$1" != configure ]; then
        exit 0
diff --git a/debian/postrm b/debian/postrm
index 5893b02..99f9d85 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm script for tworld
-# copyright 2006-2008 by Gerfried Fuchs <[email protected]>
-# Licenced BSD style
+# copyright 2006-2011 by Gerfried Fuchs <[email protected]>
+# Licenced under WTFPLv2
+
+set -e
 
 if [ -x /usr/bin/update-menus ]; then
        update-menus

-- 
Packaging for Tile World

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to