[pkg-java] r3698 - trunk/eclipse-cdt/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sun Jun 17 17:33:15 UTC 2007


Author: tgg
Date: 2007-06-17 17:33:15 +0000 (Sun, 17 Jun 2007)
New Revision: 3698

Modified:
   trunk/eclipse-cdt/debian/changelog
   trunk/eclipse-cdt/debian/control
Log:
depend on gcc, not g++. Only suggest g++. Fix #385350 -- I need to test this.


Modified: trunk/eclipse-cdt/debian/changelog
===================================================================
--- trunk/eclipse-cdt/debian/changelog	2007-06-17 17:26:36 UTC (rev 3697)
+++ trunk/eclipse-cdt/debian/changelog	2007-06-17 17:33:15 UTC (rev 3698)
@@ -6,8 +6,12 @@
   * Add myself to the uploaders field.
   * Bump debhelper compat level to 5, and adapt build-dependency accordingly.
   * Fix DEB_HOST_ARCH logic in debian/rules.
+  * Adjust eclipse-cdt dependencies:
+    o switch from eclipse-pde to eclipse-platform (Closes: #385350)
+    o add gcc and make, as eclips-cdt is pretty useless without them
+    o suggest g++
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 17 Jun 2007 16:23:48 +0000
+ -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 17 Jun 2007 17:56:35 +0000
 
 eclipse-cdt (3.1.1-1) unstable; urgency=medium
 

Modified: trunk/eclipse-cdt/debian/control
===================================================================
--- trunk/eclipse-cdt/debian/control	2007-06-17 17:26:36 UTC (rev 3697)
+++ trunk/eclipse-cdt/debian/control	2007-06-17 17:33:15 UTC (rev 3698)
@@ -8,7 +8,8 @@
 
 Package: eclipse-cdt
 Architecture: any
-Depends: eclipse-pde (>= 3.2.1), g++, make, exuberant-ctags | ctags
+Depends: eclipse-platform (>= 3.2.1), gcc, make, exuberant-ctags | ctags
+Suggests: g++
 Description: C/C++ Development Tools for Eclipse
  The eclipse-cdt package contains Eclipse features and plugins that are
  useful for C and C++ development.




More information about the pkg-java-commits mailing list