Author: apo Date: 2016-05-01 15:20:53 +0000 (Sun, 01 May 2016) New Revision: 15771
Modified: packages/trunk/fretsonfire/debian/changelog packages/trunk/fretsonfire/debian/control packages/trunk/fretsonfire/debian/rules Log: Release 1.3.110.dfsg2-3 Modified: packages/trunk/fretsonfire/debian/changelog =================================================================== --- packages/trunk/fretsonfire/debian/changelog 2016-05-01 15:03:00 UTC (rev 15770) +++ packages/trunk/fretsonfire/debian/changelog 2016-05-01 15:20:53 UTC (rev 15771) @@ -1,3 +1,11 @@ +fretsonfire (1.3.110.dfsg2-3) unstable; urgency=medium + + * Team upload. + * Declare compliance with Debian Policy 3.9.8. + * Replace fonts-mgopen dependency with fonts-dejavu. (Closes: #823106) + + -- Markus Koschany <[email protected]> Sun, 01 May 2016 17:10:08 +0200 + fretsonfire (1.3.110.dfsg2-2) unstable; urgency=medium * Team upload. Modified: packages/trunk/fretsonfire/debian/control =================================================================== --- packages/trunk/fretsonfire/debian/control 2016-05-01 15:03:00 UTC (rev 15770) +++ packages/trunk/fretsonfire/debian/control 2016-05-01 15:20:53 UTC (rev 15771) @@ -10,7 +10,7 @@ Build-Depends-Indep: docbook-to-man, python -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://fretsonfire.sourceforge.net/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fretsonfire/ Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/fretsonfire/ @@ -37,7 +37,6 @@ Package: fretsonfire-game Architecture: all Depends: - fonts-mgopen, python, python-imaging, python-ogg, Modified: packages/trunk/fretsonfire/debian/rules =================================================================== --- packages/trunk/fretsonfire/debian/rules 2016-05-01 15:03:00 UTC (rev 15770) +++ packages/trunk/fretsonfire/debian/rules 2016-05-01 15:20:53 UTC (rev 15771) @@ -56,8 +56,8 @@ # symlink fonts ln -sf ../../../fonts/truetype/dejavu/DejaVuSans.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/international.ttf - ln -sf ../../../fonts/truetype/mgopen/MgOpenCosmeticaRegular.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/title.ttf - ln -sf ../../../fonts/truetype/mgopen/MgOpenCosmeticaRegular.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/default.ttf + ln -sf ../../../fonts/truetype/dejavu/DejaVuSans.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/title.ttf + ln -sf ../../../fonts/truetype/dejavu/DejaVuSans.ttf $(CURDIR)/debian/fretsonfire-game/usr/share/games/fretsonfire/data/default.ttf # other installation done with dh_install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

