[eclipse-linuxtools] 10/14: Remove license feature

Jakub Adam xhaakon-guest at moszumanska.debian.org
Wed Feb 12 17:37:22 UTC 2014


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

xhaakon-guest pushed a commit to branch master
in repository eclipse-linuxtools.

commit 52d9479254d19bd263402be2933e380aea3715b0
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Feb 11 18:33:49 2014 +0100

    Remove license feature
---
 debian/changelog                            |   1 +
 debian/patches/remove-license-feature.patch | 135 ++++++++++++++++++++++++++++
 debian/patches/series                       |   1 +
 3 files changed, 137 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 465c4f0..40f3e41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ eclipse-linuxtools (2.2.0-1) UNRELEASED; urgency=low
   * Refreshed d/patches.
   * Removed eclipse-cdt-valgrind-remote package, all its functionality
     is now provided by eclipse-cdt-profiling-framework-remote.
+  * Added remove-license-feature.patch.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 11 Feb 2014 16:43:06 +0100
 
diff --git a/debian/patches/remove-license-feature.patch b/debian/patches/remove-license-feature.patch
new file mode 100644
index 0000000..4d59085
--- /dev/null
+++ b/debian/patches/remove-license-feature.patch
@@ -0,0 +1,135 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Tue, 11 Feb 2014 18:29:01 +0100
+Subject: remove-license-feature
+
+---
+ changelog/org.eclipse.linuxtools.changelog-feature/feature.xml        | 4 +---
+ perf/org.eclipse.linuxtools.perf-feature/feature.xml                  | 4 +---
+ profiling/org.eclipse.linuxtools.profiling-feature/feature.xml        | 4 +---
+ profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml | 4 +---
+ profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml     | 4 +---
+ rpm/org.eclipse.linuxtools.rpm-feature/feature.xml                    | 4 +---
+ valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml          | 4 +---
+ valgrind/org.eclipse.linuxtools.valgrind.remote-feature/feature.xml   | 4 +---
+ 8 files changed, 8 insertions(+), 24 deletions(-)
+
+diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+index a298b22..7777213 100644
+--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
++++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+@@ -3,9 +3,7 @@
+       id="org.eclipse.linuxtools.changelog"
+       label="%featureName"
+       version="2.8.3.qualifier"
+-      provider-name="%featureProvider"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      provider-name="%featureProvider">
+ 
+    <description url="http://www.eclipse.org/linuxtools">
+       %featureDescription
+diff --git a/perf/org.eclipse.linuxtools.perf-feature/feature.xml b/perf/org.eclipse.linuxtools.perf-feature/feature.xml
+index d4e512a..ec498aa 100644
+--- a/perf/org.eclipse.linuxtools.perf-feature/feature.xml
++++ b/perf/org.eclipse.linuxtools.perf-feature/feature.xml
+@@ -4,9 +4,7 @@
+       label="%featureName"
+       version="1.2.0.qualifier"
+       provider-name="%provider"
+-      os="linux"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      os="linux">
+ 
+    <description url="http://www.eclipse.org/linuxtools/">
+       %description
+diff --git a/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml b/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml
+index e91ebd0..2a656a2 100644
+--- a/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml
++++ b/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml
+@@ -3,9 +3,7 @@
+       id="org.eclipse.linuxtools.profiling"
+       label="%featureName"
+       version="2.2.0.qualifier"
+-      provider-name="%featureProvider"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      provider-name="%featureProvider">
+ 
+    <description>
+       %description
+diff --git a/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml b/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
+index 57186a4..b7afc35 100644
+--- a/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
++++ b/profiling/org.eclipse.linuxtools.profiling.remote-feature/feature.xml
+@@ -3,9 +3,7 @@
+       id="org.eclipse.linuxtools.profiling.remote"
+       label="%featureName"
+       version="1.0.0.qualifier"
+-      provider-name="%featureProvider"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      provider-name="%featureProvider">
+ 
+    <description>
+       %description
+diff --git a/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml b/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
+index 9d3cb6e..1b84088 100644
+--- a/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
++++ b/profiling/org.eclipse.linuxtools.tools.launch-feature/feature.xml
+@@ -4,9 +4,7 @@
+       label="%featureName"
+       version="1.0.0.qualifier"
+       provider-name="%featureProvider"
+-      os="linux"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      os="linux">
+ 
+    <description>
+       %description
+diff --git a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
+index 4a516bc..b4ad245 100644
+--- a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
++++ b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
+@@ -13,9 +13,7 @@
+       id="org.eclipse.linuxtools.rpm"
+       label="%featureName"
+       version="1.0.0.qualifier"
+-      provider-name="%provider"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      provider-name="%provider">
+ 
+    <description url="http://www.eclipse.org/linuxtools/projectPages/specfile/">
+       %description
+diff --git a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
+index 3121ca6..fc02295 100644
+--- a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
++++ b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
+@@ -4,9 +4,7 @@
+       label="%featureName"
+       version="2.0.0.qualifier"
+       provider-name="%featureProvider"
+-      os="linux,macosx"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      os="linux,macosx">
+ 
+    <description>
+       %description
+diff --git a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/feature.xml b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/feature.xml
+index 5d1709a..9b49224 100644
+--- a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/feature.xml
++++ b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/feature.xml
+@@ -4,9 +4,7 @@
+       label="%featureName"
+       version="2.0.0.qualifier"
+       provider-name="%featureProvider"
+-      os="linux,macosx"
+-      license-feature="org.eclipse.linuxtools.license.feature"
+-      license-feature-version="1.0.0.qualifier">
++      os="linux,macosx">
+ 
+    <description>
+       %description
diff --git a/debian/patches/series b/debian/patches/series
index 11121ae..44ccdfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ valgrind-add-swtchart.patch
 libhover-fix-automake-texinfo-parser.patch
 fix-bundle-build-order.patch
 unversioned-orbitdeps.patch
+remove-license-feature.patch

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



More information about the pkg-java-commits mailing list