Author: alfie Date: 2009-11-19 20:01:41 +0000 (Thu, 19 Nov 2009) New Revision: 10544
Modified: packages/branches/wesnoth/experimental/debian/changelog packages/branches/wesnoth/experimental/debian/control packages/branches/wesnoth/experimental/debian/rules Log: wesnoth (1:1.7.8-2) experimental; urgency=low * Removed quilt handling, this is done by dpkg format 3 and results in a FTBFS on the buildd network. * Removed Isaac Clerencia from Uploaders on his own request. Modified: packages/branches/wesnoth/experimental/debian/changelog =================================================================== --- packages/branches/wesnoth/experimental/debian/changelog 2009-11-19 01:21:44 UTC (rev 10543) +++ packages/branches/wesnoth/experimental/debian/changelog 2009-11-19 20:01:41 UTC (rev 10544) @@ -1,3 +1,11 @@ +wesnoth (1:1.7.8-2) experimental; urgency=low + + * Removed quilt handling, this is done by dpkg format 3 and results in a + FTBFS on the buildd network. + * Removed Isaac Clerencia from Uploaders on his own request. + + -- Gerfried Fuchs <[email protected]> Thu, 19 Nov 2009 18:08:50 +0100 + wesnoth (1:1.7.8-1) experimental; urgency=low * New upstream development release. Modified: packages/branches/wesnoth/experimental/debian/control =================================================================== --- packages/branches/wesnoth/experimental/debian/control 2009-11-19 01:21:44 UTC (rev 10543) +++ packages/branches/wesnoth/experimental/debian/control 2009-11-19 20:01:41 UTC (rev 10544) @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Build-Depends: debhelper (>= 7), quilt, libsdl-image1.2-dev, libfreetype6-dev, +Build-Depends: debhelper (>= 7), 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-support, libdbus-1-dev, libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, Modified: packages/branches/wesnoth/experimental/debian/rules =================================================================== --- packages/branches/wesnoth/experimental/debian/rules 2009-11-19 01:21:44 UTC (rev 10543) +++ packages/branches/wesnoth/experimental/debian/rules 2009-11-19 20:01:41 UTC (rev 10544) @@ -39,9 +39,7 @@ NEXT_VERSION = $(UPSTREAM_VERSION).~ -include /usr/share/quilt/quilt.make - -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp @@ -64,7 +62,7 @@ build: build-arch build-indep build-arch: build-arch-stamp -build-arch-stamp: patch +build-arch-stamp: ./autogen.sh ./configure $(CONFIGURE_SWITCHES) $(MAKE) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

