Author: christoph-guest Date: 2009-08-27 17:28:59 +0000 (Thu, 27 Aug 2009) New Revision: 10225
Modified: packages/trunk/qonk/debian/changelog packages/trunk/qonk/debian/control packages/trunk/qonk/debian/rules Log: Fix build failure due to increased automake default version Modified: packages/trunk/qonk/debian/changelog =================================================================== --- packages/trunk/qonk/debian/changelog 2009-08-27 15:50:33 UTC (rev 10224) +++ packages/trunk/qonk/debian/changelog 2009-08-27 17:28:59 UTC (rev 10225) @@ -1,3 +1,12 @@ +qonk (0.3.1-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix build failure (Closes: #541443) + * build-depend on versiond automake1.9 + * Tell CDBS to use automake1.9 + + -- Christoph Egger <[email protected]> Thu, 27 Aug 2009 18:09:33 +0200 + qonk (0.3.1-3) unstable; urgency=low [ Barry deFreese ] Modified: packages/trunk/qonk/debian/control =================================================================== --- packages/trunk/qonk/debian/control 2009-08-27 15:50:33 UTC (rev 10224) +++ packages/trunk/qonk/debian/control 2009-08-27 17:28:59 UTC (rev 10225) @@ -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, automake, libtool, libsdl1.2-dev, libsdl-ttf2.0-dev, +Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake1.9, libtool, libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev Standards-Version: 3.8.1 Homepage: http://sourceforge.net/projects/qonk/ Modified: packages/trunk/qonk/debian/rules =================================================================== --- packages/trunk/qonk/debian/rules 2009-08-27 15:50:33 UTC (rev 10224) +++ packages/trunk/qonk/debian/rules 2009-08-27 17:28:59 UTC (rev 10225) @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_AUTO_UPDATE_AUTOCONF = 2.61 -DEB_AUTO_UPDATE_AUTOMAKE = 1.10 +DEB_AUTO_UPDATE_AUTOMAKE = 1.9 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

