Author: pabs Date: 2012-03-11 08:43:37 +0000 (Sun, 11 Mar 2012) New Revision: 13379
Modified: packages/trunk/sdlbasic/debian/changelog packages/trunk/sdlbasic/debian/control Log: Depend only on the ttf-dejavu-core package Modified: packages/trunk/sdlbasic/debian/changelog =================================================================== --- packages/trunk/sdlbasic/debian/changelog 2012-03-11 08:41:39 UTC (rev 13378) +++ packages/trunk/sdlbasic/debian/changelog 2012-03-11 08:43:37 UTC (rev 13379) @@ -9,6 +9,7 @@ * Drop shlibs dep on -dbg package, not needed * Drop buildinfo, not useful these days * Switch to debhelper compat 9 and dh + * Depend only on the ttf-dejavu-core package -- Paul Wise <[email protected]> Sun, 11 Mar 2012 13:16:13 +0800 Modified: packages/trunk/sdlbasic/debian/control =================================================================== --- packages/trunk/sdlbasic/debian/control 2012-03-11 08:41:39 UTC (rev 13378) +++ packages/trunk/sdlbasic/debian/control 2012-03-11 08:43:37 UTC (rev 13379) @@ -27,7 +27,7 @@ Section: interpreters Architecture: any Depends: - ttf-dejavu, + ttf-dejavu-core, ${misc:Depends}, ${shlibs:Depends} Description: BASIC interpreter for game development - runtime interpreter @@ -41,7 +41,7 @@ Architecture: any Depends: sdlbrt (= ${binary:Version}), - ttf-dejavu, + ttf-dejavu-core, ${misc:Depends}, ${shlibs:Depends} Description: BASIC interpreter for game development _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

