This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hyperrogue.
commit 055c399749bf6541b22808cf06b0bc9b0f57a754 Author: Markus Koschany <[email protected]> Date: Thu Sep 14 18:24:16 2017 +0200 Drop system-dejavu.patch --- debian/patches/series | 1 - debian/patches/system-dejavu.patch | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index fa20ace..8dde9d7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ optimization.patch -system-dejavu.patch diff --git a/debian/patches/system-dejavu.patch b/debian/patches/system-dejavu.patch deleted file mode 100644 index 3fa790d..0000000 --- a/debian/patches/system-dejavu.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Mon, 17 Jul 2017 20:11:06 +0200 -Subject: system dejavu - -Use Debian's system font. -Forwarded: not-needed ---- - src/graph.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/graph.cpp b/src/graph.cpp -index c7ec8c5..b9bb036 100644 ---- a/src/graph.cpp -+++ b/src/graph.cpp -@@ -174,7 +174,7 @@ void loadfont(int siz) { - #ifdef WEB - font[siz] = TTF_OpenFont("sans-serif", siz); - #else -- font[siz] = TTF_OpenFont("DejaVuSans-Bold.ttf", siz); -+ font[siz] = TTF_OpenFont("/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf", siz); - #endif - // Destination set by ./configure (in the GitHub repository) - #ifdef FONTDESTDIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hyperrogue.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

