[SCM] Packaging for mathgl branch, master, updated. debian/1.11.0.1-1-10-ga343216

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Nov 29 20:17:37 UTC 2010


The following commit has been merged in the master branch:
commit a343216cbea04b9e8d867369bb1e923d04444978
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Mon Nov 29 21:17:28 2010 +0100

    Create the png directory

diff --git a/debian/patches/createpngdirectory.patch b/debian/patches/createpngdirectory.patch
new file mode 100644
index 0000000..dc906ce
--- /dev/null
+++ b/debian/patches/createpngdirectory.patch
@@ -0,0 +1,11 @@
+diff --git a/texinfo/png/Makefile.am b/texinfo/png/Makefile.am
+index 80e5143..1d28940 100644
+--- a/texinfo/png/Makefile.am
++++ b/texinfo/png/Makefile.am
+@@ -7,5 +7,6 @@ CLEANFILES = $(png_images)
+ 
+ $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example
+ 	$(top_builddir)/examples/mgl_example -kind=${@:.png=}
++	if test ! -d ../../png; then mkdir ../../png/; fi
+ 	cp ${@} ../../png/
+ 	touch $(srcdir)/../mathgl.texi

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list