[SCM] team based FPS game - packaging branch, debian, updated. debian/1.1.0-4.1-33-g855d6ce

Simon McVittie smcv at debian.org
Sat Jul 17 14:11:19 UTC 2010


The following commit has been merged in the debian branch:
commit adb5522770a2eb5b47648ee640ad48f61b462798
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jul 17 13:33:39 2010 +0100

    Fail prerm on errors

diff --git a/debian/changelog b/debian/changelog
index 9762e14..0c2ecd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ tremulous (1.1.0-5) UNRELEASED; urgency=low
   * Advance to Debhelper 7 compatibility
   * Fix section of tremulous-doc
   * Fix hyphen/minus confusion in man pages
+  * Fail prerm on errors
 
  -- Simon McVittie <smcv at debian.org>  Mon, 12 Jul 2010 22:22:25 +0100
 
diff --git a/debian/tremulous-server.prerm b/debian/tremulous-server.prerm
index 7fd881d..8f27143 100644
--- a/debian/tremulous-server.prerm
+++ b/debian/tremulous-server.prerm
@@ -1,6 +1,8 @@
 #! /bin/sh
 # prerm script for tremulous-server
 
+set -e
+
 case "$1" in
     remove)
         # Remove links

-- 
team based FPS game - packaging



More information about the Pkg-games-commits mailing list