This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock2.
commit acdebc139f90631440e74bce52fe6827c3d11aa7 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 27 09:06:51 2016 +0200 Wrap and sort --- debian/control | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 53efaa3..2efbf48 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,21 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Gabriele Giacone <[email protected]>, Stephen Nelson <[email protected]> -Build-Depends: debhelper (>= 9), javahelper (>= 0.29), ant, cdbs, ant-optional, +Build-Depends: + ant, + ant-optional, + cdbs, + debhelper (>= 9), + javahelper (>= 0.29), maven-repo-helper -Build-Depends-Indep: default-jdk, libhamcrest-java (>= 1.3), libcglib3-java, libasm4-java, - junit4, bsh, libobjenesis-java +Build-Depends-Indep: + bsh, + default-jdk, + junit4, + libasm4-java, + libcglib3-java, + libhamcrest-java (>= 1.3), + libobjenesis-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jmock2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jmock2.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

