File: install_jar_links.patch

package info (click to toggle)
arduino 1%3A1.0.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,476 kB
  • sloc: java: 56,088; cpp: 10,050; ansic: 9,904; makefile: 1,721; xml: 468; perl: 198; sh: 153; python: 62
file content (17 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Prevents ant from following symlinks and including library jars
 in debian package
Author: Scott Howard <showard314@gmail.com>

Index: arduino/build/build.xml
===================================================================
--- arduino.orig/build/build.xml	2012-03-11 19:09:34.365223497 -0400
+++ arduino/build/build.xml	2012-03-11 19:15:03.717231325 -0400
@@ -21,7 +21,7 @@
 	     value="linux64"><os family="unix" arch="amd64" /></condition>
 
   <!-- Libraries required for running arduino -->
-  <fileset dir=".." id="runtime.jars">
+  <fileset dir=".." id="runtime.jars" followsymlinks="no">
     <include name="core/core.jar" />
     <include name="app/pde.jar" />
     <include name="app/lib/ecj.jar" />