[SCM] eclipse-cdt - Plug-in for eclipse to handle C/C++ - Debian package. branch, master, updated. debian/8.1.0+dfsg-1-2-g79d9711

Niels Thykier niels at thykier.net
Fri Jun 29 09:57:54 UTC 2012


The following commit has been merged in the master branch:
commit 6d2a6a67cc0b79f073e9a76a341fef7f7a071721
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Jun 29 11:51:07 2012 +0200

    Enable eclipse-cdt-autotools plugin
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/debian/changelog b/debian/changelog
index ced4213..0afe58a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eclipse-cdt (8.1.0+dfsg-2) UNRELEASED; urgency=low
+
+  * Enable eclipse-cdt-autotools plugin.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Fri, 29 Jun 2012 11:50:01 +0200
+
 eclipse-cdt (8.1.0+dfsg-1) unstable; urgency=low
 
   * Remove files generated out of texi documentation.
diff --git a/debian/control b/debian/control
index 889793b..fe43792 100644
--- a/debian/control
+++ b/debian/control
@@ -64,29 +64,29 @@ Description: C/C++ Development Tools for Eclipse (JNI)
  .
  This package contains architecture specific JNI libraries
 
-#Package: eclipse-cdt-autotools
-#Architecture: all
-#Depends: eclipse-cdt (= ${source:Version}),
-#         autoconf,
-#         automake,
-#         ${misc:Depends},
-#         ${orbit:Depends}
-#Description: Autotools support for Eclipse CDT
-# The Autotools suite of plugins adds to the CDT a support for building and
-# maintaining C/C++ projects that use Autotools. With this additional support,
-# a vast repository of C/C++ code can be checked out, built, and maintained
-# under the CDT rather easily without having to resort to the command line.
-# .
-# In conjunction with the CDT, the plugin can do the following:
-#  * Build a C/C++ project that uses a configure script or an autogen
-#    script or a Makefile.cvs script
-#  * Create a simple C or C++ hello world Autotools project via a template
-#  * Allow configuration parameters to be set via a gui and to rebuild when
-#    configuration parameters are changed
-#  * Colorized editing of configuration files such as configure.in, configure.ac,
-#    Makefile.am, and Makefile.in with full hover help for autoconf/automake
-#    macros
-#  * Allow specification of multiple build configurations for a single project
-#  * Run autotools such as autoconf, automake, or aclocal directly using a gui
-#    interface
-#  * Includes hover help for autoconf and automake macros in the editors
+Package: eclipse-cdt-autotools
+Architecture: all
+Depends: eclipse-cdt (= ${source:Version}),
+         autoconf,
+         automake,
+         ${misc:Depends},
+         ${orbit:Depends}
+Description: Autotools support for Eclipse CDT
+ The Autotools suite of plugins adds to the CDT a support for building and
+ maintaining C/C++ projects that use Autotools. With this additional support,
+ a vast repository of C/C++ code can be checked out, built, and maintained
+ under the CDT rather easily without having to resort to the command line.
+ .
+ In conjunction with the CDT, the plugin can do the following:
+  * Build a C/C++ project that uses a configure script or an autogen
+    script or a Makefile.cvs script
+  * Create a simple C or C++ hello world Autotools project via a template
+  * Allow configuration parameters to be set via a gui and to rebuild when
+    configuration parameters are changed
+  * Colorized editing of configuration files such as configure.in, configure.ac,
+    Makefile.am, and Makefile.in with full hover help for autoconf/automake
+    macros
+  * Allow specification of multiple build configurations for a single project
+  * Run autotools such as autoconf, automake, or aclocal directly using a gui
+    interface
+  * Includes hover help for autoconf and automake macros in the editors

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



More information about the pkg-java-commits mailing list