[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. upstream/1.8.0_pre1-19-gc50295f

Daniel Pocock daniel at pocock.com.au
Sun May 20 18:44:29 UTC 2012


The following commit has been merged in the master branch:
commit c50295fe4d995d6bfd6b06dd3ad83752df8493f1
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun May 20 20:44:24 2012 +0200

    Add set -e to postrm scripts for lintian maintainer-script-ignores-errors

diff --git a/debian/repro.postrm b/debian/repro.postrm
index 38e46db..e725e37 100644
--- a/debian/repro.postrm
+++ b/debian/repro.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 if [ "$1" = "purge" ] ; then
         if getent passwd repro >/dev/null; then
                 userdel repro
diff --git a/debian/resiprocate-turn-server.postrm b/debian/resiprocate-turn-server.postrm
index 8c5546a..f1ca624 100644
--- a/debian/resiprocate-turn-server.postrm
+++ b/debian/resiprocate-turn-server.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 if [ "$1" = "purge" ] ; then
         if getent passwd return >/dev/null; then
                 userdel return

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list