r6606 - packages/trunk/wesnoth/debian

Gerfried Fuchs alfie at alioth.debian.org
Thu Apr 17 13:24:03 UTC 2008


Author: alfie
Date: 2008-04-17 13:24:03 +0000 (Thu, 17 Apr 2008)
New Revision: 6606

Modified:
   packages/trunk/wesnoth/debian/TODO
   packages/trunk/wesnoth/debian/changelog
   packages/trunk/wesnoth/debian/control
   packages/trunk/wesnoth/debian/rules
Log:
 * Switch wesnoth-tools package to Arch: all what it actually is.
doing the chmod in the proper dir is quite helpful indeed


Modified: packages/trunk/wesnoth/debian/TODO
===================================================================
--- packages/trunk/wesnoth/debian/TODO	2008-04-17 12:07:21 UTC (rev 6605)
+++ packages/trunk/wesnoth/debian/TODO	2008-04-17 13:24:03 UTC (rev 6606)
@@ -1,4 +1,2 @@
 create wesnoth-tools package containing:
- -  debian/tmp/usr/share/games/wesnoth/data/tools/
- - chmod +x on the scripts (wmllint, wmlscope, wmlindent, others?)
  - byte-compile .py modules?

Modified: packages/trunk/wesnoth/debian/changelog
===================================================================
--- packages/trunk/wesnoth/debian/changelog	2008-04-17 12:07:21 UTC (rev 6605)
+++ packages/trunk/wesnoth/debian/changelog	2008-04-17 13:24:03 UTC (rev 6606)
@@ -10,13 +10,14 @@
   * Also symlink the english manpage for wesnoth-smallgui properly.
   * Call dh_pysupport for the python parts in the wesnoth-tools package and
     make it Depend on ${python:Depends}. Build-Depend on python-support.
+  * Switch wesnoth-tools package to Arch: all what it actually is.
   * Only do the doc symlink in wesnoth, wesnoth-editor and wesnoth-all
     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>  Wed, 09 Apr 2008 09:09:12 +0200
+ -- Gerfried Fuchs <rhonda at debian.at>  Thu, 17 Apr 2008 13:52:03 +0200
 
 wesnoth (1:1.4-2) experimental; urgency=low
 

Modified: packages/trunk/wesnoth/debian/control
===================================================================
--- packages/trunk/wesnoth/debian/control	2008-04-17 12:07:21 UTC (rev 6605)
+++ packages/trunk/wesnoth/debian/control	2008-04-17 13:24:03 UTC (rev 6606)
@@ -105,7 +105,7 @@
  from one scenario to the next in a campaign.
 
 Package: wesnoth-tools
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${python:Depends}, wesnoth-data (= ${source:Version})
 Description: tools for campaign developers for Wesnoth
  This package contains various tools for Wesnoth that are especially useful for

Modified: packages/trunk/wesnoth/debian/rules
===================================================================
--- packages/trunk/wesnoth/debian/rules	2008-04-17 12:07:21 UTC (rev 6605)
+++ packages/trunk/wesnoth/debian/rules	2008-04-17 13:24:03 UTC (rev 6606)
@@ -88,7 +88,7 @@
 			datadir=/usr/share \
 			pkgdatadir=/usr/share/games/wesnoth
 
-	cd $(CURDIR)/debian/tmp/data/tools && chmod +x \
+	cd $(CURDIR)/debian/tmp/usr/share/games/wesnoth/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




More information about the Pkg-games-commits mailing list