[SCM] Elmer -- Open Source Finite Element Software for Multiphysical Problems branch, master, updated. debian/6.1.0.svn.5396.dfsg2-1-23-g7c1c1c7

Boris Pek tehnick-8 at yandex.ru
Thu Mar 14 00:14:05 UTC 2013


The following commit has been merged in the master branch:
commit 7c1c1c7be4a51f0c2d328647cf0947200c55f989
Author: Boris Pek <tehnick-8 at yandex.ru>
Date:   Thu Mar 14 02:12:11 2013 +0200

    Fix lintian notes maintainer-script-without-set-e.

diff --git a/debian/libelmersolver-7.0.postinst b/debian/libelmersolver-7.0.postinst
index b417da4..cad5605 100644
--- a/debian/libelmersolver-7.0.postinst
+++ b/debian/libelmersolver-7.0.postinst
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+set -e
+
 # Make alternatives links
 if [ "$1" = "configure" ]; then
   update-alternatives --install /usr/lib/elmersolver elmersolver \
diff --git a/debian/libelmersolver-7.0.prerm b/debian/libelmersolver-7.0.prerm
index 889d962..91b0ddd 100644
--- a/debian/libelmersolver-7.0.prerm
+++ b/debian/libelmersolver-7.0.prerm
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+set -e
+
 # Remove alternatives links
 if [ "$1" = "remove" ]; then
   update-alternatives --remove elmersolver /usr/lib/elmersolver-7.0

-- 
Elmer -- Open Source Finite Element Software for Multiphysical Problems



More information about the debian-science-commits mailing list