Author: roam-guest Date: 2009-08-17 14:30:22 +0000 (Mon, 17 Aug 2009) New Revision: 10142
Modified: packages/trunk/cookietool/debian/changelog packages/trunk/cookietool/debian/control Log: Using override targets means we declare a build dependency on debhelper >= 7.0.50. This fixes the build (or, rather, lets it break earlier :) on a pristine Lenny installation. Modified: packages/trunk/cookietool/debian/changelog =================================================================== --- packages/trunk/cookietool/debian/changelog 2009-08-17 08:28:07 UTC (rev 10141) +++ packages/trunk/cookietool/debian/changelog 2009-08-17 14:30:22 UTC (rev 10142) @@ -1,3 +1,10 @@ +cookietool (2.5-4) UNRELEASED; urgency=low + + * Using override targets calls for debhelper >= 7.0.50; among other + things, this fixes the build on Lenny. + + -- Peter Pentchev <[email protected]> Mon, 17 Aug 2009 17:22:23 +0300 + cookietool (2.5-3) unstable; urgency=low * New maintainer. Closes: #503560 Modified: packages/trunk/cookietool/debian/control =================================================================== --- packages/trunk/cookietool/debian/control 2009-08-17 08:28:07 UTC (rev 10141) +++ packages/trunk/cookietool/debian/control 2009-08-17 14:30:22 UTC (rev 10142) @@ -1,7 +1,7 @@ Source: cookietool Section: games Priority: optional -Build-Depends: debhelper (>= 7), quilt, hardening-wrapper +Build-Depends: debhelper (>= 7.0.50), quilt, hardening-wrapper Maintainer: Debian Games Team <[email protected]> Uploaders: Peter Pentchev <[email protected]> Standards-Version: 3.8.1 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

