Author: jscinoz-guest Date: 2008-04-18 07:46:01 +0000 (Fri, 18 Apr 2008) New Revision: 6635
Modified: packages/trunk/teeworlds/debian/control Log: added libx11-dev to build depends, package seems complete now. Note that it won't build with pbuilder as two packages libglfw-dev and libpnglite-dev are not yet in the repository, get them off svn. Modified: packages/trunk/teeworlds/debian/control =================================================================== --- packages/trunk/teeworlds/debian/control 2008-04-18 07:37:46 UTC (rev 6634) +++ packages/trunk/teeworlds/debian/control 2008-04-18 07:46:01 UTC (rev 6635) @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Jack Coulter <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), unzip, python, libasound2-dev, freeglut3-dev, portaudio19-dev, zlib1g-dev, libwavpack-dev, libglfw-dev, quilt, libpnglite-dev +Build-Depends: debhelper (>= 5), unzip, python, libasound2-dev, freeglut3-dev, portaudio19-dev, zlib1g-dev, libwavpack-dev, libglfw-dev, quilt, libpnglite-dev, libx11-dev Standards-Version: 3.7.3 Package: teeworlds _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

