r6021 - packages/trunk/wesnoth/debian

Gerfried Fuchs alfie at alioth.debian.org
Tue Mar 11 15:02:21 UTC 2008


Author: alfie
Date: 2008-03-11 15:02:21 +0000 (Tue, 11 Mar 2008)
New Revision: 6021

Modified:
   packages/trunk/wesnoth/debian/changelog
   packages/trunk/wesnoth/debian/control
   packages/trunk/wesnoth/debian/rules
Log:
  * Switch from ttf-arphic-gkai00mp (gkai00mp.ttf) to ttf-wqy-zenhei
    (wqy-zenhei.ttf) package (font) which the game really uses. Thanks to
    Ying-Chun Liu for noticing it (closes: #470292)
  * Made it more clear in the wesnoth-all package description where to get the
    server from.


Modified: packages/trunk/wesnoth/debian/changelog
===================================================================
--- packages/trunk/wesnoth/debian/changelog	2008-03-11 14:54:11 UTC (rev 6020)
+++ packages/trunk/wesnoth/debian/changelog	2008-03-11 15:02:21 UTC (rev 6021)
@@ -1,9 +1,14 @@
 wesnoth (1:1.4-2) unstable; urgency=low
 
   * Patch wesnoth-nolog-desktop-file for calling wesnoth-nolog instead of
-    wesnoth from desktop file.
+    wesnoth from desktop file (triggered by #469800) 
+  * Switch from ttf-arphic-gkai00mp (gkai00mp.ttf) to ttf-wqy-zenhei
+    (wqy-zenhei.ttf) package (font) which the game really uses. Thanks to
+    Ying-Chun Liu for noticing it (closes: #470292)
+  * Made it more clear in the wesnoth-all package description where to get the
+    server from.
 
- -- Gerfried Fuchs <rhonda at debian.at>  Fri, 07 Mar 2008 09:25:29 +0100
+ -- Gerfried Fuchs <rhonda at debian.at>  Tue, 11 Mar 2008 16:01:20 +0100
 
 wesnoth (1:1.4-1) unstable; urgency=low
 

Modified: packages/trunk/wesnoth/debian/control
===================================================================
--- packages/trunk/wesnoth/debian/control	2008-03-11 14:54:11 UTC (rev 6020)
+++ packages/trunk/wesnoth/debian/control	2008-03-11 15:02:21 UTC (rev 6021)
@@ -34,11 +34,12 @@
   wesnoth-l (= ${source:Version}), wesnoth-aoi (= ${source:Version}),
   wesnoth-thot (= ${source:Version})
 Recommends: wesnoth-music (= ${source:Version}),
-  wesnoth-editor (>= ${binary:Version}), wesnoth-editor (<< ${binary:Version}.~),
+  wesnoth-editor (>= ${binary:Version}), wesnoth-editor (<< ${binary:Version}.~)
 Description: fantasy turn-based strategy game - complete suite
  This package depends on the complete set of packages built from the wesnoth
- source package but the server, most helpful if you always want to have all
- the official campaigns installed.
+ source package but the server (which can be found in the wesnoth-server
+ package), most helpful if you always want to have all the official campaigns
+ installed.
  .
  Battle for control of villages, using variety of units which have advantages
  and disadvantages in different types of terrains and against different types
@@ -49,7 +50,7 @@
 Architecture: all
 Depends: ttf-dejavu
 Recommends: wesnoth-music
-Suggests: ttf-sazanami-gothic, ttf-arphic-gkai00mp
+Suggests: ttf-sazanami-gothic, ttf-wqy-zenhei
 Description: data files for Wesnoth
  This package contains the sound files and graphics for Wesnoth.
  .

Modified: packages/trunk/wesnoth/debian/rules
===================================================================
--- packages/trunk/wesnoth/debian/rules	2008-03-11 14:54:11 UTC (rev 6020)
+++ packages/trunk/wesnoth/debian/rules	2008-03-11 15:02:21 UTC (rev 6021)
@@ -141,10 +141,12 @@
 # Build architecture independant packages using the common target.
 binary-indep: build-indep install-indep
 	# workaround for dh_link (mis)behavior, see BTS#445550
-	for i in ttf-dejavu/DejaVuSans.ttf sazanami/sazanami-gothic.ttf \
-		arphic/gkai00mp.ttf; do ln -s /usr/share/fonts/truetype/$$i \
+	for i in ttf-dejavu/DejaVuSans.ttf sazanami/sazanami-gothic.ttf; \
+		do ln -s /usr/share/fonts/truetype/$$i \
 	       	debian/wesnoth-data/usr/share/games/wesnoth/fonts/`basename $$i`; \
 		done
+	ln -s /usr/share/fonts/truetype/$$i \
+	       	debian/wesnoth-data/usr/share/games/wesnoth/fonts/wqy-zenhei-gb2312.ttf
 	ln -s /usr/share/games/wesnoth/images/wesnoth-icon.png \
 		debian/wesnoth-data/usr/share/icons/wesnoth-icon.png
 




More information about the Pkg-games-commits mailing list