Author: vincentc-guest Date: 2013-08-20 07:54:50 +0000 (Tue, 20 Aug 2013) New Revision: 14505
Modified: packages/trunk/0ad-data/debian/0ad-data-common.links packages/trunk/0ad-data/debian/changelog packages/trunk/0ad-data/debian/control Log: ttf-dejavu-core -> fonts-dejavu-core, tex-gyre -> fonts-texgyre Modified: packages/trunk/0ad-data/debian/0ad-data-common.links =================================================================== --- packages/trunk/0ad-data/debian/0ad-data-common.links 2013-08-18 15:38:23 UTC (rev 14504) +++ packages/trunk/0ad-data/debian/0ad-data-common.links 2013-08-20 07:54:50 UTC (rev 14505) @@ -1,4 +1,4 @@ -usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf usr/share/games/0ad/tools/fontbuilder/fonts/DejaVuSans.ttf -usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf usr/share/games/0ad/tools/fontbuilder/fonts/DejaVuSansMono.ttf +usr/share/fonts/truetype/dejavu/DejaVuSans.ttf usr/share/games/0ad/tools/fontbuilder/fonts/DejaVuSans.ttf +usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf usr/share/games/0ad/tools/fontbuilder/fonts/DejaVuSansMono.ttf usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf usr/share/games/0ad/tools/fontbuilder/fonts/texgyrepagella-bold.otf usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf usr/share/games/0ad/tools/fontbuilder/fonts/texgyrepagella-regular.otf Modified: packages/trunk/0ad-data/debian/changelog =================================================================== --- packages/trunk/0ad-data/debian/changelog 2013-08-18 15:38:23 UTC (rev 14504) +++ packages/trunk/0ad-data/debian/changelog 2013-08-20 07:54:50 UTC (rev 14505) @@ -1,3 +1,11 @@ +0ad-data (0.0.13-2) UNRELEASED; urgency=low + + * Migrate dependency from old transitional ttf-dejavu-core package to + fonts-dejavu-core instead. + * Change dependency on tex-gyre to fonts-texgyre. + + -- Vincent Cheng <[email protected]> Tue, 20 Aug 2013 00:53:20 -0700 + 0ad-data (0.0.13-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/0ad-data/debian/control =================================================================== --- packages/trunk/0ad-data/debian/control 2013-08-18 15:38:23 UTC (rev 14504) +++ packages/trunk/0ad-data/debian/control 2013-08-20 07:54:50 UTC (rev 14505) @@ -28,7 +28,7 @@ Package: 0ad-data-common Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: tex-gyre, ttf-dejavu-core, ${misc:Depends} +Depends: fonts-texgyre, fonts-dejavu-core, ${misc:Depends} Breaks: 0ad-data (<< 0.0.12-1~) Replaces: 0ad-data (<< 0.0.12-1~) Suggests: 0ad _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

