[debian-edu-commits] debian-edu/ 162/183: don't forget to set -e the scripts

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:43 UTC 2014


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

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 6c2366b832472cecaa71e0488f98f3a9159949cd
Author: Bart Cornelis <cobaco at linux.be>
Date:   Sun Jan 11 02:29:05 2009 +0000

    don't forget to set -e the scripts
---
 debian/changelog | 3 ++-
 debian/config    | 1 +
 debian/postinst  | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ffb112..905f61c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 desktop-profiles (1.4.16) unstable; urgency=low
 
   *  Added Japanese translation by "Hideki Yamane (Closes: #510725) 
+  *  don't forget tot 'set -e' in config and postinst scripts, avoids lintian warning
 
- -- Bart Cornelis (cobaco) <cobaco at linux.be>  Sun, 11 Jan 2009 03:02:09 +0100
+ -- Bart Cornelis (cobaco) <cobaco at linux.be>  Sun, 11 Jan 2009 03:25:25 +0100
 
 desktop-profiles (1.4.15) unstable; urgency=low
 
diff --git a/debian/config b/debian/config
index a10cfa3..4cc341f 100755
--- a/debian/config
+++ b/debian/config
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 # source debconf library
 . /usr/share/debconf/confmodule
diff --git a/debian/postinst b/debian/postinst
index 3917730..37d0b53 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 # source debconf library
 . /usr/share/debconf/confmodule

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list