This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit dcf70b3cc977c10add74eaa8116e680221a1c79c Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 27 12:57:03 2018 +0200 Wrap and sort --- debian/control | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 070c4e0..f1c48c0 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,12 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Matthias Klose <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 11), ant, dpkg (>= 1.13.19) -Build-Depends-Indep: maven-repo-helper, default-jdk-headless +Build-Depends: + ant, + debhelper (>= 11), + default-jdk-headless, + dpkg (>= 1.13.19), + maven-repo-helper Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/ecj.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/ecj.git @@ -24,7 +28,7 @@ Description: standalone version of the Eclipse Java compiler Package: libecj-java Architecture: all Depends: ${misc:Depends} -Suggests: ecj, ant +Suggests: ant, ecj Description: Eclipse Java compiler (library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

