Author: pabs Date: 2010-12-04 09:18:51 +0000 (Sat, 04 Dec 2010) New Revision: 11564
Modified: packages/trunk/primrose/debian/changelog packages/trunk/primrose/debian/control Log: Add missing build-dep on OpenGL headers Modified: packages/trunk/primrose/debian/changelog =================================================================== --- packages/trunk/primrose/debian/changelog 2010-12-04 08:55:01 UTC (rev 11563) +++ packages/trunk/primrose/debian/changelog 2010-12-04 09:18:51 UTC (rev 11564) @@ -2,6 +2,7 @@ * Switch to dpkg-source v3 * Clean up patch headers + * Add missing build-dep on OpenGL headers -- Paul Wise <[email protected]> Sat, 04 Dec 2010 16:45:35 +0800 Modified: packages/trunk/primrose/debian/control =================================================================== --- packages/trunk/primrose/debian/control 2010-12-04 08:55:01 UTC (rev 11563) +++ packages/trunk/primrose/debian/control 2010-12-04 09:18:51 UTC (rev 11564) @@ -3,7 +3,9 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Paul Wise <[email protected]>, Christoph Egger <[email protected]> -Build-Depends: debhelper (>= 7), libsdl1.2-dev +Build-Depends: debhelper (>= 7), + libgl1-mesa-dev | libgl-dev, + libsdl1.2-dev Standards-Version: 3.8.1 Homepage: http://primrose.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/primrose/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

