This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 9bc5196dac9f663be0eefe488b335460df4c5bee Author: Jens Reyer <[email protected]> Date: Fri Apr 8 16:58:03 2016 +0200 Add TrueType fonts to clean to regenerate them. Note that the Wine project uses a forked fontforge for this. See: https://bugs.winehq.org/show_bug.cgi?id=40391#c3 --- debian/changelog | 1 + debian/clean | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 68ede95..7b9ce9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ wine (1.8.1-3) UNRELEASED; urgency=medium * Install wine's TrueType fonts (closes: #818925). * Build wine in maintainer mode. * Don't error out on build warnings. + * Add TrueType fonts to clean to regenerate them. -- Jens Reyer <[email protected]> Sun, 13 Mar 2016 02:40:12 +0100 diff --git a/debian/clean b/debian/clean index d0f69a9..330960c 100644 --- a/debian/clean +++ b/debian/clean @@ -45,6 +45,7 @@ dlls/opengl32/opengl32.spec # font files fonts/*.fon +fonts/*.ttf fonts/Makefile tools/sfnt2fon/sfnt2fon tools/sfnt2fon/sfnt2fon.o -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
