Author: pabs Date: 2009-05-07 04:41:47 +0000 (Thu, 07 May 2009) New Revision: 9679
Modified: packages/trunk/warzone2100/debian/changelog packages/trunk/warzone2100/debian/control Log: Adjust the flex build-depends to take account of the conflict with all the versions of flex 2.5.34 (LP: #372872) Modified: packages/trunk/warzone2100/debian/changelog =================================================================== --- packages/trunk/warzone2100/debian/changelog 2009-05-06 22:12:19 UTC (rev 9678) +++ packages/trunk/warzone2100/debian/changelog 2009-05-07 04:41:47 UTC (rev 9679) @@ -1,3 +1,10 @@ +warzone2100 (2.1.3-2) UNRELEASED; urgency=low + + * Adjust the flex build-depends to take account of the conflict + with all the versions of flex 2.5.34 (LP: #372872) + + -- Paul Wise <[email protected]> Thu, 07 May 2009 12:31:13 +0800 + warzone2100 (2.1.3-1) unstable; urgency=low * New upstream release Modified: packages/trunk/warzone2100/debian/control =================================================================== --- packages/trunk/warzone2100/debian/control 2009-05-06 22:12:19 UTC (rev 9678) +++ packages/trunk/warzone2100/debian/control 2009-05-07 04:41:47 UTC (rev 9679) @@ -5,7 +5,7 @@ Uploaders: Paul Wise <[email protected]>, Bradley Smith <[email protected]> Build-Depends: debhelper (>= 7), bison, - flex, + flex (>= 2.5.35~) || flex (<< 2.5.34~), flex (>= 2.5.33~), libopenal-dev, libsdl1.2-dev, libsdl-net1.2-dev, _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

