[SCM] eclipse-linuxtools packaging branch, master, updated. debian/1.0.0-1-7-g6a72384
Jakub Adam
jakub.adam at ktknet.cz
Thu Jul 26 17:33:01 UTC 2012
The following commit has been merged in the master branch:
commit bf0dd19c93ee140d27eb18498a054d3acbbaa391
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Jul 26 18:25:03 2012 +0200
Fix bundle build order
diff --git a/debian/changelog b/debian/changelog
index e8fa5b0..cbcbcf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ eclipse-linuxtools (1.1.0-1) UNRELEASED; urgency=low
* New upstream release.
* Refreshed d/patches/remote-profiling-disable-rdt-proxy.patch.
+ * Fix bundle build order.
-- Jakub Adam <jakub.adam at ktknet.cz> Thu, 26 Jul 2012 17:28:07 +0200
diff --git a/debian/patches/fix-bundle-build-order.patch b/debian/patches/fix-bundle-build-order.patch
new file mode 100644
index 0000000..29f375f
--- /dev/null
+++ b/debian/patches/fix-bundle-build-order.patch
@@ -0,0 +1,33 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Thu, 26 Jul 2012 18:23:17 +0200
+Subject: fix-bundle-build-order
+
+---
+ .../feature.xml | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
+diff --git a/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml b/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
+index 9535ba5..03ffaad 100644
+--- a/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
++++ b/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
+@@ -30,6 +30,20 @@
+ </requires>
+
+ <plugin
++ id="org.eclipse.linuxtools.profiling.launch.ui"
++ download-size="0"
++ install-size="0"
++ version="0.0.0"
++ unpack="false"/>
++
++ <plugin
++ id="org.eclipse.linuxtools.profiling.launch"
++ download-size="0"
++ install-size="0"
++ version="0.0.0"
++ unpack="false"/>
++
++ <plugin
+ id="org.eclipse.linuxtools.tools.launch.core"
+ download-size="0"
+ install-size="0"
diff --git a/debian/patches/series b/debian/patches/series
index bb35633..6ad8b71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ valgrind-add-swtchart.patch
valgrind-remote-unversioned-rse-dependency.patch
remote-profiling-disable-rdt-proxy.patch
libhover-fix-automake-texinfo-parser.patch
+fix-bundle-build-order.patch
--
eclipse-linuxtools packaging
More information about the pkg-java-commits
mailing list