Package: gnuplot5 / 5.0.0+dfsg1-1~bpo8+1

10_removepicins.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: removes picins latex include
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-01-22

Index: gnuplot5-5.0.0+dfsg1/docs/Makefile.am
===================================================================
--- gnuplot5-5.0.0+dfsg1.orig/docs/Makefile.am
+++ gnuplot5-5.0.0+dfsg1/docs/Makefile.am
@@ -172,8 +172,7 @@ pdffigures: pdffigures.tex $(top_srcdir)
 	rm -f figures
 
 pdffigures.tex:	figures
-	echo "\usepackage{graphicx}" > pdffigures.tex ; \
-	echo "\usepackage{picins}" >> pdffigures.tex
+	echo "\usepackage{graphicx}" > pdffigures.tex
 
 figures: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
 	@if [ -a $(top_srcdir)/src/gnuplot ] ; then \
Index: gnuplot5-5.0.0+dfsg1/docs/Makefile.in
===================================================================
--- gnuplot5-5.0.0+dfsg1.orig/docs/Makefile.in
+++ gnuplot5-5.0.0+dfsg1/docs/Makefile.in
@@ -953,7 +953,6 @@ pdffigures: pdffigures.tex $(top_srcdir)
 
 pdffigures.tex:	figures
 	echo "\usepackage{graphicx}" > pdffigures.tex ; \
-	echo "\usepackage{picins}" >> pdffigures.tex
 
 figures: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
 	@if [ -a $(top_srcdir)/src/gnuplot ] ; then \