r8098 - in packages/branches/wesnoth/experimental: . debian

Gerfried Fuchs alfie at alioth.debian.org
Wed Sep 10 07:53:51 UTC 2008


Author: alfie
Date: 2008-09-10 07:53:51 +0000 (Wed, 10 Sep 2008)
New Revision: 8098

Modified:
   packages/branches/wesnoth/experimental/
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/rules
   packages/branches/wesnoth/experimental/debian/wesnoth-nolog
   packages/branches/wesnoth/experimental/debian/wesnoth.install
Log:
wesnoth (1:1.5.4-1) experimental; urgency=low
  * New upstream release, containing fixes for:
    - quit to desktop did just quit editor (closes: #497659)
    - terrain images properly referenced (closes: #497795)
    - unavailable languages are greyed out (closes: #452727)
  * Don't build smallgui anymore, replace it with a wrapper script for calling
    wesnoth --smallgui, and echo a message stating so.
  * Allow to hand over arguments to wesnoth-nolog.



Property changes on: packages/branches/wesnoth/experimental
___________________________________________________________________
Name: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.3.orig.tar.gz

   + http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.4.orig.tar.gz


Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog	2008-09-07 17:25:15 UTC (rev 8097)
+++ packages/branches/wesnoth/experimental/debian/changelog	2008-09-10 07:53:51 UTC (rev 8098)
@@ -1,3 +1,15 @@
+wesnoth (1:1.5.4-1) experimental; urgency=low
+
+  * New upstream release, containing fixes for:
+    - quit to desktop did just quit editor (closes: #497659)
+    - terrain images properly referenced (closes: #497795)
+    - unavailable languages are greyed out (closes: #452727)
+  * Don't build smallgui anymore, replace it with a wrapper script for calling
+    wesnoth --smallgui, and echo a message stating so.
+  * Allow to hand over arguments to wesnoth-nolog.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Wed, 10 Sep 2008 09:47:46 +0200
+
 wesnoth (1:1.5.3-1) experimental; urgency=low
 
   * New upstream release containing fix for:

Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules	2008-09-07 17:25:15 UTC (rev 8097)
+++ packages/branches/wesnoth/experimental/debian/rules	2008-09-10 07:53:51 UTC (rev 8098)
@@ -49,7 +49,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 	find po -name "*.gmo" -exec rm -f {} \;
 	find po -name "stamp-po" -exec rm -f {} \;
-	rm -f config.sub config.guess src/wesnoth-smallgui
+	rm -f config.sub config.guess
 	dh_clean
 
 
@@ -59,11 +59,8 @@
 
 build-arch: build-arch-stamp
 build-arch-stamp: patch
-	./configure $(CONFIGURE_SWITCHES) --enable-smallgui
+	./configure $(CONFIGURE_SWITCHES)
 	$(MAKE)
-	mv src/wesnoth src/wesnoth-smallgui
-	./configure $(CONFIGURE_SWITCHES) --disable-smallgui
-	$(MAKE)
 	touch $@
 
 

Modified: packages/branches/wesnoth/experimental/debian/wesnoth-nolog
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth-nolog	2008-09-07 17:25:15 UTC (rev 8097)
+++ packages/branches/wesnoth/experimental/debian/wesnoth-nolog	2008-09-10 07:53:51 UTC (rev 8098)
@@ -1,2 +1,2 @@
 #!/bin/sh
-wesnoth > /dev/null 2> /dev/null
+wesnoth $* > /dev/null 2> /dev/null

Modified: packages/branches/wesnoth/experimental/debian/wesnoth.install
===================================================================
--- packages/branches/wesnoth/experimental/debian/wesnoth.install	2008-09-07 17:25:15 UTC (rev 8097)
+++ packages/branches/wesnoth/experimental/debian/wesnoth.install	2008-09-10 07:53:51 UTC (rev 8098)
@@ -1,5 +1,5 @@
 debian/tmp/usr/games/wesnoth
-src/wesnoth-smallgui /usr/games
+debian/wesnoth-smallgui /usr/games
 debian/wesnoth-nolog /usr/games
 debian/tmp/usr/share/man/man6/wesnoth.6
 debian/tmp/usr/share/man/*/man6/wesnoth.6




More information about the Pkg-games-commits mailing list