This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 7249fa8bd2683084deb51a1bc64d9a488e4f742d Author: Jens Reyer <[email protected]> Date: Sun Jun 5 16:16:42 2016 +0200 Add Wine's TrueType fonts to fonts-wineVERSION.install. See: #818925 Note: fonts-wine-development isn't built currently, instead the already fixed fonts-wine is used. Out of wine's TrueType fonts only these 5 are necessary, see https://www.winehq.org/pipermail/wine-devel/2016-March/112303.html. # Conflicts: # debian/changelog # debian/fonts-wine.install --- debian/changelog | 9 +++++++++ debian/fonts-wineVERSION.install | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index b6ba93d..c5e1085 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +wine-development (1.9.11-2) UNRELEASED; urgency=medium + + * Cherrypick changes from stretch: + - Add Wine's TrueType fonts to fonts-wineVERSION.install (see: #818925). + Note: fonts-wine-development isn't built currently, instead the + already fixed fonts-wine is used. + + -- Jens Reyer <[email protected]> Sun, 05 Jun 2016 15:24:30 +0200 + wine-development (1.9.11-1) unstable; urgency=medium * New upstream release 1.9.11, released May 27, 2016. diff --git a/debian/fonts-wineVERSION.install b/debian/fonts-wineVERSION.install index 41180e2..cb7dcee 100644 --- a/debian/fonts-wineVERSION.install +++ b/debian/fonts-wineVERSION.install @@ -1 +1,7 @@ fonts/*.fon usr/share/wineVERSION/wine/fonts + +fonts/symbol.ttf usr/share/wine/fonts +fonts/tahoma.ttf usr/share/wine/fonts +fonts/marlett.ttf usr/share/wine/fonts +fonts/tahomabd.ttf usr/share/wine/fonts +fonts/wingding.ttf usr/share/wine/fonts -- 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
