r8725 - packages/branches/wesnoth/experimental/debian

Gerfried Fuchs alfie at alioth.debian.org
Mon Feb 2 15:00:18 UTC 2009


Author: alfie
Date: 2009-02-02 15:00:18 +0000 (Mon, 02 Feb 2009)
New Revision: 8725

Modified:
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/rules
Log:
configure with --disable-strict-compilation, upstream will work on it.


Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog	2009-02-02 12:52:56 UTC (rev 8724)
+++ packages/branches/wesnoth/experimental/debian/changelog	2009-02-02 15:00:18 UTC (rev 8725)
@@ -3,8 +3,9 @@
   * First beta for upcoming 1.6 release! Wooh. Fixes:
     - Local Game offers to switch a player into a Network Player
       (closes: #505402)
+  * configure with --disable-strict-compilation, upstream will work on it.
 
- -- Gerfried Fuchs <rhonda at debian.at>  Mon, 02 Feb 2009 13:50:05 +0100
+ -- Gerfried Fuchs <rhonda at debian.at>  Mon, 02 Feb 2009 15:53:44 +0100
 
 wesnoth (1:1.5.8-1) experimental; urgency=low
 

Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules	2009-02-02 12:52:56 UTC (rev 8724)
+++ packages/branches/wesnoth/experimental/debian/rules	2009-02-02 15:00:18 UTC (rev 8725)
@@ -21,7 +21,7 @@
         CFLAGS += -O2
 endif
 
-CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-rpath --prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games --with-datadir-name=wesnoth --with-localedir=\$${prefix}/share/locale --with-fifodir=/var/run/wesnothd --datadir=\$${prefix}/share/games --enable-server --enable-python --with-fribidi --enable-python-install CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-rpath --prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games --with-datadir-name=wesnoth --with-localedir=\$${prefix}/share/locale --with-fifodir=/var/run/wesnothd --datadir=\$${prefix}/share/games --enable-server --enable-python --with-fribidi --enable-python-install CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --disable-strict-compilation
 
 
 # calculate the version strings




More information about the Pkg-games-commits mailing list