[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.3-3-4-g8f5d414

Gerfried Fuchs rhonda at debian.at
Wed Aug 18 19:43:08 UTC 2010


The following commit has been merged in the master branch:
commit 716dbcd2f9b873b2cd885d4ed22f22de92e86537
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Wed Aug 18 21:01:35 2010 +0200

    Fix debian/branchcheck helper script

diff --git a/debian/branchcheck b/debian/branchcheck
index fa69146..bd66d97 100644
--- a/debian/branchcheck
+++ b/debian/branchcheck
@@ -13,6 +13,6 @@ if head -1 debian/control | grep -v "^Source: wesnoth-$BRANCH" >/dev/null ; then
 		dir=$(dirname $i)
 		cp $i $dir/$new
 		sed -i -e "s/BRANCH/$BRANCH/g"   $dir/$new
-		sed -i -e "s/BRANODOT/$BRANCH/g" $dir/$new
+		sed -i -e "s/BRANODOT/$BRANODOT/g" $dir/$new
 	done
 fi
diff --git a/debian/changelog b/debian/changelog
index afbf8f8..c3926bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.8 (1:1.8.3-4) unstable; urgency=low
 
   * Ship default file for the server init script and adapt the init script to
     use the script name instead of the binary name for the default file.
+  * Fix debian/branchcheck helper script, noticed by Julien Cristau.
 
  -- 
 

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list