[eclipse-linuxtools] 14/14: Enable RPM editor

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 f2f4e722937df7c1ddb1bc15b895983057530714
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Feb 11 19:11:57 2014 +0100

    Enable RPM editor
---
 debian/changelog                                 |  1 +
 debian/control                                   | 12 ++++++++++
 debian/eclipse-rpm-editor.eh-install             |  1 +
 debian/eclipse.environment                       |  1 +
 debian/eclipse.features                          |  1 +
 debian/patches/rpm-feature-reorder-bundles.patch | 29 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 7 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d0972b0..cc62f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ eclipse-linuxtools (2.2.0-1) UNRELEASED; urgency=low
   * Added remove-license-feature.patch.
   * Bump Standards-Version to 3.9.5.
   * Enable eclipse-changelog package.
+  * Enable eclipse-rpm-editor package.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 11 Feb 2014 16:43:06 +0100
 
diff --git a/debian/control b/debian/control
index be5225f..afad298 100644
--- a/debian/control
+++ b/debian/control
@@ -148,3 +148,15 @@ Description: Automatic ChangeLog entry creation support for Eclipse
  is provided which makes it easy to format the file consistently and to put the
  latest entry into the clipboard buffer for usage in a repository commit
  operation.
+
+Package: eclipse-rpm-editor
+Architecture: all
+Depends: eclipse-changelog,
+         ${misc:Depends},
+         ${orbit:Depends}
+Description: Editor for RPM .spec files integrated into Eclipse
+ Specfile Editor is a full featured editor for RPM spec files. Specfiles are the
+ files that tell the rpm program which are the sources for this package, how to
+ build, where to install, additional scripts to execute on install/uninstall and
+ so on. This plugin provides all the basic features for editing or modifing such
+ specfile.
diff --git a/debian/eclipse-rpm-editor.eh-install b/debian/eclipse-rpm-editor.eh-install
new file mode 100644
index 0000000..50cd1fd
--- /dev/null
+++ b/debian/eclipse-rpm-editor.eh-install
@@ -0,0 +1 @@
+org.eclipse.linuxtools.rpm
diff --git a/debian/eclipse.environment b/debian/eclipse.environment
index 41da646..71dc42a 100644
--- a/debian/eclipse.environment
+++ b/debian/eclipse.environment
@@ -1,4 +1,5 @@
 changelog/org.eclipse.linuxtools.changelog*
 perf/org.eclipse.linuxtools*
 profiling/org.eclipse.linuxtools*
+rpm/org.eclipse.linuxtools.rpm*
 valgrind/org.eclipse.linuxtools.valgrind*
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 3afaf33..b71da98 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -5,3 +5,4 @@ org.eclipse.linuxtools.profiling.remote rse ptp-rdt
 org.eclipse.linuxtools.valgrind.remote
 org.eclipse.linuxtools.perf.feature
 org.eclipse.linuxtools.changelog
+org.eclipse.linuxtools.rpm
diff --git a/debian/patches/rpm-feature-reorder-bundles.patch b/debian/patches/rpm-feature-reorder-bundles.patch
new file mode 100644
index 0000000..167a254
--- /dev/null
+++ b/debian/patches/rpm-feature-reorder-bundles.patch
@@ -0,0 +1,29 @@
+From: Jakub Adam <jakub.adam at ktknet.cz>
+Date: Tue, 11 Feb 2014 19:54:07 +0100
+Subject: rpm-feature-reorder-bundles
+
+---
+ rpm/org.eclipse.linuxtools.rpm-feature/feature.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
+index b4ad245..534f65e 100644
+--- a/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
++++ b/rpm/org.eclipse.linuxtools.rpm-feature/feature.xml
+@@ -57,14 +57,14 @@
+          unpack="false"/>
+ 
+    <plugin
+-         id="org.eclipse.linuxtools.rpm.rpmlint"
++         id="org.eclipse.linuxtools.rpm.ui.editor"
+          download-size="0"
+          install-size="0"
+          version="0.0.0"
+          unpack="false"/>
+ 
+    <plugin
+-         id="org.eclipse.linuxtools.rpm.ui.editor"
++         id="org.eclipse.linuxtools.rpm.rpmlint"
+          download-size="0"
+          install-size="0"
+          version="0.0.0"
diff --git a/debian/patches/series b/debian/patches/series
index 4b852fc..3413fe7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ libhover-fix-automake-texinfo-parser.patch
 fix-bundle-build-order.patch
 unversioned-deps.patch
 remove-license-feature.patch
+rpm-feature-reorder-bundles.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