Author: vcheng Date: 2014-08-30 23:48:02 +0000 (Sat, 30 Aug 2014) New Revision: 15162
Modified: packages/trunk/freealut/debian/changelog packages/trunk/freealut/debian/control packages/trunk/freealut/debian/rules Log: use dh-autoreconf to fix FTBFS on ppc64el Modified: packages/trunk/freealut/debian/changelog =================================================================== --- packages/trunk/freealut/debian/changelog 2014-08-28 04:52:00 UTC (rev 15161) +++ packages/trunk/freealut/debian/changelog 2014-08-30 23:48:02 UTC (rev 15162) @@ -1,9 +1,16 @@ -freealut (1.1.0-4) UNRELEASED; urgency=low +freealut (1.1.0-4) unstable; urgency=low + * Team upload. + + [ Evgeni Golov ] * Correct Vcs-* URLs to point to anonscm.debian.org - -- Evgeni Golov <[email protected]> Mon, 15 Jul 2013 22:21:24 +0200 + [ Logan Rosen ] + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + -- Vincent Cheng <[email protected]> Sat, 30 Aug 2014 15:40:57 -0700 + freealut (1.1.0-3) unstable; urgency=low [ Peter Pentchev ] Modified: packages/trunk/freealut/debian/control =================================================================== --- packages/trunk/freealut/debian/control 2014-08-28 04:52:00 UTC (rev 15161) +++ packages/trunk/freealut/debian/control 2014-08-30 23:48:02 UTC (rev 15162) @@ -2,7 +2,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Sam Hocevar <[email protected]>, Peter Pentchev <[email protected]> -Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~), +Build-Depends: debhelper (>= 8), dh-autoreconf, dpkg-dev (>= 1.15.7~), libopenal-dev (>= 1:0.0.8) Standards-Version: 3.9.1 Section: libs Modified: packages/trunk/freealut/debian/rules =================================================================== --- packages/trunk/freealut/debian/rules 2014-08-28 04:52:00 UTC (rev 15161) +++ packages/trunk/freealut/debian/rules 2014-08-30 23:48:02 UTC (rev 15162) @@ -16,4 +16,4 @@ dh_makeshlibs -V 'libalut0 (>= 1.1.0-1)' %: - dh $@ --with autotools_dev + dh $@ --with autoreconf _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

