r6924 - packages/branches/wesnoth/experimental/debian
Gerfried Fuchs
alfie at alioth.debian.org
Sat May 10 17:45:51 UTC 2008
Author: alfie
Date: 2008-05-10 17:45:51 +0000 (Sat, 10 May 2008)
New Revision: 6924
Modified:
packages/branches/wesnoth/experimental/debian/changelog
packages/branches/wesnoth/experimental/debian/control
packages/branches/wesnoth/experimental/debian/rules
packages/branches/wesnoth/experimental/debian/wesnoth-tools.install
Log:
Requires libboost-regex-dev for building now too.
* Updated wesnoth-tools install file and chmods in rules.
Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog 2008-05-09 16:38:02 UTC (rev 6923)
+++ packages/branches/wesnoth/experimental/debian/changelog 2008-05-10 17:45:51 UTC (rev 6924)
@@ -5,7 +5,7 @@
- The Court of Karrag: no TC for Karrag as Dwarf (closes: #473218)
- Patches not needed anymore: no-campaign-fix, address-align-for-sparc.
* Doesn't use included libsdl-ttf anymore, build-depend on
- libsdl-ttf2.0-dev (>= 2.0.8)
+ libsdl-ttf2.0-dev (>= 2.0.8) Requires libboost-regex-dev, also.
* Switched version information in debian/rules and debian/watch to
development release dependencies.
* Do postinst hooks only on upgrades from older versions than 1:1.4.1-2,
@@ -17,8 +17,9 @@
to pick up and install as NEWS.Debian...
* New gettext domain wesnoth-anl for a muliplayer scenario, installing it
into wesnoth-data mainpackage.
+ * Updated wesnoth-tools install file and chmods in rules.
- -- Gerfried Fuchs <rhonda at debian.at> Sat, 03 May 2008 16:59:40 +0200
+ -- Gerfried Fuchs <rhonda at debian.at> Sat, 10 May 2008 19:42:55 +0200
wesnoth (1:1.4.1-2) unstable; urgency=low
Modified: packages/branches/wesnoth/experimental/debian/control
===================================================================
--- packages/branches/wesnoth/experimental/debian/control 2008-05-09 16:38:02 UTC (rev 6923)
+++ packages/branches/wesnoth/experimental/debian/control 2008-05-10 17:45:51 UTC (rev 6924)
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>= 5), quilt, libsdl-image1.2-dev, libfreetype6-dev,
libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev,
libsdl-ttf2.0-dev (>= 2.0.8), python-dev (>= 2.3), python-support,
- libboost-iostreams-dev, libboost-test-dev
+ libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev
Standards-Version: 3.7.3
Uploaders: Cyril Bouthors <cyril at bouthors.org>, Gerfried Fuchs <rhonda at debian.at>
Homepage: http://wesnoth.org/
Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules 2008-05-09 16:38:02 UTC (rev 6923)
+++ packages/branches/wesnoth/experimental/debian/rules 2008-05-10 17:45:51 UTC (rev 6924)
@@ -89,9 +89,9 @@
pkgdatadir=/usr/share/games/wesnoth
cd $(CURDIR)/debian/tmp/usr/share/games/wesnoth/data/tools && chmod +x \
- extractbindings unit_tree/TeamColorizer.pl unit_tree/units.pl \
+ extractbindings unit_tree/TeamColorizer unit_tree/units.pl \
wesnoth/wescamp.py wesnoth/wmldata.py wesnoth/wmlparser.py \
- wmlindent wmllint wmlscope
+ wmlindent wmllint wmlscope wesnoth_addon_manager
DESTDIR=$(CURDIR)/debian/tmp/ \
$(MAKE) -C po install \
Modified: packages/branches/wesnoth/experimental/debian/wesnoth-tools.install
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth-tools.install 2008-05-09 16:38:02 UTC (rev 6923)
+++ packages/branches/wesnoth/experimental/debian/wesnoth-tools.install 2008-05-10 17:45:51 UTC (rev 6924)
@@ -1,10 +1,10 @@
debian/tmp/usr/share/games/wesnoth/data/tools/extractbindings
debian/tmp/usr/share/games/wesnoth/data/tools/helpheader.xhtml
debian/tmp/usr/share/games/wesnoth/data/tools/helptrailer.xhtml
-debian/tmp/usr/share/games/wesnoth/data/tools/Makefile
debian/tmp/usr/share/games/wesnoth/data/tools/unit_tree/
debian/tmp/usr/share/games/wesnoth/data/tools/wmlindent
debian/tmp/usr/share/games/wesnoth/data/tools/wmllint
debian/tmp/usr/share/games/wesnoth/data/tools/wmlscope
+debian/tmp/usr/share/games/wesnoth/data/tools/wesnoth_addon_manager
debian/tmp/usr/share/games/wesnoth/data/tools/README
debian/tmp/usr/share/games/wesnoth/data/tools/wesnoth/
More information about the Pkg-games-commits
mailing list