r9679 - packages/trunk/warzone2100/debian
Paul Wise
pabs at alioth.debian.org
Thu May 7 04:41:47 UTC 2009
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 <pabs at debian.org> 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 <pabs at debian.org>, Bradley Smith <bradsmith at debian.org>
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,
More information about the Pkg-games-commits
mailing list