[Python-modules-commits] r9962 - in packages/matplotlib/trunk/debian (changelog control rules)

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Wed Oct 7 00:28:17 UTC 2009


    Date: Wednesday, October 7, 2009 @ 00:28:16
  Author: bdrung-guest
Revision: 9962

link to fonts in ttf-lyx to make lintian happy

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2009-10-06 20:55:45 UTC (rev 9961)
+++ packages/matplotlib/trunk/debian/changelog	2009-10-07 00:28:16 UTC (rev 9962)
@@ -11,8 +11,9 @@
   * strip not working parts from 10_build_fix.dpatch
   * debian/rules
     - refresh clean target
+  * link to fonts in ttf-lyx to make lintian happy
 
- -- Benjamin Drung <bdrung at ubuntu.com>  Mon, 05 Oct 2009 23:34:40 +0200
+ -- Benjamin Drung <bdrung at ubuntu.com>  Wed, 07 Oct 2009 02:26:43 +0200
 
 matplotlib (0.99.0-1) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2009-10-06 20:55:45 UTC (rev 9961)
+++ packages/matplotlib/trunk/debian/control	2009-10-07 00:28:16 UTC (rev 9962)
@@ -82,6 +82,7 @@
 
 Package: python-matplotlib-data
 Architecture: all
+Depends: ttf-lyx
 Description: Python based plotting system (data package)
  Matplotlib is a pure Python plotting library designed to bring
  publication quality plotting to Python with a syntax familiar to

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2009-10-06 20:55:45 UTC (rev 9961)
+++ packages/matplotlib/trunk/debian/rules	2009-10-07 00:28:16 UTC (rev 9962)
@@ -110,8 +110,12 @@
 	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
+	ln -sf ../../../../fonts/truetype/ttf-lyx/cmex10.ttf $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/cmex10.ttf
+	ln -sf ../../../../fonts/truetype/ttf-lyx/cmmi10.ttf $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
+	ln -sf ../../../../fonts/truetype/ttf-lyx/cmr10.ttf $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/cmr10.ttf
+	ln -sf ../../../../fonts/truetype/ttf-lyx/cmsy10.ttf $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
 
-
 # binary
 binary-indep: build-indep install-indep
 	dh_testdir -i




More information about the Python-modules-commits mailing list