[hyperrogue] 13/19: Drop system-dejavu.patch

Markus Koschany apo at moszumanska.debian.org
Mon Jul 17 19:14:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository hyperrogue.

commit 68e88af917361241f3194ef9c7055766bfa60644
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jul 17 20:09:53 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 79adc5b..8dde9d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-system-dejavu.patch
 optimization.patch
diff --git a/debian/patches/system-dejavu.patch b/debian/patches/system-dejavu.patch
deleted file mode 100644
index 77c4149..0000000
--- a/debian/patches/system-dejavu.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 9 Sep 2016 22:33:28 +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 1913e21..4c16e10 100644
---- a/src/graph.cpp
-+++ b/src/graph.cpp
-@@ -142,7 +142,7 @@ int qpixel3(SDL_Surface *surf, int x, int y) {
- 
- void loadfont(int siz) {
-   if(!font[siz]) {
--    font[siz] = TTF_OpenFont("DejaVuSans-Bold.ttf", siz);
-+    font[siz] = TTF_OpenFont("/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf", siz);
-     // Destination set by ./configure (in the GitHub repository)
-     #ifdef FONTDESTDIR
-     if (font[siz] == NULL) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hyperrogue.git



More information about the Pkg-games-commits mailing list