[netbeans] 02/03: Add netbeans-profiler.patch

Markus Koschany apo-guest at moszumanska.debian.org
Mon Jun 29 14:07:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch profiler
in repository netbeans.

commit dc78681c6e5dd2adeb890660bc0b23a3af3850d7
Author: Markus Koschany <apo at gambaru.de>
Date:   Sun Jun 28 23:25:13 2015 +0200

    Add netbeans-profiler.patch
---
 debian/patches/netbeans-profiler.patch | 36 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/netbeans-profiler.patch b/debian/patches/netbeans-profiler.patch
new file mode 100644
index 0000000..5a73233
--- /dev/null
+++ b/debian/patches/netbeans-profiler.patch
@@ -0,0 +1,36 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Sun, 28 Jun 2015 23:21:16 +0200
+Subject: netbeans profiler
+
+---
+ lib.profiler/release/remote-pack-defs/build.xml | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib.profiler/release/remote-pack-defs/build.xml b/lib.profiler/release/remote-pack-defs/build.xml
+index 6819795..2f317f5 100644
+--- a/lib.profiler/release/remote-pack-defs/build.xml
++++ b/lib.profiler/release/remote-pack-defs/build.xml
+@@ -227,9 +227,9 @@ made subject to such option by the copyright holder.
+        <fileset file="${lib.dir}/jfluid-server-${jdk-version}.jar" />
+     </copy>
+     <mkdir dir="${build.dir}/lib/deployed/${jdk-version}"/>
+-    <copy todir="${build.dir}/lib/deployed/${jdk-version}/${os-long-version}">
++    <!--<copy todir="${build.dir}/lib/deployed/${jdk-version}/${os-long-version}">
+        <fileset dir="${profiler.cluster}/lib/deployed/${jdk-version}/${os-long-version}" />
+-    </copy>
++    </copy>-->
+     <antcall target="profiler-server-zip-unix">
+        <param name="os-version" value="${os-version}cvm"/>
+     </antcall>
+@@ -286,9 +286,9 @@ made subject to such option by the copyright holder.
+        <fileset file="${lib.dir}/jfluid-server-${jdk-version}.jar" />	 
+     </copy>	 
+     <mkdir dir="${build.dir}/lib/deployed/jdk${jdk-version}"/>
+-    <copy todir="${build.dir}/lib/deployed/jdk${jdk-version}/${os-long-version}">	 
++    <!--<copy todir="${build.dir}/lib/deployed/jdk${jdk-version}/${os-long-version}">	 
+        <fileset dir="${profiler.cluster}/lib/deployed/jdk${jdk-version}/${os-long-version}" />	 
+-    </copy>
++    </copy>-->
+   </target>
+ 
+   <target name="profiler-server-zip-unix">
diff --git a/debian/patches/series b/debian/patches/series
index dc9d329..df06d36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -28,3 +28,4 @@ netbeans-slf4j.dummy.patch
 netbeans-platform-o.n.bootstrap.patch
 netbeans-include-junit.patch
 reproducible-build.patch
+netbeans-profiler.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git



More information about the pkg-java-commits mailing list