Author: christoph-guest Date: 2009-09-09 11:19:19 +0000 (Wed, 09 Sep 2009) New Revision: 10301
Modified: packages/trunk/qonk/debian/changelog packages/trunk/qonk/debian/control packages/trunk/qonk/debian/rules Log: other solution to work with non-obsolete automake Modified: packages/trunk/qonk/debian/changelog =================================================================== --- packages/trunk/qonk/debian/changelog 2009-09-08 22:50:49 UTC (rev 10300) +++ packages/trunk/qonk/debian/changelog 2009-09-09 11:19:19 UTC (rev 10301) @@ -1,10 +1,11 @@ qonk (0.3.1-3.1) unstable; urgency=low * Non-maintainer upload. + * Team intern so not strictly following the procedures * Fix build failure (Closes: #541443) - * build-depend on versioned automake1.9 - * Tell CDBS to use automake1.9 - * Bump standards Version to 3.8.3 (No changes needed) + * Add DEB_AUTO_UPDATE_ACLOCAL to build with any automake version + * Bump standards Version to 3.8.3 + * Add README.source copied and adopted from supertuxkart -- Christoph Egger <[email protected]> Sun, 30 Aug 2009 22:40:19 +0200 Modified: packages/trunk/qonk/debian/control =================================================================== --- packages/trunk/qonk/debian/control 2009-09-08 22:50:49 UTC (rev 10300) +++ packages/trunk/qonk/debian/control 2009-09-09 11:19:19 UTC (rev 10301) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: MartÃn Ferrari <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake1.9, libtool, libsdl1.2-dev, libsdl-ttf2.0-dev, +Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake, libtool, libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev Standards-Version: 3.8.3 Homepage: http://sourceforge.net/projects/qonk/ Modified: packages/trunk/qonk/debian/rules =================================================================== --- packages/trunk/qonk/debian/rules 2009-09-08 22:50:49 UTC (rev 10300) +++ packages/trunk/qonk/debian/rules 2009-09-09 11:19:19 UTC (rev 10301) @@ -3,9 +3,10 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk - + +DEB_AUTO_UPDATE_ACLOCAL = 1.11 DEB_AUTO_UPDATE_AUTOCONF = 2.61 -DEB_AUTO_UPDATE_AUTOMAKE = 1.9 +DEB_AUTO_UPDATE_AUTOMAKE = 1.11 DEB_AUTO_UPDATE_LIBTOOL := 1.5 DEB_AUTO_CLEANUP_RCS := yes DEB_INSTALL_CHANGELOGS_ALL := HISTORY _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

