[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. debian/8.1.2-2-9-g5354ba3

Jakub Adam jakub.adam at ktknet.cz
Wed Jul 3 12:11:45 UTC 2013


The following commit has been merged in the master branch:
commit 5354ba31bb4bec839c3bc3817f2a9b64120d29de
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Wed Jul 3 11:26:09 2013 +0200

    Enable Qt feature

diff --git a/debian/changelog b/debian/changelog
index 07e27b5..d56111f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ eclipse-cdt (8.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Updated automake documentation sources.
+  * New binary package eclipse-cdt-qt.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Wed, 03 Jul 2013 10:31:52 +0200
 
diff --git a/debian/control b/debian/control
index 741c830..25e1e38 100644
--- a/debian/control
+++ b/debian/control
@@ -106,3 +106,12 @@ Description: Remote launch and debug support for Eclipse CDT
  .
  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.
+
+Package: eclipse-cdt-qt
+Architecture: all
+Depends: eclipse-cdt (= ${source:Version}),
+         ${misc:Depends},
+         ${orbit:Depends}
+Description: Qt framework support for Eclipse CDT
+ This package provides basic keyword highlighting and code completion for
+ development of C++ applications with Qt framework in Eclipse IDE.
diff --git a/debian/eclipse-cdt-qt.eh-install b/debian/eclipse-cdt-qt.eh-install
new file mode 100644
index 0000000..6fe817e
--- /dev/null
+++ b/debian/eclipse-cdt-qt.eh-install
@@ -0,0 +1 @@
+org.eclipse.cdt.qt
diff --git a/debian/eclipse.environment b/debian/eclipse.environment
index 6067a4f..0344177 100644
--- a/debian/eclipse.environment
+++ b/debian/eclipse.environment
@@ -80,3 +80,7 @@ testsrunner/org.eclipse.cdt.testsrunner*
 
 build/org.eclipse.cdt.autotools*
 build/org.eclipse.linuxtools*
+
+# Needed for org.eclipse.cdt.qt
+
+qt/*
diff --git a/debian/eclipse.features b/debian/eclipse.features
index ca58cc9..09bc92a 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -10,3 +10,4 @@ org.eclipse.cdt.visualizer
 org.eclipse.cdt.gnu.multicorevisualizer
 org.eclipse.cdt.testsrunner.feature
 org.eclipse.cdt.autotools
+org.eclipse.cdt.qt

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



More information about the pkg-java-commits mailing list