[SCM] xboard PKG branch, experimental, updated. debian/4.5.git20100118-1-17-g9f1d7df

Vincent Legout vincent at legout.info
Mon Dec 6 20:08:15 UTC 2010


The following commit has been merged in the experimental branch:
commit 63d500e83e0058e5c07cee2c530a42fef6b9c258
Author: Vincent Legout <vincent at legout.info>
Date:   Mon Apr 12 22:48:58 2010 +0800

    Fix maintainer-script-without-set-e lintian warning

diff --git a/debian/changelog b/debian/changelog
index 242f333..61eaec7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ xboard (4.5~git20101120-1) UNRELEASED; urgency=low
   * debian/control:
     - Remove the build dependency on automake
     - Bump Standards-Version to 3.9.1
+  * debian/preinst: Fix maintainer-script-without-set-e lintian warning
 
   [ Clint Adams ]
   * change my uploader address
diff --git a/debian/preinst b/debian/preinst
index 59a9aac..59431f5 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # preinst to faciliate upgrades from older versions that still used
 # the alternates system for accessing xaw-wrappers
 
+set -e
+
 if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" le "4.2.6-2.1"
 then
 	update-alternatives --quiet --remove \

-- 
xboard PKG



More information about the Pkg-games-commits mailing list