[Python-modules-commits] [matplotlib] 01/02: use bakoma fonts shipped with mpl: the fonts from fonts-lyx have been changed and some math symbols are not rendered correctly using them: Closes: #843656, #831020
Sandro Tosi
morph at moszumanska.debian.org
Sat Jan 7 02:12:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository matplotlib.
commit d6a77809e5d7ac634ec1c2d5119b852d720229ca
Author: Sandro Tosi <morph at debian.org>
Date: Fri Jan 6 18:39:42 2017 -0500
use bakoma fonts shipped with mpl: the fonts from fonts-lyx have been changed and some math symbols are not rendered correctly using them: Closes: #843656, #831020
---
debian/changelog | 9 +++++++++
debian/rules | 5 -----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6fe2257..7a7fd27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+matplotlib (2.0.0~rc2-2) UNRELEASED; urgency=medium
+
+ * debian/rules
+ - use bakoma fonts shipped with mpl: the fonts from fonts-lyx have been
+ changed and some math symbols are not rendered correctly using them:
+ Closes: #843656, #831020
+
+ -- Sandro Tosi <morph at debian.org> Fri, 06 Jan 2017 18:37:03 -0500
+
matplotlib (2.0.0~rc2-1) unstable; urgency=medium
* New upstream release candidate for the new version 2.x
diff --git a/debian/rules b/debian/rules
index 33b4e7a..af5e406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -198,11 +198,6 @@ install-indep: build-indep
rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/local.conf
rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
chmod 644 $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/images/*.svg
- # link to fonts in ttf-lyx
- for font in cmex10.ttf cmmi10.ttf cmr10.ttf cmsy10.ttf ; \
- do \
- ln -sf /usr/share/fonts/truetype/lyx/$$font $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/$$font; \
- done
# binary
binary-indep: build-indep install-indep
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git
More information about the Python-modules-commits
mailing list