The following commit has been merged in the master branch:
commit 54cdaf78d751fd353460e6f8ad50086b5e73d586
Author: Vincent Legout <[email protected]>
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 <[email protected]> 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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits