[Pkg-mc-commits] r407 - trunk/debian
Denis Briand
narcan-guest at alioth.debian.org
Mon May 17 15:15:38 UTC 2010
Author: narcan-guest
Date: 2010-05-17 15:15:22 +0000 (Mon, 17 May 2010)
New Revision: 407
Modified:
trunk/debian/changelog
trunk/debian/mc.postinst
trunk/debian/mc.postrm
trunk/debian/mc.prerm
Log:
put set -e in sh scripts than use -e in the interpreter line.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-05-17 11:43:38 UTC (rev 406)
+++ trunk/debian/changelog 2010-05-17 15:15:22 UTC (rev 407)
@@ -1,4 +1,4 @@
-mc (3:4.7.0.5-1) UNRELEASED; urgency=low
+mc (3:4.7.0.5-1) unstable; urgency=low
[Yury V. Zaytsev]
* New upstream version (bugfix release).
@@ -26,7 +26,7 @@
* Bumped standards version to 3.8.4.
* Removed quilt build-dependency and debian/README.source file.
- -- Denis Briand <denis at narcan.fr> Thu, 06 May 2010 12:51:24 +0200
+ -- Denis Briand <denis at narcan.fr> Mon, 17 May 2010 17:12:32 +0200
mc (3:4.7.0.1-1) unstable; urgency=low
Modified: trunk/debian/mc.postinst
===================================================================
--- trunk/debian/mc.postinst 2010-05-17 11:43:38 UTC (rev 406)
+++ trunk/debian/mc.postinst 2010-05-17 15:15:22 UTC (rev 407)
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
export DEB_HOST_GNU_SYSTEM=$(dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
Modified: trunk/debian/mc.postrm
===================================================================
--- trunk/debian/mc.postrm 2010-05-17 11:43:38 UTC (rev 406)
+++ trunk/debian/mc.postrm 2010-05-17 15:15:22 UTC (rev 407)
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
case "$1" in
Modified: trunk/debian/mc.prerm
===================================================================
--- trunk/debian/mc.prerm 2010-05-17 11:43:38 UTC (rev 406)
+++ trunk/debian/mc.prerm 2010-05-17 15:15:22 UTC (rev 407)
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
case "$1" in
remove)
More information about the Pkg-mc-commits
mailing list