The following commit has been merged in the master branch:
commit 716dbcd2f9b873b2cd885d4ed22f22de92e86537
Author: Gerfried Fuchs <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to