[Pkg-ofed-commits] [opensm] 10/15: set -e flag in all the maintainer scripts

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 1 08:19:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository opensm.

commit c35d0961fa8ab98b283653b2d5e7395d3b8685d3
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