File: 08_disable_demo_plugin.patch

package info (click to toggle)
gnuplot 6.0.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,960 kB
  • sloc: ansic: 95,874; cpp: 7,199; makefile: 2,470; javascript: 2,339; sh: 1,531; lisp: 664; perl: 304; pascal: 191; tcl: 88; python: 46
file content (58 lines) | stat: -rw-r--r-- 1,853 bytes parent folder | 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Description: temporarily disable demo plugin
 this patch should be removed, when a new 
 version appears, where already no binaries
 in demo/plugin folder.
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-06-16

Index: gnuplot-6.0.3/demo/Makefile.in
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.in
+++ gnuplot-6.0.3/demo/Makefile.in
@@ -340,7 +340,6 @@ latex_demo.log latex_demo.aux latex_cair
 
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 DEMO = all.dem
 GNUPLOT = gnuplot
 EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin using.bin gnuplot.cfg \
@@ -406,7 +405,6 @@ line.fnc reflect.fnc gen-random.inc stat
 bldg.png gradient.png icon64x64.png GM1_bonds.r3d blutux.rgb sound.par \
 sound2.par start.par gnuplot.rot gnu-valley random-points gpdemos.tcl html 
 
-@BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin
 all: all-recursive
 
 .SUFFIXES:
Index: gnuplot-6.0.3/demo/Makefile.am
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.am
+++ gnuplot-6.0.3/demo/Makefile.am
@@ -12,7 +12,6 @@ latex_demo.log latex_demo.aux latex_cair
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 
 DEMO = all.dem
 
@@ -158,6 +157,3 @@ Makefile.am: Makefile.am.in
 	echo endif >> $@t
 	chmod og-w $@t
 	mv $@t $@
-if BUILD_PLUGIN
-PLUGIN_DIR = plugin
-endif
Index: gnuplot-6.0.3/demo/Makefile.am.in
===================================================================
--- gnuplot-6.0.3.orig/demo/Makefile.am.in
+++ gnuplot-6.0.3/demo/Makefile.am.in
@@ -12,7 +12,6 @@ latex_demo.log latex_demo.aux latex_cair
 BINARY_FILES = binary1 binary2 binary3 dodecahedron.bin
 
 SUBDIRS = $(PLUGIN_DIR)
-DIST_SUBDIRS = plugin
 
 DEMO = all.dem