summaryrefslogtreecommitdiff
path: root/debian/patches/build.patch
blob: ef527fe96b6f0d2c2ea33e8df33dc3cbd3d139cd (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Index: elki-0.7.1/pom.xml
===================================================================
--- elki-0.7.1.orig/pom.xml
+++ elki-0.7.1/pom.xml
@@ -304,20 +304,25 @@
 			</activation>
 		</profile>
 		<!-- Image search -->
+<!--
 		<profile>
 			<id>imagesearch</id>
 			<modules>
 				<module>addons/imagesearch</module>
 			</modules>
 		</profile>
+-->
 		<!-- Luence backend for text mining -->
+<!--
 		<profile>
 			<id>lucene</id>
 			<modules>
 				<module>addons/lucene</module>
 			</modules>
 		</profile>
+-->
 		<!-- OpenGL based visualization -->
+<!--
 		<profile>
 			<id>jogl</id>
 			<modules>
@@ -326,6 +331,7 @@
 				<module>addons/joglviz</module>
 			</modules>
 		</profile>
+-->
 		<!-- Profile for publishing to Sonatype Maven repository. -->
 		<profile>
 			<id>publish</id>
@@ -411,43 +417,43 @@
 			<dependency>
 				<groupId>net.sf.trove4j</groupId>
 				<artifactId>trove4j</artifactId>
-				<version>[3.0.3,)</version>
+				<version>3.0.3</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.xmlgraphics</groupId>
 				<artifactId>batik-swing</artifactId>
-				<version>[1.7,1.9)</version>
+				<version>1.9</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.xmlgraphics</groupId>
 				<artifactId>batik-rasterizer</artifactId>
-				<version>[1.7,1.9)</version>
+				<version>1.9</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.xmlgraphics</groupId>
 				<artifactId>batik-ext</artifactId>
-				<version>[1.7,1.9)</version>
+				<version>1.9</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.xmlgraphics</groupId>
 				<artifactId>batik-codec</artifactId>
-				<version>[1.7,1.9)</version>
+				<version>1.9</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.xmlgraphics</groupId>
 				<artifactId>xmlgraphics-commons</artifactId>
-				<version>[2,3)</version>
+				<version>2.0.1</version>
 			</dependency>
 
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
-				<version>[4.8,)</version>
+				<version>4.12</version>
 				<scope>test</scope>
 			</dependency>
 		</dependencies>
Index: elki-0.7.1/addons/libsvm/pom.xml
===================================================================
--- elki-0.7.1.orig/addons/libsvm/pom.xml
+++ elki-0.7.1/addons/libsvm/pom.xml
@@ -37,6 +37,8 @@
 			<groupId>tw.edu.ntu.csie</groupId>
 			<artifactId>libsvm</artifactId>
 			<version>3.17</version>
+			<scope>system</scope>
+			<systemPath>/usr/share/java/libsvm3.jar</systemPath>
 		</dependency>
 	</dependencies>
 </project>