[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.9.3-1-11-gfe7ea1e

Gerfried Fuchs rhonda at debian.org
Tue Apr 12 22:09:52 UTC 2011


The following commit has been merged in the devel branch:
commit fe7ea1e68ab1878bac5c59826ca92fe9581d3d03
Author: Gerfried Fuchs <rhonda at debian.org>
Date:   Wed Apr 13 00:08:32 2011 +0200

    Switch off USE_ANA_NETWORK

diff --git a/debian/changelog b/debian/changelog
index 67eda08..adc5002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ wesnoth-1.9 (1:1.9.5-1) unstable; urgency=low
   * Replace Build-Depends on automake with cmake, building with autotools got
     removed upstream. Adjusted debian/rules accordingly, also some debhelper
     install files.
+  * Switch off USE_ANA_NETWORK, it makes the server segfault.
   * Bump Standards-Version to 3.9.2.
   * Fix patch wesnothd-name to really find the proper binary (closes: #617945)
 
diff --git a/debian/rules b/debian/rules
index 74b6d3a..5e515c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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"
+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
 
 
 clean:

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list