[SCM] eclipse-rse - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.1.2-1-15-g40652bc

Jakub Adam jakub.adam at ktknet.cz
Tue Sep 11 11:56:05 UTC 2012


The following commit has been merged in the master branch:
commit 7f8cdf9c7e5135c0807e1d7cf24480fc28504029
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Sep 11 09:12:33 2012 +0200

    Split package into eclipse-rse and eclipse-rse-sdk

diff --git a/debian/changelog b/debian/changelog
index fc99ef3..bc705ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ eclipse-rse (3.4.0-1) UNRELEASED; urgency=low
   * Removed useless d/*.properties.
   * Updated d/watch.
   * Bump Standards-Version to 3.9.3.
+  * Split package into eclipse-rse and eclipse-rse-sdk.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Mon, 10 Sep 2012 20:46:07 +0200
 
diff --git a/debian/control b/debian/control
index 95a3c16..47e751e 100644
--- a/debian/control
+++ b/debian/control
@@ -34,3 +34,24 @@ Description: Eclipse Remote System Explorer (RSE)
     * remote shell access (compiling with error navigation),
     * remote process handling through dstore agents,
     * and remote debugging through CDT / gdb.
+
+Package: eclipse-rse-sdk
+Architecture: all
+Depends: eclipse-rse (= ${binary:Version}),
+         ${misc:Depends},
+         ${orbit:Depends}
+Description: Eclipse Remote System Explorer (source and documentation)
+ Remote System Explorer is a framework and toolkit in Eclipse Workbench
+ that allows you to connect and work with a variety of remote systems.
+ .
+ RSE is a framework and toolkit in Eclipse Workbench, that allows you
+ to connect and work with a variety of remote systems, including
+ .
+    * remote file systems through SSH, FTP or dstore agents,
+    * remote shell access (compiling with error navigation),
+    * remote process handling through dstore agents,
+    * and remote debugging through CDT / gdb.
+ .
+ This package contains documentation and source for the Eclipse Remote
+ System Explorer.
+
diff --git a/debian/eclipse-rse-sdk.eh-install b/debian/eclipse-rse-sdk.eh-install
new file mode 100644
index 0000000..a748b88
--- /dev/null
+++ b/debian/eclipse-rse-sdk.eh-install
@@ -0,0 +1 @@
+org.eclipse.rse.sdk
diff --git a/debian/eclipse-rse.eh-install b/debian/eclipse-rse.eh-install
new file mode 100644
index 0000000..0065f86
--- /dev/null
+++ b/debian/eclipse-rse.eh-install
@@ -0,0 +1 @@
+org.eclipse.rse
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 76e4437..01d21d4 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -1,2 +1,3 @@
 org.eclipse.tm.terminal
+org.eclipse.rse
 org.eclipse.rse.sdk
diff --git a/debian/eh-install b/debian/eh-install
deleted file mode 100644
index 76e4437..0000000
--- a/debian/eh-install
+++ /dev/null
@@ -1,2 +0,0 @@
-org.eclipse.tm.terminal
-org.eclipse.rse.sdk
diff --git a/debian/rules b/debian/rules
index ff768f0..3aba8e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,12 @@ BUILD_OPTIONS := -DjavacTarget=1.5 -DjavacSource=1.5 -DgenerateFeatureVersionSuf
 override_jh_compilefeatures:
 	jh_compilefeatures --build-opts '$(BUILD_OPTIONS)' --jvm-args '$(JVM_ARGS)'
 
+RSE_SDK_INSTALLDIR := debian/eclipse-rse-sdk/usr/share/eclipse/dropins/rse-sdk/eclipse
+override_jh_installeclipse:
+	jh_installeclipse
+
+	find $(RSE_SDK_INSTALLDIR)/features -mindepth 1 -maxdepth 1 ! -name *source_* -and ! -name *sdk_* -exec rm -rf {} \;
+	find $(RSE_SDK_INSTALLDIR)/plugins -mindepth 1 -maxdepth 1 ! -name *source_* -and ! -name *doc.isv_* -and ! -name *sdk_* -exec rm -rf {} \;
+
 %:
 	dh $@ --with eclipse-helper

-- 
eclipse-rse - Plug-in for eclipse - Debian package.



More information about the pkg-java-commits mailing list