Author: tgg Date: 2007-06-13 20:56:45 +0000 (Wed, 13 Jun 2007) New Revision: 3642
Modified: trunk/eclipse-cdt/debian/changelog trunk/eclipse-cdt/debian/control Log: push back in svn changes that were in 3.1.1-1 Modified: trunk/eclipse-cdt/debian/changelog =================================================================== --- trunk/eclipse-cdt/debian/changelog 2007-06-13 15:20:00 UTC (rev 3641) +++ trunk/eclipse-cdt/debian/changelog 2007-06-13 20:56:45 UTC (rev 3642) @@ -1,3 +1,16 @@ +eclipse-cdt (3.1.1-1) unstable; urgency=medium + + * Merge changes from Ubuntu. + - works with eclipse-3.2.1. Closes: #402003. + + -- Matthias Klose <[EMAIL PROTECTED]> Sat, 13 Jan 2007 22:03:26 +0100 + +eclipse-cdt (3.1.1-0ubuntu2) feisty; urgency=low + + * added bzip2 to build dependencies + + -- Vladimír Lapáček <[EMAIL PROTECTED]> Sat, 6 Jan 2007 08:41:53 +0100 + eclipse-cdt (3.1.1-0ubuntu1) feisty; urgency=low * New upstream release Modified: trunk/eclipse-cdt/debian/control =================================================================== --- trunk/eclipse-cdt/debian/control 2007-06-13 15:20:00 UTC (rev 3641) +++ trunk/eclipse-cdt/debian/control 2007-06-13 20:56:45 UTC (rev 3642) @@ -3,12 +3,12 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Michael Koch <[EMAIL PROTECTED]>, Stephan Michels <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.2), eclipse (>= 3.2.1), java-gcj-compat-dev +Build-Depends: debhelper (>> 4.2), eclipse (>= 3.2.1), java-gcj-compat-dev, bzip2 Standards-Version: 3.7.2 Package: eclipse-cdt Architecture: any -Depends: eclipse-pde, exuberant-ctags | ctags +Depends: eclipse-pde (>= 3.2.1), 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. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

