[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.1-1-3-gb94f41c

Gerfried Fuchs rhonda at debian.at
Thu May 27 11:06:43 UTC 2010


The following commit has been merged in the master branch:
commit dbab091f5bdeba532d5c63444e77ef2198529a38
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Wed May 26 09:19:51 2010 +0200

    Call configure with --disable-strict-compilation

diff --git a/debian/changelog b/debian/changelog
index c33de30..e0fbc02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.8 (1:1.8.1-2) unstable; urgency=low
+
+  * Call configure with --disable-strict-compilation.
+
+ -- 
+
 wesnoth-1.8 (1:1.8.1-1) unstable; urgency=low
 
   * New upstream stable release.
diff --git a/debian/rules b/debian/rules
index 75e7b37..726b361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ endif
 ## used for package name extension
 BRANCH_VERSION = $(STRIP_MAJOR).$(MINOR_VERSION)
 
-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/$(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 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-strict-compilation --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 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 
 include /usr/share/quilt/quilt.make

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list