This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-install-plugin.
commit b5de39205a4fabfc9f97af31eca06d82e1c9e20e Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 14:21:24 2017 +0200 Wrap and sort --- debian/control | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 770f190..f6dc5b5 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,18 @@ Source: maven-install-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]>, - Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: libmaven-plugin-testing-java, - libmaven-plugin-tools-java (>= 3.2), - libmaven2-core-java, - libplexus-digest-java, - libplexus-utils-java, +Uploaders: + Ludovic Claude <[email protected]>, + Torsten Werner <[email protected]> +Build-Depends: + debhelper (>= 10), + default-jdk, + libmaven-plugin-testing-java, + libmaven-plugin-tools-java (>= 3.2), + libmaven2-core-java, + libplexus-digest-java, + libplexus-utils-java, + maven-debian-helper (>= 2.2) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-install-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-install-plugin.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

