r6512 - packages/trunk/wesnoth/debian

Gerfried Fuchs alfie at alioth.debian.org
Fri Apr 11 12:11:39 UTC 2008


Author: alfie
Date: 2008-04-11 12:11:39 +0000 (Fri, 11 Apr 2008)
New Revision: 6512

Modified:
   packages/trunk/wesnoth/debian/changelog
   packages/trunk/wesnoth/debian/rules
Log:
 * Make the included scripts in the tools package executable.

Modified: packages/trunk/wesnoth/debian/changelog
===================================================================
--- packages/trunk/wesnoth/debian/changelog	2008-04-11 03:26:15 UTC (rev 6511)
+++ packages/trunk/wesnoth/debian/changelog	2008-04-11 12:11:39 UTC (rev 6512)
@@ -14,8 +14,9 @@
     packages which directly versioned depend on wesnoth-data, not from the
     campaign packages.
   * Fix a typo in wesnoth-tools package description.
+  * Make the included scripts in the tools package executable.
 
- -- Gerfried Fuchs <rhonda at debian.at>  Tue, 08 Apr 2008 18:12:45 +0200
+ -- Gerfried Fuchs <rhonda at debian.at>  Wed, 09 Apr 2008 09:09:12 +0200
 
 wesnoth (1:1.4-2) experimental; urgency=low
 

Modified: packages/trunk/wesnoth/debian/rules
===================================================================
--- packages/trunk/wesnoth/debian/rules	2008-04-11 03:26:15 UTC (rev 6511)
+++ packages/trunk/wesnoth/debian/rules	2008-04-11 12:11:39 UTC (rev 6512)
@@ -88,6 +88,11 @@
 			datadir=/usr/share \
 			pkgdatadir=/usr/share/games/wesnoth
 
+	cd $(CURDIR)/debian/tmp/data/tools && chmod +x \
+		extractbindings unit_tree/TeamColorizer.pl unit_tree/units.pl \
+		wesnoth/wescamp.py wesnoth/wmldata.py wesnoth/wmlparser.py \
+		wmlindent wmllint wmlscope
+
 	DESTDIR=$(CURDIR)/debian/tmp/ \
 		$(MAKE) -C po install \
 			localedir=/usr/share/locale




More information about the Pkg-games-commits mailing list