Author: doko Date: 2006-10-24 08:03:26 +0000 (Tue, 24 Oct 2006) New Revision: 2655
Modified: trunk/eclipse/debian/changelog trunk/eclipse/debian/control trunk/eclipse/debian/control.in Log: * debian/control.in: eclipse-gcj: Depend on eclipse. Modified: trunk/eclipse/debian/changelog =================================================================== --- trunk/eclipse/debian/changelog 2006-10-24 05:48:53 UTC (rev 2654) +++ trunk/eclipse/debian/changelog 2006-10-24 08:03:26 UTC (rev 2655) @@ -1,6 +1,7 @@ eclipse (3.2.1-1) UNRELEASED; urgency=low - * + [ Matthias Klose ] + * debian/control.in: eclipse-gcj: Depend on eclipse. -- Matthias Klose <[EMAIL PROTECTED]> Mon, 23 Oct 2006 05:05:15 +0200 Modified: trunk/eclipse/debian/control =================================================================== --- trunk/eclipse/debian/control 2006-10-24 05:48:53 UTC (rev 2654) +++ trunk/eclipse/debian/control 2006-10-24 08:03:26 UTC (rev 2655) @@ -174,7 +174,7 @@ Package: eclipse-gcj Architecture: all -Depends: java-gcj-compat-dev, ecj-bootstrap-gcj, eclipse-jdt-gcj, eclipse-pde-gcj, eclipse-platform-gcj, eclipse-rcp-gcj, libswt3.2-gtk-gcj +Depends: eclipse, java-gcj-compat-dev, ecj-bootstrap-gcj, eclipse-jdt-gcj, eclipse-pde-gcj, eclipse-platform-gcj, eclipse-rcp-gcj, libswt3.2-gtk-gcj Description: Native Eclipse run with GCJ The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running Modified: trunk/eclipse/debian/control.in =================================================================== --- trunk/eclipse/debian/control.in 2006-10-24 05:48:53 UTC (rev 2654) +++ trunk/eclipse/debian/control.in 2006-10-24 08:03:26 UTC (rev 2655) @@ -174,7 +174,7 @@ Package: eclipse-gcj Architecture: all -Depends: java-gcj-compat-dev, ecj-bootstrap-gcj, eclipse-jdt-gcj, eclipse-pde-gcj, eclipse-platform-gcj, eclipse-rcp-gcj, libswt3.2-gtk-gcj +Depends: eclipse, java-gcj-compat-dev, ecj-bootstrap-gcj, eclipse-jdt-gcj, eclipse-pde-gcj, eclipse-platform-gcj, eclipse-rcp-gcj, libswt3.2-gtk-gcj Description: Native Eclipse run with GCJ The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

