CVS eclipse-cdt/debian
Michael Koch
mkoch-guest at haydn.debian.org
Sun Jan 1 15:40:37 UTC 2006
Update of /cvsroot/pkg-java/eclipse-cdt/debian
In directory haydn:/tmp/cvs-serv22804
Modified Files:
changelog control rules
Log Message:
* debian/control: Make eclipse-cdt Depends on exuberant-ctags | ctags
and fixed package decription.
* debian/control: Added Build-Depends on java-gcj-compat-dev
(Closes: #345371).
--- /cvsroot/pkg-java/eclipse-cdt/debian/changelog 2005/12/21 16:01:22 1.6
+++ /cvsroot/pkg-java/eclipse-cdt/debian/changelog 2006/01/01 15:40:37 1.7
@@ -1,3 +1,12 @@
+eclipse-cdt (3.0.1-2) unstable; urgency=low
+
+ * debian/control: Make eclipse-cdt Depends on exuberant-ctags | ctags
+ and fixed package decription.
+ * debian/control: Added Build-Depends on java-gcj-compat-dev
+ (Closes: #345371).
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 1 Jan 2006 12:59:27 +0000
+
eclipse-cdt (3.0.1-1) unstable; urgency=low
[ Michael Koch ]
--- /cvsroot/pkg-java/eclipse-cdt/debian/control 2005/12/21 16:20:10 1.3
+++ /cvsroot/pkg-java/eclipse-cdt/debian/control 2006/01/01 15:40:37 1.4
@@ -3,21 +3,23 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>, Stephan Michels <stephan at apache.org>
-Build-Depends: debhelper (>> 4.2), eclipse (>= 3.1.1-5)
+Build-Depends: debhelper (>> 4.2), eclipse (>= 3.1.1-5), java-gcj-compat-dev
Standards-Version: 3.6.2
Package: eclipse-cdt
Architecture: any
-Depends: eclipse-pde
+Depends: eclipse-pde, exuberant-ctags | ctags
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
+ * 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
--- /cvsroot/pkg-java/eclipse-cdt/debian/rules 2005/12/21 16:01:23 1.4
+++ /cvsroot/pkg-java/eclipse-cdt/debian/rules 2006/01/01 15:40:37 1.5
@@ -135,7 +135,7 @@
# Install the tar file into our destination directory.
install -d debian/tmp/$(ECLIPSE_BASE)
- tar xzf $(SOURCE_TREE)/$(RELENG_PLUGIN)/results/I.*/*.$(ECLIPSE_PLATFORM).tar.gz -C debian/tmp/$(ECLIPSE_BASE)/..
+ tar xzf $(SOURCE_TREE)/$(RELENG_PLUGIN)/results/I.*/org.eclipse.cdt.sdk*.$(ECLIPSE_PLATFORM).tar.gz -C debian/tmp/$(ECLIPSE_BASE)/..
dh_installdirs
dh_install
More information about the pkg-java-commits
mailing list