[gnuplot] 01/03: Remove outdated font-patch. (Closes: #837315)
Anton Gladky
gladk at moszumanska.debian.org
Sun Jan 8 19:42:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository gnuplot.
commit 76f823ff153868c4ca8f21c2586fedb7b803f055
Author: Anton Gladky <gladk at debian.org>
Date: Sun Jan 8 20:38:04 2017 +0100
Remove outdated font-patch. (Closes: #837315)
---
debian/patches/05_default_gd_font.diff | 17 -----------------
debian/patches/series | 1 -
2 files changed, 18 deletions(-)
diff --git a/debian/patches/05_default_gd_font.diff b/debian/patches/05_default_gd_font.diff
deleted file mode 100644
index 4602c58..0000000
--- a/debian/patches/05_default_gd_font.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: change the default font
-Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2015-06-16
-
-Index: gnuplot-5.0.5/term/gd.trm
-===================================================================
---- gnuplot-5.0.5.orig/term/gd.trm
-+++ gnuplot-5.0.5/term/gd.trm
-@@ -990,7 +990,7 @@ PNG_options()
- if (external_default)
- png_state.ttffont = gp_strdup(external_default);
- else /* Might as well try some plausible font; it's no worse than failing immediately */
-- png_state.ttffont = gp_strdup("arial");
-+ png_state.ttffont = gp_strdup("/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf");
-
- free(png_state.default_ttffont);
- png_state.default_ttffont = gp_strdup(png_state.ttffont);
diff --git a/debian/patches/series b/debian/patches/series
index c6bc6c3..94e0bfa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
04_fix_libexecdir.diff
-05_default_gd_font.diff
07_doc.patch
08_disable_demo_plugin.patch
09_remove_beos.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot.git
More information about the debian-science-commits
mailing list