[SCM] Packaging for Tile World branch, master, updated. debian/1.3.0-5-7-gceb0c4d

Peter Pentchev roam at ringlet.net
Fri Feb 11 10:38:08 UTC 2011


The following commit has been merged in the master branch:
commit 9c8ee052c42926f4d72c1d5c2e15030d473108f3
Author: Peter Pentchev <roam at ringlet.net>
Date:   Fri Feb 11 12:33:16 2011 +0200

    Explicitly use "set -e" in the postinst script.

diff --git a/debian/changelog b/debian/changelog
index d7d02dd..3402a6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ tworld (1.3.0-6) UNRELEASED; urgency=low
       a #DEBHELPER# token
     - remove the postrm script since its whole purpose is automagically
       fulfilled by debhelper autogenerated code
+  - Explicitly use "set -e" in the postinst script.
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 10 Feb 2011 22:11:53 +0200
 
diff --git a/debian/tworld.postinst b/debian/tworld.postinst
index b45b69b..a555a5b 100644
--- a/debian/tworld.postinst
+++ b/debian/tworld.postinst
@@ -1,8 +1,10 @@
-#!/bin/sh -e
+#!/bin/sh
 # postinst script for tworld
 # copyright 2006-2008 by Gerfried Fuchs <rhonda at debian.at>
 # Licenced BSD style
 
+set -e
+
 if [ "$1" != configure ]; then
 	exit 0
 fi

-- 
Packaging for Tile World



More information about the Pkg-games-commits mailing list