[Pkg-ofed-commits] [opensm] 09/14: set -e flag in all the maintainer scripts
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Mon Jun 30 14:06:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to annotated tag debian/3.3.17-1
in repository opensm.
commit 75257483356fa68a95d5b53c87214f45897ec77b
Author: Ana Guerrero López <ana at ekaia.org>
Date: Mon Jun 30 10:43:07 2014 +0200
set -e flag in all the maintainer scripts
---
debian/changelog | 1 +
debian/opensm.postinst | 2 ++
debian/opensm.postrm | 2 ++
3 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 789d631..0a7def8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ opensm (3.3.17-1) UNRELEASED; urgency=medium
* Remove patch 01-fix-format-security.patch, merged upstream.
* Bump Standards-Version to 3.9.5 (no changes).
* Update Homepage.
+ * Set -e flag in all the maintainer scripts.
-- Ana Beatriz Guerrero Lopez <ana at debian.org> Fri, 27 Jun 2014 15:22:27 +0200
diff --git a/debian/opensm.postinst b/debian/opensm.postinst
index a2c66fa..c1fc8b9 100644
--- a/debian/opensm.postinst
+++ b/debian/opensm.postinst
@@ -1,3 +1,5 @@
#!/bin/sh
+set -e
+
#DEBHELPER#
diff --git a/debian/opensm.postrm b/debian/opensm.postrm
index a2c66fa..c1fc8b9 100644
--- a/debian/opensm.postrm
+++ b/debian/opensm.postrm
@@ -1,3 +1,5 @@
#!/bin/sh
+set -e
+
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/opensm.git
More information about the Pkg-ofed-commits
mailing list