I've taken a closer look at this and I've tried to package the latest dev
release of Wesnoth (1.9.5). I've been using my own PPA to test it [1], and
it seems to build and run fine now. I've also attached a patch of my
changes, if that helps any.

Regards,
- Vincent

[1] https://launchpad.net/~vincent-c/+archive/wesnoth
diff -Nru a//debian/changelog b//debian/changelog
--- a//debian/changelog	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/changelog	2011-03-31 18:38:15.689134611 -0700
@@ -1,3 +1,9 @@
+wesnoth-1.9 (1:1.9.5-1) unstable; urgency=low
+
+  * New upstream devel release.
+
+ -- Vincent Cheng <vincentc1...@gmail.com>  Sun, 27 Mar 2011 19:38:02 -0700
+
 wesnoth-1.9 (1:1.9.4-1) unstable; urgency=low
 
   * New upstream devel release.
diff -Nru a//debian/control b//debian/control
--- a//debian/control	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/control	2011-03-31 18:43:22.433299780 -0700
@@ -7,7 +7,7 @@
   libsdl-ttf2.0-dev (>= 2.0.8), python-support, libdbus-1-dev,
   libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev,
   libboost-serialization-dev, libboost-system-dev, libboost-thread-dev,
-  libpango1.0-dev, cmake (>= 2.6), liblua5.1-0-dev
+  libpango1.0-dev, cmake (>= 2.6), liblua5.1-0-dev, cdbs
 Standards-Version: 3.9.1
 Uploaders: Gerfried Fuchs <rho...@debian.org>
 Homepage: http://wesnoth.org/
diff -Nru a//debian/rules b//debian/rules
--- a//debian/rules	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/rules	2011-03-31 02:33:48.000000000 -0700
@@ -45,10 +45,9 @@
 ## used for package name extension
 BRANCH_VERSION = $(STRIP_MAJOR).$(MINOR_VERSION)
 
-CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-strict-compilation --disable-maintainer-mode --disable-rpath --prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games --with-datadir-name=wesnoth/$(BRANCH_VERSION) --with-localedir=\$${prefix}/share/games/wesnoth/$(BRANCH_VERSION)/locale --with-fifodir=/var/run/wesnothd --datadir=\$${prefix}/share/games --enable-server --with-fribidi --enable-python-install
-
-CMAKE_SWITCHES = -DBINARY_SUFFIX="-$(BRANCH_VERSION)" -DCMAKE_INSTALL_PREFIX="/usr/" -DBINDIR="/usr/games" -DDATAROOTDIR="/usr/share/games" -DDATADIRNAME="wesnoth/$(BRANCH_VERSION)" -DDESKTOPDIR="/usr/share/applications" -DDOCDIR="/usr/share/doc/wesnoth-$(BRANCH_VERSION)-data" -DLOCALEDIR="wesnoth/$(BRANCH_VERSION)/locale" -DMANDIR="/usr/share/man"
+# CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-strict-compilation --disable-maintainer-mode --disable-rpath --prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games --with-datadir-name=wesnoth/$(BRANCH_VERSION) --with-localedir=\$${prefix}/share/games/wesnoth/$(BRANCH_VERSION)/locale --with-fifodir=/var/run/wesnothd --datadir=\$${prefix}/share/games --enable-server --with-fribidi --enable-python-install
 
+CMAKE_SWITCHES = -DBINARY_SUFFIX="-$(BRANCH_VERSION)" -DCMAKE_INSTALL_PREFIX="/usr/" -DBINDIR="/usr/games" -DDATAROOTDIR="/usr/share/games" -DDATADIRNAME="wesnoth/$(BRANCH_VERSION)" -DDESKTOPDIR="/usr/share/applications" -DDOCDIR="/usr/share/doc/wesnoth-$(BRANCH_VERSION)-data" -DLOCALEDIR="/usr/share/games/wesnoth/$(BRANCH_VERSION)/locale" -DMANDIR="/usr/share/man" -DFIFO_DIR="/var/run/wesnothd" -DENABLE_CAMPAIGN_SERVER=ON -DENABLE_TOOLS=ON -DENABLE_STRICT_COMPILATION=OFF
 
 clean:
 	dh_testdir
@@ -83,9 +82,9 @@
 	dh_prep
 	dh_installdirs
 
-	$(MAKE) -C build DESTDIR=$(CURDIR)/debian/tmp install
+	$(MAKE) -C build DESTDIR=$(CURDIR) install
 
-	cd $(CURDIR)/debian/tmp/usr/share/games/wesnoth/$(BRANCH_VERSION)/data/tools \
+	cd $(CURDIR)/usr/share/games/wesnoth/$(BRANCH_VERSION)/data/tools \
 		&& chmod +x extractbindings unit_tree/TeamColorizer \
 		wesnoth/wescamp.py wesnoth/wmldata.py wesnoth/wmlparser.py \
 		wmlindent wmlflip wmllint wmlscope wesnoth_addon_manager \
@@ -178,10 +177,10 @@
 		done
 
 	# move binaries to their proper name
-	mv debian/wesnoth-$(BRANCH_VERSION)-core/usr/games/wesnoth \
-		debian/wesnoth-$(BRANCH_VERSION)-core/usr/games/wesnoth-$(BRANCH_VERSION)
-	mv debian/wesnoth-$(BRANCH_VERSION)-server/usr/games/wesnothd \
-		debian/wesnoth-$(BRANCH_VERSION)-server/usr/games/wesnothd-$(BRANCH_VERSION)
+	#mv debian/wesnoth-$(BRANCH_VERSION)-core/usr/games/wesnoth \
+	#	debian/wesnoth-$(BRANCH_VERSION)-core/usr/games/wesnoth-$(BRANCH_VERSION)
+	#mv debian/wesnoth-$(BRANCH_VERSION)-server/usr/games/wesnothd \
+	#	debian/wesnoth-$(BRANCH_VERSION)-server/usr/games/wesnothd-$(BRANCH_VERSION)
 
 	# move the desktop files to their proper name
 	mv debian/wesnoth-$(BRANCH_VERSION)-core/usr/share/applications/wesnoth.desktop \
diff -Nru a//debian/source/format b//debian/source/format
--- a//debian/source/format	1969-12-31 16:00:00.000000000 -0800
+++ b//debian/source/format	2011-03-27 19:40:50.000000000 -0700
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru a//debian/wesnoth-1.9-aoi.install b//debian/wesnoth-1.9-aoi.install
--- a//debian/wesnoth-1.9-aoi.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-aoi.install	2011-03-30 23:37:45.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/An_Orcish_Incursion
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-aoi.mo
+usr/share/games/wesnoth/1.9/data/campaigns/An_Orcish_Incursion
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-aoi.mo
diff -Nru a//debian/wesnoth-1.9-core.install b//debian/wesnoth-1.9-core.install
--- a//debian/wesnoth-1.9-core.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-core.install	2011-03-31 01:10:48.000000000 -0700
@@ -1,9 +1,9 @@
-debian/tmp/usr/games/wesnoth
+usr/games/wesnoth-1.9
 debian/wesnoth-1.9-smallgui /usr/games
 debian/wesnoth-1.9-nolog /usr/games
 debian/wesnoth-1.9_editor /usr/games
-debian/tmp/usr/share/man/man6/wesnoth.6
-debian/tmp/usr/share/man/*/man6/wesnoth.6
+usr/share/man/man6/wesnoth.6
+usr/share/man/*/man6/wesnoth.6
 icons/wesnoth.desktop /usr/share/applications
 icons/wesnoth_editor.desktop /usr/share/applications
 debian/wesnoth-1.9-icon.xpm /usr/share/pixmaps
diff -Nru a//debian/wesnoth-1.9-data.install b//debian/wesnoth-1.9-data.install
--- a//debian/wesnoth-1.9-data.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-data.install	2011-03-31 17:15:14.000000000 -0700
@@ -1,32 +1,32 @@
 icons/wesnoth-icon.png /usr/share/icons
 icons/wesnoth_editor-icon.png /usr/share/icons
-debian/tmp/usr/share/games/wesnoth/1.9/data/*.cfg
-debian/tmp/usr/share/games/wesnoth/1.9/data/COPYING.txt
-debian/tmp/usr/share/games/wesnoth/1.9/data/ai
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/tutorial
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/*.cfg
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/README
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/editor
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/encyclopedia
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/images
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/macros
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/sounds
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/terrain-graphics
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/units
-debian/tmp/usr/share/games/wesnoth/1.9/data/gui
-debian/tmp/usr/share/games/wesnoth/1.9/data/hardwired
-debian/tmp/usr/share/games/wesnoth/1.9/data/languages
-debian/tmp/usr/share/games/wesnoth/1.9/data/lua
-debian/tmp/usr/share/games/wesnoth/1.9/data/multiplayer
-debian/tmp/usr/share/games/wesnoth/1.9/data/test
-debian/tmp/usr/share/games/wesnoth/1.9/data/themes
-debian/tmp/usr/share/games/wesnoth/1.9/fonts/Andagii.ttf
-debian/tmp/usr/share/games/wesnoth/1.9/images
-debian/tmp/usr/share/games/wesnoth/1.9/sounds
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-editor.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-lib.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-multiplayer.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tutorial.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-units.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth.mo
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-anl.mo
+usr/share/games/wesnoth/1.9/data/*.cfg
+usr/share/games/wesnoth/1.9/data/COPYING.txt
+usr/share/games/wesnoth/1.9/data/ai
+usr/share/games/wesnoth/1.9/data/campaigns/tutorial
+usr/share/games/wesnoth/1.9/data/core/*.cfg
+usr/share/games/wesnoth/1.9/data/core/README
+usr/share/games/wesnoth/1.9/data/core/editor
+usr/share/games/wesnoth/1.9/data/core/encyclopedia
+usr/share/games/wesnoth/1.9/data/core/images
+usr/share/games/wesnoth/1.9/data/core/macros
+usr/share/games/wesnoth/1.9/data/core/sounds
+usr/share/games/wesnoth/1.9/data/core/terrain-graphics
+usr/share/games/wesnoth/1.9/data/core/units
+usr/share/games/wesnoth/1.9/data/gui
+usr/share/games/wesnoth/1.9/data/hardwired
+usr/share/games/wesnoth/1.9/data/languages
+usr/share/games/wesnoth/1.9/data/lua
+usr/share/games/wesnoth/1.9/data/multiplayer
+usr/share/games/wesnoth/1.9/data/test
+usr/share/games/wesnoth/1.9/data/themes
+usr/share/games/wesnoth/1.9/fonts/Andagii.ttf
+usr/share/games/wesnoth/1.9/images
+usr/share/games/wesnoth/1.9/sounds
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-editor.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-lib.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-multiplayer.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tutorial.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-units.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth.mo
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-anl.mo
diff -Nru a//debian/wesnoth-1.9-did.install b//debian/wesnoth-1.9-did.install
--- a//debian/wesnoth-1.9-did.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-did.install	2011-03-30 23:38:53.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Descent_Into_Darkness
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-did.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Descent_Into_Darkness
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-did.mo
diff -Nru a//debian/wesnoth-1.9-dm.install b//debian/wesnoth-1.9-dm.install
--- a//debian/wesnoth-1.9-dm.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-dm.install	2011-03-30 23:39:04.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Delfadors_Memoirs
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-dm.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Delfadors_Memoirs
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-dm.mo
diff -Nru a//debian/wesnoth-1.9-dw.install b//debian/wesnoth-1.9-dw.install
--- a//debian/wesnoth-1.9-dw.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-dw.install	2011-03-30 23:39:17.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Dead_Water
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-dw.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Dead_Water
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-dw.mo
diff -Nru a//debian/wesnoth-1.9-ei.install b//debian/wesnoth-1.9-ei.install
--- a//debian/wesnoth-1.9-ei.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-ei.install	2011-03-30 23:39:28.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Eastern_Invasion
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-ei.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Eastern_Invasion
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-ei.mo
diff -Nru a//debian/wesnoth-1.9-httt.install b//debian/wesnoth-1.9-httt.install
--- a//debian/wesnoth-1.9-httt.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-httt.install	2011-03-30 23:39:37.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Heir_To_The_Throne
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-httt.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Heir_To_The_Throne
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-httt.mo
diff -Nru a//debian/wesnoth-1.9-l.install b//debian/wesnoth-1.9-l.install
--- a//debian/wesnoth-1.9-l.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-l.install	2011-03-30 23:39:49.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Liberty
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-l.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Liberty
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-l.mo
diff -Nru a//debian/wesnoth-1.9-low.install b//debian/wesnoth-1.9-low.install
--- a//debian/wesnoth-1.9-low.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-low.install	2011-03-30 23:40:02.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Legend_of_Wesmere
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-low.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Legend_of_Wesmere
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-low.mo
diff -Nru a//debian/wesnoth-1.9-music.install b//debian/wesnoth-1.9-music.install
--- a//debian/wesnoth-1.9-music.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-music.install	2011-03-30 23:40:13.000000000 -0700
@@ -1 +1 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/core/music
+usr/share/games/wesnoth/1.9/data/core/music
diff -Nru a//debian/wesnoth-1.9-nr.install b//debian/wesnoth-1.9-nr.install
--- a//debian/wesnoth-1.9-nr.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-nr.install	2011-03-30 23:40:26.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Northern_Rebirth
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-nr.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Northern_Rebirth
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-nr.mo
diff -Nru a//debian/wesnoth-1.9-server.install b//debian/wesnoth-1.9-server.install
--- a//debian/wesnoth-1.9-server.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-server.install	2011-03-31 01:41:15.000000000 -0700
@@ -1,3 +1,3 @@
-debian/tmp/usr/games/wesnothd
-debian/tmp/usr/share/man/man6/wesnothd.6
-debian/tmp/usr/share/man/*/man6/wesnothd.6
+usr/games/wesnothd-1.9
+usr/share/man/man6/wesnothd.6
+usr/share/man/*/man6/wesnothd.6
diff -Nru a//debian/wesnoth-1.9-sof.install b//debian/wesnoth-1.9-sof.install
--- a//debian/wesnoth-1.9-sof.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-sof.install	2011-03-30 23:40:57.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Sceptre_of_Fire
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-sof.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Sceptre_of_Fire
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-sof.mo
diff -Nru a//debian/wesnoth-1.9-sotbe.install b//debian/wesnoth-1.9-sotbe.install
--- a//debian/wesnoth-1.9-sotbe.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-sotbe.install	2011-03-30 23:41:07.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Son_Of_The_Black_Eye
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-sotbe.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Son_Of_The_Black_Eye
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-sotbe.mo
diff -Nru a//debian/wesnoth-1.9-thot.install b//debian/wesnoth-1.9-thot.install
--- a//debian/wesnoth-1.9-thot.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-thot.install	2011-03-30 23:41:16.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/The_Hammer_of_Thursagan
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-thot.mo
+usr/share/games/wesnoth/1.9/data/campaigns/The_Hammer_of_Thursagan
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-thot.mo
diff -Nru a//debian/wesnoth-1.9-tools.install b//debian/wesnoth-1.9-tools.install
--- a//debian/wesnoth-1.9-tools.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-tools.install	2011-03-30 23:41:25.000000000 -0700
@@ -1,16 +1,16 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/addon_manager/
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/extractbindings
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/helpheader.html
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/helptrailer.html
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/hexometer/
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/imgcheck
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/README
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/unit_tree/
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wesnoth/
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wesnoth_addon_manager
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmlflip
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmlindent
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmllint
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmlscope
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmlvalidator
-debian/tmp/usr/share/games/wesnoth/1.9/data/tools/wmlxgettext
+usr/share/games/wesnoth/1.9/data/tools/addon_manager/
+usr/share/games/wesnoth/1.9/data/tools/extractbindings
+usr/share/games/wesnoth/1.9/data/tools/helpheader.html
+usr/share/games/wesnoth/1.9/data/tools/helptrailer.html
+usr/share/games/wesnoth/1.9/data/tools/hexometer/
+usr/share/games/wesnoth/1.9/data/tools/imgcheck
+usr/share/games/wesnoth/1.9/data/tools/README
+usr/share/games/wesnoth/1.9/data/tools/unit_tree/
+usr/share/games/wesnoth/1.9/data/tools/wesnoth/
+usr/share/games/wesnoth/1.9/data/tools/wesnoth_addon_manager
+usr/share/games/wesnoth/1.9/data/tools/wmlflip
+usr/share/games/wesnoth/1.9/data/tools/wmlindent
+usr/share/games/wesnoth/1.9/data/tools/wmllint
+usr/share/games/wesnoth/1.9/data/tools/wmlscope
+usr/share/games/wesnoth/1.9/data/tools/wmlvalidator
+usr/share/games/wesnoth/1.9/data/tools/wmlxgettext
diff -Nru a//debian/wesnoth-1.9-trow.install b//debian/wesnoth-1.9-trow.install
--- a//debian/wesnoth-1.9-trow.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-trow.install	2011-03-30 23:41:34.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/The_Rise_Of_Wesnoth
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-trow.mo
+usr/share/games/wesnoth/1.9/data/campaigns/The_Rise_Of_Wesnoth
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-trow.mo
diff -Nru a//debian/wesnoth-1.9-tsg.install b//debian/wesnoth-1.9-tsg.install
--- a//debian/wesnoth-1.9-tsg.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-tsg.install	2011-03-30 23:41:44.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/The_South_Guard
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tsg.mo
+usr/share/games/wesnoth/1.9/data/campaigns/The_South_Guard
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tsg.mo
diff -Nru a//debian/wesnoth-1.9-ttb.install b//debian/wesnoth-1.9-ttb.install
--- a//debian/wesnoth-1.9-ttb.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-ttb.install	2011-03-30 23:41:53.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Two_Brothers
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tb.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Two_Brothers
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-tb.mo
diff -Nru a//debian/wesnoth-1.9-utbs.install b//debian/wesnoth-1.9-utbs.install
--- a//debian/wesnoth-1.9-utbs.install	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-1.9-utbs.install	2011-03-30 23:42:03.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/1.9/data/campaigns/Under_the_Burning_Suns
-debian/tmp/usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-utbs.mo
+usr/share/games/wesnoth/1.9/data/campaigns/Under_the_Burning_Suns
+usr/share/games/wesnoth/1.9/locale/*/LC_MESSAGES/wesnoth-utbs.mo
diff -Nru a//debian/wesnoth-BRANCH-aoi.install.in b//debian/wesnoth-BRANCH-aoi.install.in
--- a//debian/wesnoth-BRANCH-aoi.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-aoi.install.in	2011-03-30 23:42:14.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/An_Orcish_Incursion
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-aoi.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/An_Orcish_Incursion
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-aoi.mo
diff -Nru a//debian/wesnoth-BRANCH-core.install.in b//debian/wesnoth-BRANCH-core.install.in
--- a//debian/wesnoth-BRANCH-core.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-core.install.in	2011-03-31 01:42:49.000000000 -0700
@@ -1,9 +1,9 @@
-debian/tmp/usr/games/wesnoth
+usr/games/wesnoth-1.9
 debian/wesnoth-BRANCH-smallgui /usr/games
 debian/wesnoth-BRANCH-nolog /usr/games
 debian/wesnoth-BRANCH_editor /usr/games
-debian/tmp/usr/share/man/man6/wesnoth.6
-debian/tmp/usr/share/man/*/man6/wesnoth.6
+usr/share/man/man6/wesnoth.6
+usr/share/man/*/man6/wesnoth.6
 icons/wesnoth.desktop /usr/share/applications
 icons/wesnoth_editor.desktop /usr/share/applications
 debian/wesnoth-BRANCH-icon.xpm /usr/share/pixmaps
diff -Nru a//debian/wesnoth-BRANCH-data.install.in b//debian/wesnoth-BRANCH-data.install.in
--- a//debian/wesnoth-BRANCH-data.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-data.install.in	2011-03-30 23:42:48.000000000 -0700
@@ -1,32 +1,31 @@
 icons/wesnoth-icon.png /usr/share/icons
 icons/wesnoth_editor-icon.png /usr/share/icons
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/*.cfg
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/COPYING.txt
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/ai
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/tutorial
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/*.cfg
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/README
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/editor
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/encyclopedia
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/images
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/macros
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/sounds
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/terrain-graphics
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/units
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/gui
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/hardwired
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/languages
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/lua
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/multiplayer
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/test
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/themes
-debian/tmp/usr/share/games/wesnoth/BRANCH/fonts/Andagii.ttf
-debian/tmp/usr/share/games/wesnoth/BRANCH/images
-debian/tmp/usr/share/games/wesnoth/BRANCH/sounds
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-editor.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-lib.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-multiplayer.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tutorial.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-units.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth.mo
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-anl.mo
+usr/share/games/wesnoth/BRANCH/data/*.cfg
+usr/share/games/wesnoth/BRANCH/data/COPYING.txt
+usr/share/games/wesnoth/BRANCH/data/ai
+usr/share/games/wesnoth/BRANCH/data/campaigns/tutorial
+usr/share/games/wesnoth/BRANCH/data/core/*.cfg
+usr/share/games/wesnoth/BRANCH/data/core/README
+usr/share/games/wesnoth/BRANCH/data/core/editor
+usr/share/games/wesnoth/BRANCH/data/core/images
+usr/share/games/wesnoth/BRANCH/data/core/macros
+usr/share/games/wesnoth/BRANCH/data/core/sounds
+usr/share/games/wesnoth/BRANCH/data/core/terrain-graphics
+usr/share/games/wesnoth/BRANCH/data/core/units
+usr/share/games/wesnoth/BRANCH/data/gui
+usr/share/games/wesnoth/BRANCH/data/hardwired
+usr/share/games/wesnoth/BRANCH/data/languages
+usr/share/games/wesnoth/BRANCH/data/lua
+usr/share/games/wesnoth/BRANCH/data/multiplayer
+usr/share/games/wesnoth/BRANCH/data/test
+usr/share/games/wesnoth/BRANCH/data/themes
+usr/share/games/wesnoth/BRANCH/fonts/Andagii.ttf
+usr/share/games/wesnoth/BRANCH/images
+usr/share/games/wesnoth/BRANCH/sounds
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-editor.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-lib.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-multiplayer.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tutorial.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-units.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth.mo
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-anl.mo
diff -Nru a//debian/wesnoth-BRANCH-did.install.in b//debian/wesnoth-BRANCH-did.install.in
--- a//debian/wesnoth-BRANCH-did.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-did.install.in	2011-03-30 23:42:57.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Descent_Into_Darkness
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-did.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Descent_Into_Darkness
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-did.mo
diff -Nru a//debian/wesnoth-BRANCH-dm.install.in b//debian/wesnoth-BRANCH-dm.install.in
--- a//debian/wesnoth-BRANCH-dm.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-dm.install.in	2011-03-30 23:43:20.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Delfadors_Memoirs
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-dm.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Delfadors_Memoirs
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-dm.mo
diff -Nru a//debian/wesnoth-BRANCH-dw.install.in b//debian/wesnoth-BRANCH-dw.install.in
--- a//debian/wesnoth-BRANCH-dw.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-dw.install.in	2011-03-30 23:43:39.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Dead_Water
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-dw.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Dead_Water
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-dw.mo
diff -Nru a//debian/wesnoth-BRANCH-ei.install.in b//debian/wesnoth-BRANCH-ei.install.in
--- a//debian/wesnoth-BRANCH-ei.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-ei.install.in	2011-03-30 23:43:49.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Eastern_Invasion
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-ei.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Eastern_Invasion
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-ei.mo
diff -Nru a//debian/wesnoth-BRANCH-httt.install.in b//debian/wesnoth-BRANCH-httt.install.in
--- a//debian/wesnoth-BRANCH-httt.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-httt.install.in	2011-03-30 23:43:55.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Heir_To_The_Throne
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-httt.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Heir_To_The_Throne
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-httt.mo
diff -Nru a//debian/wesnoth-BRANCH-l.install.in b//debian/wesnoth-BRANCH-l.install.in
--- a//debian/wesnoth-BRANCH-l.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-l.install.in	2011-03-30 23:44:04.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Liberty
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-l.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Liberty
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-l.mo
diff -Nru a//debian/wesnoth-BRANCH-low.install.in b//debian/wesnoth-BRANCH-low.install.in
--- a//debian/wesnoth-BRANCH-low.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-low.install.in	2011-03-30 23:44:10.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Legend_of_Wesmere
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-low.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Legend_of_Wesmere
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-low.mo
diff -Nru a//debian/wesnoth-BRANCH-music.install.in b//debian/wesnoth-BRANCH-music.install.in
--- a//debian/wesnoth-BRANCH-music.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-music.install.in	2011-03-30 23:44:17.000000000 -0700
@@ -1 +1 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/core/music
+usr/share/games/wesnoth/BRANCH/data/core/music
diff -Nru a//debian/wesnoth-BRANCH-nr.install.in b//debian/wesnoth-BRANCH-nr.install.in
--- a//debian/wesnoth-BRANCH-nr.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-nr.install.in	2011-03-30 23:44:24.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Northern_Rebirth
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-nr.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Northern_Rebirth
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-nr.mo
diff -Nru a//debian/wesnoth-BRANCH-server.install.in b//debian/wesnoth-BRANCH-server.install.in
--- a//debian/wesnoth-BRANCH-server.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-server.install.in	2011-03-31 01:43:01.000000000 -0700
@@ -1,3 +1,3 @@
-debian/tmp/usr/games/wesnothd
-debian/tmp/usr/share/man/man6/wesnothd.6
-debian/tmp/usr/share/man/*/man6/wesnothd.6
+usr/games/wesnothd-1.9
+usr/share/man/man6/wesnothd.6
+usr/share/man/*/man6/wesnothd.6
diff -Nru a//debian/wesnoth-BRANCH-sof.install.in b//debian/wesnoth-BRANCH-sof.install.in
--- a//debian/wesnoth-BRANCH-sof.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-sof.install.in	2011-03-30 23:44:46.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Sceptre_of_Fire
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-sof.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Sceptre_of_Fire
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-sof.mo
diff -Nru a//debian/wesnoth-BRANCH-sotbe.install.in b//debian/wesnoth-BRANCH-sotbe.install.in
--- a//debian/wesnoth-BRANCH-sotbe.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-sotbe.install.in	2011-03-30 23:44:56.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Son_Of_The_Black_Eye
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-sotbe.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Son_Of_The_Black_Eye
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-sotbe.mo
diff -Nru a//debian/wesnoth-BRANCH-thot.install.in b//debian/wesnoth-BRANCH-thot.install.in
--- a//debian/wesnoth-BRANCH-thot.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-thot.install.in	2011-03-30 23:45:04.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/The_Hammer_of_Thursagan
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-thot.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/The_Hammer_of_Thursagan
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-thot.mo
diff -Nru a//debian/wesnoth-BRANCH-tools.install.in b//debian/wesnoth-BRANCH-tools.install.in
--- a//debian/wesnoth-BRANCH-tools.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-tools.install.in	2011-03-30 23:45:12.000000000 -0700
@@ -1,15 +1,15 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/addon_manager/
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/extractbindings
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/helpheader.html
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/helptrailer.html
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/hexometer/
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/README
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/unit_tree/
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wesnoth/
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wesnoth_addon_manager
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmlflip
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmlindent
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmllint
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmlscope
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmlvalidator
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/wmlxgettext
+usr/share/games/wesnoth/BRANCH/data/tools/addon_manager/
+usr/share/games/wesnoth/BRANCH/data/tools/extractbindings
+usr/share/games/wesnoth/BRANCH/data/tools/helpheader.html
+usr/share/games/wesnoth/BRANCH/data/tools/helptrailer.html
+usr/share/games/wesnoth/BRANCH/data/tools/hexometer/
+usr/share/games/wesnoth/BRANCH/data/tools/README
+usr/share/games/wesnoth/BRANCH/data/tools/unit_tree/
+usr/share/games/wesnoth/BRANCH/data/tools/wesnoth/
+usr/share/games/wesnoth/BRANCH/data/tools/wesnoth_addon_manager
+usr/share/games/wesnoth/BRANCH/data/tools/wmlflip
+usr/share/games/wesnoth/BRANCH/data/tools/wmlindent
+usr/share/games/wesnoth/BRANCH/data/tools/wmllint
+usr/share/games/wesnoth/BRANCH/data/tools/wmlscope
+usr/share/games/wesnoth/BRANCH/data/tools/wmlvalidator
+usr/share/games/wesnoth/BRANCH/data/tools/wmlxgettext
diff -Nru a//debian/wesnoth-BRANCH-trow.install.in b//debian/wesnoth-BRANCH-trow.install.in
--- a//debian/wesnoth-BRANCH-trow.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-trow.install.in	2011-03-30 23:45:18.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/The_Rise_Of_Wesnoth
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-trow.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/The_Rise_Of_Wesnoth
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-trow.mo
diff -Nru a//debian/wesnoth-BRANCH-tsg.install.in b//debian/wesnoth-BRANCH-tsg.install.in
--- a//debian/wesnoth-BRANCH-tsg.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-tsg.install.in	2011-03-30 23:45:24.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/The_South_Guard
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tsg.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/The_South_Guard
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tsg.mo
diff -Nru a//debian/wesnoth-BRANCH-ttb.install.in b//debian/wesnoth-BRANCH-ttb.install.in
--- a//debian/wesnoth-BRANCH-ttb.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-ttb.install.in	2011-03-30 23:45:30.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Two_Brothers
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tb.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Two_Brothers
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-tb.mo
diff -Nru a//debian/wesnoth-BRANCH-utbs.install.in b//debian/wesnoth-BRANCH-utbs.install.in
--- a//debian/wesnoth-BRANCH-utbs.install.in	2011-01-27 01:51:47.000000000 -0800
+++ b//debian/wesnoth-BRANCH-utbs.install.in	2011-03-30 23:45:36.000000000 -0700
@@ -1,2 +1,2 @@
-debian/tmp/usr/share/games/wesnoth/BRANCH/data/campaigns/Under_the_Burning_Suns
-debian/tmp/usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-utbs.mo
+usr/share/games/wesnoth/BRANCH/data/campaigns/Under_the_Burning_Suns
+usr/share/games/wesnoth/BRANCH/locale/*/LC_MESSAGES/wesnoth-utbs.mo

Reply via email to