[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.3-1-16-g27247f0
Gerfried Fuchs
rhonda at debian.at
Sat Aug 14 17:17:31 UTC 2010
The following commit has been merged in the master branch:
commit 4e1fee0974b43d7c6e13610344e20b29df7b77bc
Author: Gerfried Fuchs <rhonda at debian.at>
Date: Tue Jul 13 17:12:15 2010 +0200
Use BRANODOT in branchcheck
diff --git a/debian/branchcheck b/debian/branchcheck
index f8dc368..9e6651d 100644
--- a/debian/branchcheck
+++ b/debian/branchcheck
@@ -5,12 +5,14 @@
set -ex
BRANCH=$(dpkg-parsechangelog | grep "^Version:" | cut -d" " -f2 | cut -d. -f1,2 | cut -d: -f2 | cut -d- -f1 | sed -e 's/[a-z].*//')
+BRANODOT=$(echo $BRANCH | tr -d .)
if head -1 debian/control | grep -v "^Source: wesnoth-$BRANCH" >/dev/null ; then \
for i in debian/*.in debian/patches/*.in; do
new=$(basename $i .in | sed -e s/BRANCH/$BRANCH/)
dir=$(dirname $i)
cp $i $dir/$new
- sed -i -e s/BRANCH/$BRANCH/g $dir/$new
+ sed -i -e "s/BRANCH/$BRANCH/g" $dir/$new
+ sed -i -e "s/BRANODOT/$BRANCH/g" $dir/$new
done
fi
diff --git a/debian/changelog b/debian/changelog
index a21c6a2..888525f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ wesnoth-1.8 (1:1.8.3-2) unstable; urgency=low
* Update wesnoth-1.8-core package description, synchronize spacing and
ordering in other package descriptions.
* Bump to Standards-Version 3.9.0.
+ * Use BRANODOT as placeholder in branchcheck script (for alternative
+ priority)
--
--
Debian packaging of wesnoth
More information about the Pkg-games-commits
mailing list