This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 7281461e3799a18b650346bd094ebb72e6eefe3b Author: Jens Reyer <[email protected]> Date: Fri Apr 1 13:44:30 2016 +0200 Set fontdir /usr/share/wine/fonts. --- debian/changelog | 1 + debian/patches/makefile.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e6642d..4a090e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ wine (1.8.1-3) UNRELEASED; urgency=medium - Drop version output (closes: #816017). - wineserver script: Drop obsolete script variable. * In the VCS-* fields point to the stretch git branch. + * Set fontdir /usr/share/wine/fonts. -- Jens Reyer <[email protected]> Sun, 13 Mar 2016 02:40:12 +0100 diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch index b70aa83..ac2685e 100644 --- a/debian/patches/makefile.patch +++ b/debian/patches/makefile.patch @@ -20,7 +20,7 @@ author: Michael Gilbert <[email protected]> mandir = @mandir@ -fontdir = ${datadir}/wine/fonts -includedir = @includedir@/wine -+fontdir = ${datadir}/wine ++fontdir = /usr/share/wine/fonts +includedir = @includedir@ dlldir = @dlldir@ fakedlldir = ${dlldir}/fakedlls -- 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
