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 <[EMAIL PROTECTED]>  Tue, 08 Apr 2008 18:12:45 +0200
+ -- Gerfried Fuchs <[EMAIL PROTECTED]>  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


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

Reply via email to