This is an automated email from the git hooks/post-receive script. mafm pushed a commit to branch master in repository flare-engine.
commit c07551e901b9832c084d1ee3812dc299ff5eebf8 Author: Manuel A. Fernandez Montecelo <[email protected]> Date: Thu Apr 13 21:59:39 2017 +0200 Fix broken symlink to a font, thanks to Andreas Beckmann (Closes: #857395) --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b329b7f..a8ca740 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +flare-engine (0.19-3) UNRELEASED; urgency=medium + + * Fix broken symlink to a font, thanks to Andreas Beckmann (Closes: #857395) + + -- Manuel A. Fernandez Montecelo <[email protected]> Thu, 13 Apr 2017 21:58:11 +0200 + flare-engine (0.19-2) unstable; urgency=medium * Bump Policy Standards-Version to 3.9.6 (no changes needed) diff --git a/debian/rules b/debian/rules index 99accd0..0817c5d 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_configure: override_dh_link: # Use the system-wide fonts - dh_link -- usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf usr/share/games/flare/default/mods/default/fonts/LiberationSans-Regular.ttf + dh_link -- usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf usr/share/games/flare/default/mods/default/fonts/LiberationSans-Regular.ttf # mafm 20111021 -- man page can be regenerated from time to time, no -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/flare-engine.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

