[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. upstream/8.0.0-60-g577385c
Jakub Adam
jakub.adam at ktknet.cz
Fri Sep 30 17:48:04 UTC 2011
The following commit has been merged in the master branch:
commit 808579aea01978c6fe13264f75f3ac21601e897b
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Sep 30 18:04:34 2011 +0200
Make package dependent on Eclipse 3.7
Removed dependencies not required for new CDT build
diff --git a/debian/control b/debian/control
index de3cbe1..737ffa3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,9 @@ Uploaders: Niels Thykier <niels at thykier.net>,
Benjamin Drung <bdrung at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
default-jdk,
- eclipse-pde (>= 3.5.2),
+ eclipse-pde (>= 3.7~exp),
eclipse-rse,
javahelper (>= 0.32~),
- libcommons-codec-java (>= 1.4-2),
- libcommons-httpclient-java (>= 3.1-9),
- libcommons-lang-java,
unzip,
zip
Standards-Version: 3.9.1
@@ -21,8 +18,8 @@ Homepage: http://www.eclipse.org/cdt/
Package: eclipse-cdt
Architecture: any
-Depends: eclipse-platform (>= 3.5.2),
- exuberant-ctags | ctags,
+Depends: eclipse-platform (>= 3.7~exp),
+ eclipse-rse,
gcc,
make,
${misc:Depends},
--
eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package.
More information about the pkg-java-commits
mailing list