Author: alfie Date: 2009-02-17 15:53:22 +0000 (Tue, 17 Feb 2009) New Revision: 8868
Modified: packages/branches/wesnoth/experimental/ packages/branches/wesnoth/experimental/debian/changelog packages/branches/wesnoth/experimental/debian/control packages/branches/wesnoth/experimental/debian/rules Log: wesnoth (1:1.5.10-1) experimental; urgency=low * Second beta for upcoming 1.6 release. * Removed the --disable-strict-compilation configure switch again. * Switch libboost Build-Depends from unversioned packages to 1.37. Property changes on: packages/branches/wesnoth/experimental ___________________________________________________________________ Name: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.9.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/wesnoth_1.5.10.orig.tar.gz Modified: packages/branches/wesnoth/experimental/debian/changelog =================================================================== --- packages/branches/wesnoth/experimental/debian/changelog 2009-02-17 15:42:10 UTC (rev 8867) +++ packages/branches/wesnoth/experimental/debian/changelog 2009-02-17 15:53:22 UTC (rev 8868) @@ -1,3 +1,11 @@ +wesnoth (1:1.5.10-1) experimental; urgency=low + + * Second beta for upcoming 1.6 release. + * Removed the --disable-strict-compilation configure switch again. + * Switch libboost Build-Depends from unversioned packages to 1.37. + + -- Gerfried Fuchs <[email protected]> Tue, 17 Feb 2009 16:50:28 +0100 + wesnoth (1:1.5.9-1) experimental; urgency=low * First beta for upcoming 1.6 release! Wooh. Fixes: Modified: packages/branches/wesnoth/experimental/debian/control =================================================================== --- packages/branches/wesnoth/experimental/debian/control 2009-02-17 15:42:10 UTC (rev 8867) +++ packages/branches/wesnoth/experimental/debian/control 2009-02-17 15:53:22 UTC (rev 8868) @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 5), quilt, libsdl-image1.2-dev, libfreetype6-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev, libsdl-ttf2.0-dev (>= 2.0.8), python-dev (>= 2.3), python-support, - libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, + libboost-iostreams1.37-dev, libboost-test1.37-dev, libboost-regex1.37-dev, libpango1.0-dev Standards-Version: 3.8.0 Uploaders: Isaac Clerencia <[email protected]>, Cyril Bouthors <[email protected]>, Gerfried Fuchs <[email protected]> Modified: packages/branches/wesnoth/experimental/debian/rules =================================================================== --- packages/branches/wesnoth/experimental/debian/rules 2009-02-17 15:42:10 UTC (rev 8867) +++ packages/branches/wesnoth/experimental/debian/rules 2009-02-17 15:53:22 UTC (rev 8868) @@ -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" --disable-strict-compilation +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" # calculate the version strings _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

