[SCM] xboard PKG branch, master, updated. debian/4.4.2-1-10-g2807462

Vincent Legout vincent at legout.info
Tue Apr 13 02:13:00 UTC 2010


The following commit has been merged in the master branch:
commit 54cdaf78d751fd353460e6f8ad50086b5e73d586
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 518a09a..49e981c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xboard (4.4.3-1) unstable; urgency=low
     - Bump to Standards-Version 3.8.4
     - Update long description, thanks to H.G.Muller
   * debian/docs: Add FAQ.html and engine-intf.html (Closes: #566190)
+  * debian/preinst: Fix maintainer-script-without-set-e lintian warning
 
  -- Vincent Legout <vincent at legout.info>  Mon, 12 Apr 2010 19:41:29 +0800
 
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