[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. debian/8.1.1-1-8-g4b00050

Jakub Adam jakub.adam at ktknet.cz
Fri Mar 15 18:14:33 UTC 2013


The following commit has been merged in the master branch:
commit 4b000501e71b0e3980ef2f6112236aed3c6c0ea5
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Mar 15 18:04:47 2013 +0100

    Package remote launch feature as a separate binary deb

diff --git a/debian/changelog b/debian/changelog
index 08917f7..0fccc17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ eclipse-cdt (8.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Use xz compression for orig tarball.
+  * Package remote launch feature as a separate binary deb.
+    - Doesn't force all CDT users to install cca 5MB of eclipse-rse,
+      only those who need remote launch capabilities will have to.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Fri, 15 Mar 2013 17:16:32 +0100
 
diff --git a/debian/control b/debian/control
index e4535fc..68fe9fd 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Homepage: http://www.eclipse.org/cdt/
 Package: eclipse-cdt
 Architecture: all
 Depends: eclipse-platform (>= 3.8~),
-         eclipse-rse,
          eclipse-cdt-jni (>= ${source:Version}),
          gcc,
          make,
@@ -90,3 +89,16 @@ Description: Autotools support for Eclipse CDT
   * Run autotools such as autoconf, automake, or aclocal directly using a gui
     interface
   * Includes hover help for autoconf and automake macros in the editors
+
+Package: eclipse-cdt-launch-remote
+Architecture: all
+Depends: eclipse-cdt (= ${source:Version}),
+         eclipse-rse,
+         ${misc:Depends},
+         ${orbit:Depends}
+Description: Remote launch and debug support for Eclipse CDT
+ The eclipse-cdt package contains Eclipse features and plugins that are
+ useful for C and C++ development.
+ .
+ This package allows one to upload and launch a C/C++ application on a remote
+ host machine from within CDT. Remote debugging is also supported.
diff --git a/debian/eclipse-cdt-launch-remote.eh-install b/debian/eclipse-cdt-launch-remote.eh-install
new file mode 100644
index 0000000..8cb2b75
--- /dev/null
+++ b/debian/eclipse-cdt-launch-remote.eh-install
@@ -0,0 +1 @@
+org.eclipse.cdt.launch.remote
diff --git a/debian/eclipse-cdt.eh-install b/debian/eclipse-cdt.eh-install
index ef7a608..2c39837 100644
--- a/debian/eclipse-cdt.eh-install
+++ b/debian/eclipse-cdt.eh-install
@@ -5,7 +5,6 @@ org.eclipse.cdt.gnu.debug
 org.eclipse.cdt.gnu.dsf
 org.eclipse.cdt.debug.ui.memory
 org.eclipse.cdt.build.crossgcc
-org.eclipse.cdt.launch.remote
 org.eclipse.cdt.visualizer
 org.eclipse.cdt.gnu.multicorevisualizer
 org.eclipse.cdt.testsrunner.feature
diff --git a/debian/rules b/debian/rules
index 938cac4..72f86ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ override_dh_install-arch:
 
 override_jh_installeclipse-indep:
 	jh_installeclipse
-	rm -f debian/eclipse-cdt/usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.launch.remote.source*.jar
+	rm -f debian/eclipse-cdt-launch-remote/usr/share/eclipse/dropins/cdt-launch-remote/eclipse/plugins/org.eclipse.cdt.launch.remote.source*.jar
 
 override_dh_clean:
 	dh_clean

-- 
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.



More information about the pkg-java-commits mailing list