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

Gerfried Fuchs rhonda at debian.at
Tue Jun 1 14:17:50 UTC 2010


The following commit has been merged in the master branch:
commit 2f65d65abd3af5187e08c5f2b08035c117795e7e
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Tue Jun 1 12:14:17 2010 +0200

    configure with --disable-maintainer-mode

diff --git a/debian/changelog b/debian/changelog
index 1a345e4..922e464 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 wesnoth-1.8 (1:1.8.2-1) unstable; urgency=low
 
   * New upstream stable release.
-  * Call configure with --disable-strict-compilation.
+  * Call configure with --disable-strict-compilation
+    --disable-maintainer-mode.
   * debian/rules: There is only one build and install target, enabling
     DEB_BUILD_OPTIONS="parallel=X" support.
 
diff --git a/debian/rules b/debian/rules
index c748627..b41ba06 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-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"
+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 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