Author: tgg Date: 2007-05-14 12:35:31 +0000 (Mon, 14 May 2007) New Revision: 3452
Modified: trunk/aspectj/debian/changelog trunk/aspectj/debian/compat trunk/aspectj/debian/control Log: update supposed dependencies and changelog Modified: trunk/aspectj/debian/changelog =================================================================== --- trunk/aspectj/debian/changelog 2007-05-14 11:54:59 UTC (rev 3451) +++ trunk/aspectj/debian/changelog 2007-05-14 12:35:31 UTC (rev 3452) @@ -1,3 +1,13 @@ +aspectj (1.5.3-1) unstable; urgency=low + + * New maintainer. Closes: #352521. + * New upstream release. Closes: #286087. + * AspectJ 5 builds and runs cleanly with gcj/gij. The package can move + to main, as it no longer requires contrib dependency. Closes: #397559. + * Bump debhelper level to 5. + + -- + aspectj (1.1.1-2) unstable; urgency=low * QA upload orphaning the package. Modified: trunk/aspectj/debian/compat =================================================================== --- trunk/aspectj/debian/compat 2007-05-14 11:54:59 UTC (rev 3451) +++ trunk/aspectj/debian/compat 2007-05-14 12:35:31 UTC (rev 3452) @@ -1 +1 @@ -4 +5 Modified: trunk/aspectj/debian/control =================================================================== --- trunk/aspectj/debian/control 2007-05-14 11:54:59 UTC (rev 3451) +++ trunk/aspectj/debian/control 2007-05-14 12:35:31 UTC (rev 3452) @@ -1,13 +1,14 @@ Source: aspectj -Section: contrib/devel +Section: devel Priority: optional -Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.0.0), j2sdk1.4 +Maintainer: Debian Java maintainers <[EMAIL PROTECTED]> +Uploaders: Thomas Girard <[EMAIL PROTECTED]> +Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), ant, cdbs Standards-Version: 3.7.2 Package: aspectj Architecture: all -Depends: kaffe (>= 1:1.1.3) | java2-runtime | java1-runtime +Depends: java-gcj-compat | java2-runtime | java1-runtime Description: A seamless aspect-oriented extension for Java Aspectj enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive @@ -23,4 +24,3 @@ support, multi-object protocols. . This package provides the documentation for aspectj. - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

