[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/2.6.7-1-2-g8c2b56a

Micah Anderson micah at riseup.net
Mon Apr 11 15:39:12 UTC 2011


The following commit has been merged in the master branch:
commit 8c2b56a72bdc92009bca8c7763860ee02e88463c
Author: Micah Anderson <micah at riseup.net>
Date:   Mon Apr 11 11:38:43 2011 -0400

    fix lintian: maintainer scripts ignoring errors

diff --git a/debian/changelog b/debian/changelog
index 3e0263e..e453da9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 puppet (2.6.7-2) unstable; urgency=medium
 
   * Fix puppetmaster-passenger.postinst to get proper ssl configs (Closes: #620635)
+  * Fix maintainer scripts ignoring errors
 
  -- Micah Anderson <micah at debian.org>  Mon, 11 Apr 2011 11:31:23 -0400
 
diff --git a/debian/puppet.postinst b/debian/puppet.postinst
index c97a755..8b870c6 100644
--- a/debian/puppet.postinst
+++ b/debian/puppet.postinst
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Remove renamed configuration files which are now handled by other
 # packages
 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
diff --git a/debian/puppet.postrm b/debian/puppet.postrm
index c97a755..8b870c6 100644
--- a/debian/puppet.postrm
+++ b/debian/puppet.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Remove renamed configuration files which are now handled by other
 # packages
 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
diff --git a/debian/puppet.preinst b/debian/puppet.preinst
index c97a755..8b870c6 100644
--- a/debian/puppet.preinst
+++ b/debian/puppet.preinst
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Remove renamed configuration files which are now handled by other
 # packages
 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list