[SCM] konsole packaging branch, kde4.8, updated. debian/4.8.3-1-7-gf3490d5

Eshat Cakar eshat-guest at alioth.debian.org
Tue Jun 5 16:13:37 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/konsole.git;a=commitdiff;h=14f98fc

The following commit has been merged in the kde4.8 branch:
commit 14f98fc4bb43bc6a5f679b4f0e37b135e53a8b3b
Author: Eshat Cakar <info at eshat.de>
Date:   Tue Jun 5 18:10:54 2012 +0200

    Fix lintian maintainer-script-without-set-e message by adding "set -e" to postrm and postinst scripts.
---
 debian/changelog        |    1 +
 debian/konsole.postinst |    4 +++-
 debian/konsole.prerm    |    4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4908b43..acc01fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ konsole (4:4.8.4-0r0) UNRELEASED; urgency=low
   [ Eshat Cakar ]
   * Add watch file.
   * Bump kde-sc-dev-latest build dependency to version 4:4.8.4.
+  * Fix lintian maintainer-script-without-set-e message.
 
  -- Eshat Cakar <info at eshat.de>  Tue, 05 Jun 2012 17:53:45 +0200
 
diff --git a/debian/konsole.postinst b/debian/konsole.postinst
index 45ae5ed..a4f85b8 100644
--- a/debian/konsole.postinst
+++ b/debian/konsole.postinst
@@ -1,4 +1,6 @@
-#! /bin/sh -e
+#! /bin/sh
+
+set -e
 
 case "$1" in
     configure)
diff --git a/debian/konsole.prerm b/debian/konsole.prerm
index 455ae63..2de7dd2 100644
--- a/debian/konsole.prerm
+++ b/debian/konsole.prerm
@@ -1,4 +1,6 @@
-#! /bin/sh -e
+#! /bin/sh
+
+set -e
 
 case "$1" in
     remove)

-- 
konsole packaging



More information about the pkg-kde-commits mailing list