[SCM] eclipse-linuxtools packaging branch, master, updated. upstream/0.10.0-17-g987405f
Jakub Adam
jakub.adam at ktknet.cz
Sun Apr 22 16:18:51 UTC 2012
The following commit has been merged in the master branch:
commit 5782ae0bead27fb3a036ee31f858ea21c11f4114
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Apr 22 00:29:33 2012 +0200
Enable Valgrind remote launch
diff --git a/debian/control b/debian/control
index 863be29..473f93e 100644
--- a/debian/control
+++ b/debian/control
@@ -113,3 +113,16 @@ Description: Valgrind integration for Eclipse CDT
.
Integration with the CDT's parsed code model provides a user interface that
resembles what you see in the Outline view.
+
+Package: eclipse-cdt-valgrind-remote
+Architecture: all
+Depends: eclipse-cdt-valgrind,
+ eclipse-rse,
+ ${misc:Depends},
+ ${orbit:Depends}
+Description: Valgrind integration for Eclipse CDT (remote launch)
+ The Linux Tools Project Valgrind plugin aims to provide simple and effective
+ profiling for the C/C++ Development Tools.
+ .
+ This package allows one to launch Valgrind on a remote target configured in
+ Eclipse Remote Systems Explorer.
diff --git a/debian/eclipse-cdt-valgrind-remote.eh-install b/debian/eclipse-cdt-valgrind-remote.eh-install
new file mode 100644
index 0000000..b9dd852
--- /dev/null
+++ b/debian/eclipse-cdt-valgrind-remote.eh-install
@@ -0,0 +1,2 @@
+org.eclipse.linuxtools.profiling.remote
+org.eclipse.linuxtools.valgrind.remote
diff --git a/debian/eclipse.features b/debian/eclipse.features
index cfde4dd..ae0456a 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -2,3 +2,5 @@ org.eclipse.linuxtools.cdt.autotools cdt
org.eclipse.linuxtools.tools.launch
org.eclipse.linuxtools.profiling
org.eclipse.linuxtools.valgrind cdt
+org.eclipse.linuxtools.profiling.remote rse
+org.eclipse.linuxtools.valgrind.remote
diff --git a/debian/patches/remote-profiling-disable-rdt-proxy.patch b/debian/patches/remote-profiling-disable-rdt-proxy.patch
new file mode 100644
index 0000000..abdedeb
--- /dev/null
+++ b/debian/patches/remote-profiling-disable-rdt-proxy.patch
@@ -0,0 +1,26 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Sun, 22 Apr 2012 09:24:45 +0200
+Subject: remote-profiling-disable-rdt-proxy
+
+---
+ .../feature.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml b/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
+index 081355a..8a41873 100644
+--- a/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
++++ b/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
+@@ -40,11 +40,11 @@
+ version="0.0.0"
+ unpack="false"/>
+
+- <plugin
++ <!--plugin
+ id="org.eclipse.linuxtools.rdt.proxy"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+- unpack="false"/>
++ unpack="false"/-->
+
+ </feature>
diff --git a/debian/patches/series b/debian/patches/series
index 0b81d75..662cd90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
valgrind-add-swtchart.patch
valgrind-remove-unused-emf-dependency.patch
+valgrind-remote-unversioned-rse-dependency.patch
+remote-profiling-disable-rdt-proxy.patch
diff --git a/debian/patches/valgrind-remote-unversioned-rse-dependency.patch b/debian/patches/valgrind-remote-unversioned-rse-dependency.patch
new file mode 100644
index 0000000..3962f45
--- /dev/null
+++ b/debian/patches/valgrind-remote-unversioned-rse-dependency.patch
@@ -0,0 +1,31 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Sun, 22 Apr 2012 00:48:53 +0200
+Subject: valgrind-remote-unversioned-rse-dependency
+
+---
+ .../META-INF/MANIFEST.MF | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
+index 58d8e32..a2158e5 100644
+--- a/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
++++ b/profiling/org.eclipse.linuxtools.profiling.launch.remote/META-INF/MANIFEST.MF
+@@ -7,12 +7,12 @@ Bundle-Activator: org.eclipse.linuxtools.internal.profiling.launch.remote.Profil
+ Bundle-Vendor: %Bundle-Vendor
+ Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+- org.eclipse.rse.core;bundle-version="3.2.0",
+- org.eclipse.rse.subsystems.files.core;bundle-version="3.2.100",
+- org.eclipse.rse;bundle-version="3.3.0",
+- org.eclipse.rse.subsystems.processes.core;bundle-version="3.1.200",
+- org.eclipse.rse.subsystems.shells.core;bundle-version="3.1.200",
+- org.eclipse.rse.services;bundle-version="3.2.100"
++ org.eclipse.rse.core,
++ org.eclipse.rse.subsystems.files.core,
++ org.eclipse.rse,
++ org.eclipse.rse.subsystems.processes.core,
++ org.eclipse.rse.subsystems.shells.core,
++ org.eclipse.rse.services
+ Bundle-RequiredExecutionEnvironment: J2SE-1.5
+ Bundle-ActivationPolicy: lazy
+ Import-Package: org.eclipse.cdt.debug.core,
--
eclipse-linuxtools packaging
More information about the pkg-java-commits
mailing list