[Pkg-running-devel] [SCM] Debian package for pytrainer branch, master, updated. debian/1.9.1-1-17-gbd59849

Christian Perrier bubulle at debian.org
Mon Apr 8 15:05:19 UTC 2013


The following commit has been merged in the master branch:
commit 3b90a6e8af298afd8cea60f32122facaa803bb53
Author: Christian Perrier <bubulle at debian.org>
Date:   Mon Apr 8 15:56:17 2013 +0200

    Use "set -x" in postinst instead of passing it to the shebang line.

diff --git a/debian/changelog b/debian/changelog
index 141ec21..7cfb97d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ pytrainer (1.10.1-1) UNRELEASED; urgency=low
     - Import .fit files. Closes: #636128
   * Drop no longer needed 03_fix-manpage-synopsis.patch
   * Update Standards to 3.9.4 (checked).
+  * Use "set -x" in postinst instead of passing it to the shebang
+    line.
 
  -- Christian Perrier <bubulle at debian.org>  Sat, 06 Apr 2013 08:47:45 +0200
 
diff --git a/debian/postinst b/debian/postinst
index 2b016fd..253e51d 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,6 +1,8 @@
-#!/bin/sh -e
-# 
+#!/bin/sh
+set -e
+
 #DEBHELPER#
+
 case "$1" in
         configure)
                 if test -x /usr/bin/update-menus; then update-menus; fi

-- 
Debian package for pytrainer



More information about the Pkg-running-devel mailing list