The following commit has been merged in the master branch:
commit 5c4e3fe6ad13fa5d8afb156156c07dd5c1a36c10
Author: Raphael Geissert <[email protected]>
Date:   Thu Jan 28 22:52:10 2010 -0600

    Don't ignore errors on shell commands failures of prerm

diff --git a/debian/changelog b/debian/changelog
index bfdb1d1..45d9341 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ lintian (2.3.3) UNRELEASED; urgency=low
 
   * debian/control:
     + [RG] Update standards version to 3.8.4 (no changes required).
+  * debian/prerm:
+    + [RG] Don't ignore errors on shell commands failures.
 
   * private/refresh-archs:
     + [RG] Generate a list of triplet<->architecture relationships too.
diff --git a/debian/prerm b/debian/prerm
index 1f8d5b4..698ed52 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+set -e
+
 #
 # Remove our generated locale unless we're only upgrading.
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to