Author: fourmond Date: 2014-02-08 22:33:59 +0000 (Sat, 08 Feb 2014) New Revision: 14905
Modified: packages/trunk/freecol/debian/changelog packages/trunk/freecol/debian/control Log: [freecol] fix FTBS due to changes in texlive Modified: packages/trunk/freecol/debian/changelog =================================================================== --- packages/trunk/freecol/debian/changelog 2014-02-06 09:27:42 UTC (rev 14904) +++ packages/trunk/freecol/debian/changelog 2014-02-08 22:33:59 UTC (rev 14905) @@ -1,3 +1,10 @@ +freecol (0.10.7+dfsg-2) unstable; urgency=low + + * Now depend on texlive-fonts-recommended, to fix FTBS (closes: #738091) + * Already conforms to standards 3.9.5 + + -- Vincent Fourmond <[email protected]> Sat, 08 Feb 2014 23:29:59 +0100 + freecol (0.10.7+dfsg-1) unstable; urgency=low * Team upload. Modified: packages/trunk/freecol/debian/control =================================================================== --- packages/trunk/freecol/debian/control 2014-02-06 09:27:42 UTC (rev 14904) +++ packages/trunk/freecol/debian/control 2014-02-08 22:33:59 UTC (rev 14905) @@ -17,8 +17,9 @@ libmiglayout-java, tex4ht, texlive-binaries | texlive-base-bin, - texlive-latex-recommended -Standards-Version: 3.9.4 + texlive-latex-recommended, + texlive-fonts-recommended +Standards-Version: 3.9.5 Homepage: http://www.freecol.org Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/freecol Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/freecol _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

