[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.5-71-g13f147e



The following commit has been merged in the master branch:
commit 13f147ec8c61250de8aef5ebcdf236c3c063b121
Author: Russ Allbery <rra@debian.org>
Date:   Sat Feb 21 23:55:36 2009 -0800

    Use set -e, not #!/bin/sh -e, in maintainer scripts
    
    * debian/postrm:
      + [RA] Use set -e, not #!/bin/sh -e.

diff --git a/debian/changelog b/debian/changelog
index dd010c3..e093a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -89,6 +89,9 @@ lintian (2.2.6) unstable; urgency=low
     + [RA] New file listing known virtual packages.  Based on a patch by
       Raphael Geissert.  (Closes: #514497)
 
+  * debian/postrm:
+    + [RA] Use set -e, not #!/bin/sh -e.
+
   * frontend/lintian:
     + [ADB] Split the Distribution field of a .changes file into individual
       distributions and then check each of them against the list of known
diff --git a/debian/postrm b/debian/postrm
index 8bc9de5..486f1ed 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 # Try to purge the default lab if it looks like a lab.  If the user configured
 # a lab for some other location, currently we don't do anything about that.

-- 
Debian package checker


Reply to: