The following commit has been merged in the devel branch:
commit de47a848a56933972eabbf047cf53b6c9115ec71
Author: Gerfried Fuchs <[email protected]>
Date:   Fri May 20 10:58:20 2011 +0200

    use -DCMAKE_VERBOSE_MAKEFILE=on

diff --git a/debian/changelog b/debian/changelog
index 10b431b..384a61b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wesnoth-1.9 (1:1.9.6-2) unstable; urgency=low
+
+  * Add -DCMAKE_VERBOSE_MAKEFILE=on to make build logs more useful. Thanks to
+    Sune Vuorela for the suggestion.
+
+ -- 
+
 wesnoth-1.9 (1:1.9.6-1) unstable; urgency=low
 
   * New upstream devel release.
diff --git a/debian/rules b/debian/rules
index 5e515c7..752b24d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for wesnoth
-# copyright 2007-2010 by Gerfried Fuchs <[email protected]>
+# copyright 2007-2011 by Gerfried Fuchs <[email protected]>
 # Licenced under WTFPLv2
 
 # Uncomment this to turn on verbose mode.
@@ -47,7 +47,7 @@ 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="locale" 
-DMANDIR="/usr/share/man" -DUSE_ANA_NETWORK=OFF
+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="locale" 
-DMANDIR="/usr/share/man" -DUSE_ANA_NETWORK=OFF -DCMAKE_VERBOSE_MAKEFILE=on
 
 
 clean:

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to