This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository freehep-chartableconverter-plugin.
commit 36131fb71d97c2be3797694d0629d82e2bb10f23 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 1 09:39:25 2017 +0200 Wrap and sort --- debian/control | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index fef9fd0..35db92c 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,15 @@ Source: freehep-chartableconverter-plugin Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Giovanni Mascellani <[email protected]>, +Uploaders: + Giovanni Mascellani <[email protected]>, Philipp Huebner <[email protected]> -Build-Depends: debhelper (>= 10), maven-debian-helper, default-jdk -Build-Depends-Indep: libplexus-compiler-java, libmaven-plugin-tools-java +Build-Depends: + debhelper (>= 10), + default-jdk, + libmaven-plugin-tools-java, + libplexus-compiler-java, + maven-debian-helper Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git @@ -13,7 +18,7 @@ Homepage: http://java.freehep.org/ Package: libfreehep-chartableconverter-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: FreeHEP Character Table Converter This maven plugin converts 16 bit Unicode text files into lookup tables. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

