[SCM] Packaging for mathgl branch, master, updated. debian/1.11.0.1-2-11-gc3e6ecb

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Thu Jan 6 23:59:54 UTC 2011


The following commit has been merged in the master branch:
commit 9731577bf4069b7495a4e35056f9f5ed855867f7
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Fri Jan 7 00:22:45 2011 +0200

    Do not apply createpngdirectory.patch since empty png dir exists in the source

diff --git a/.pc/applied-patches b/.pc/applied-patches
index 1287af9..0869205 100644
--- a/.pc/applied-patches
+++ b/.pc/applied-patches
@@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch
 dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
-createpngdirectory.patch
 mgl-mgl_data_io_cpp.patch
diff --git a/.pc/createpngdirectory.patch/.timestamp b/.pc/createpngdirectory.patch/.timestamp
deleted file mode 100644
index e69de29..0000000
diff --git a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am b/.pc/createpngdirectory.patch/texinfo/png/Makefile.am
deleted file mode 100644
index 80e5143..0000000
--- a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-pngdir = $(docdir)/png
-
-images = ${shell $(top_builddir)/examples/mgl_example -list}
-png_images = ${images:=.png}
-png_DATA = $(png_images)
-CLEANFILES = $(png_images)
-
-$(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example
-	$(top_builddir)/examples/mgl_example -kind=${@:.png=}
-	cp ${@} ../../png/
-	touch $(srcdir)/../mathgl.texi
diff --git a/debian/patches/series b/debian/patches/series
index 93e491e..0869205 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch
 dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
-createpngdirectory.patch 
 mgl-mgl_data_io_cpp.patch
diff --git a/texinfo/png/Makefile.am b/texinfo/png/Makefile.am
index 1d28940..80e5143 100644
--- a/texinfo/png/Makefile.am
+++ b/texinfo/png/Makefile.am
@@ -7,6 +7,5 @@ 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
diff --git a/texinfo/png/Makefile.in b/texinfo/png/Makefile.in
index bf7b8af..b4d2d29 100644
--- a/texinfo/png/Makefile.in
+++ b/texinfo/png/Makefile.in
@@ -461,7 +461,6 @@ uninstall-am: uninstall-pngDATA
 
 $(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