The following commit has been merged in the devel branch:
commit e716493669e2932736e08876ffc1e89f4dc6d315
Author: Gerfried Fuchs <rho...@debian.org>
Date:   Sat Aug 25 09:58:12 2012 +0200

    no extra ln needed now that the name fits

diff --git a/debian/changelog b/debian/changelog
index 5525ea9..804f830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low
+
+  * New upstream stable release.
+  * Remove the extra ln handling in debian/rules.
+
+ -- 
+
 wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low
 
   [ Vincent Cheng ]
diff --git a/debian/rules b/debian/rules
index 3d19ef9..6ab1ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,12 +129,10 @@ binary-common:
 # Build architecture independant packages using the common target.
 binary-indep: install
        # workaround for dh_link (mis)behavior, see BTS#445550
-       for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf; \
+       for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf 
droid/DroidSansFallbackFull.ttf; \
                do ln -s /usr/share/fonts/truetype/$$i \
                
debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/`basename
 $$i`; \
                done
-       ln -s /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf \
-               
debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/DroidSansFallbackFull.ttf
 
        # rename icons versioned
 

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to