[kobodeluxe] 05/07: debian/postrm: Use set -e.

Markus Koschany apo at moszumanska.debian.org
Tue Apr 5 23:07:32 UTC 2016


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

apo pushed a commit to branch master
in repository kobodeluxe.

commit fc2a9fdb78df931b54ff34d60fcacb74ad350c4b
Author: Markus Koschany <apo at debian.org>
Date:   Wed Apr 6 00:36:34 2016 +0200

    debian/postrm: Use set -e.
---
 debian/changelog | 1 +
 debian/postrm    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8af6c9b..a155359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kobodeluxe (0.5.1-8) unstable; urgency=medium
   * Vcs: Switch to cgit and use https.
   * Add midicon-segmentation-fault.patch and fix segmentation fault on startup.
     Thanks to Emile CARRY for the report and patch. (Closes: #819897)
+  * debian/postrm: Use set -e.
 
  -- Markus Koschany <apo at debian.org>  Wed, 06 Apr 2016 00:30:59 +0200
 
diff --git a/debian/postrm b/debian/postrm
index c2d3290..378a04a 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 #DEBHELPER#
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/kobodeluxe.git



More information about the Pkg-games-commits mailing list