CVS eclipse-cdt/debian
Stephan Michels
tashiro-guest at haydn.debian.org
Mon Nov 28 16:34:02 UTC 2005
Update of /cvsroot/pkg-java/eclipse-cdt/debian
In directory haydn:/tmp/cvs-serv3198
Modified Files:
changelog control
Log Message:
debian/control: Changed the dependency from eclipse-sdk to eclipse.
Updated the description.
--- /cvsroot/pkg-java/eclipse-cdt/debian/changelog 2005/11/28 16:02:47 1.1
+++ /cvsroot/pkg-java/eclipse-cdt/debian/changelog 2005/11/28 16:34:02 1.2
@@ -1,5 +1,10 @@
eclipse-cdt (3.0.1-1) unstable; urgency=low
+ [ Michael Koch ]
* Initial Version (Closes: #195236, #284911).
- -- Michael Koch <konqueror at gmx.de> Tue, 15 Nov 2005 22:02:06 +0000
+ [ Stephan Michels ]
+ * debian/control: Changed the dependency from eclipse-sdk to eclipse.
+ Updated the description.
+
+ -- Stephan Michels <stephan at apache.org> Mon, 28 Nov 2005 17:28:27 +0100
--- /cvsroot/pkg-java/eclipse-cdt/debian/control 2005/11/28 16:02:47 1.1
+++ /cvsroot/pkg-java/eclipse-cdt/debian/control 2005/11/28 16:34:02 1.2
@@ -3,11 +3,21 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>> 4.2), eclipse-sdk (>= 3.1.1-5)
+Build-Depends: debhelper (>> 4.2), eclipse (>= 3.1.1-5)
Standards-Version: 3.6.2
Package: eclipse-cdt
Architecture: any
Depends: eclipse-pde
-Description: Eclipse CDT
- Add some description here.
+Description: C/C++ Development Tools for Eclipse
+ The eclipse-cdt package contains Eclipse features and plugins that are
+ useful for C and C++ development.
+ .
+ The current release function includes:
+ * C/C++ Editor (basic functionality, syntax highlighting, code completion etc.)
+ * C/C++ Debugger (APIs & Default implementation, using GDB)
+ * C/C++ Launcher (APIs & Default implementation, launches and external application)
+ * Parser
+ * Search Engine
+ * Content Assist Provider
+ * Makefile generator
More information about the pkg-java-commits
mailing list