This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 06e0fe0469ee1b79dbca3b9c5872d69e938ccb94 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 20:26:30 2017 +0200 Wrap and sort --- debian/control | 59 ++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/debian/control b/debian/control index 3682ac7..d2b83a1 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,26 @@ Source: maven-debian-helper Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, - Ludovic Claude <[email protected]>, - Damien Raude-Morvan <[email protected]>, - Thomas Koch <[email protected]>, - Emmanuel Bourg <[email protected]>, - Wolodja Wentland <[email protected]> -Build-Depends: cdbs, debhelper (>= 10), default-jdk-headless | default-jdk, maven-ant-helper (>= 7.0), ant-optional, help2man -Build-Depends-Indep: junit4, - libcommons-io-java, - libmaven3-core-java, - libmaven-plugin-tools-java, - libplexus-velocity-java, - maven-repo-helper (>= 1.9) +Uploaders: + Torsten Werner <[email protected]>, + Ludovic Claude <[email protected]>, + Damien Raude-Morvan <[email protected]>, + Thomas Koch <[email protected]>, + Emmanuel Bourg <[email protected]>, + Wolodja Wentland <[email protected]> +Build-Depends: + ant-optional, + cdbs, + debhelper (>= 10), + default-jdk-headless | default-jdk, + help2man, + junit4, + libcommons-io-java, + libmaven-plugin-tools-java, + libmaven3-core-java, + libplexus-velocity-java, + maven-ant-helper (>= 7.0), + maven-repo-helper (>= 1.9) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-debian-helper.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-debian-helper.git @@ -22,17 +29,21 @@ Homepage: http://wiki.debian.org/Java/MavenBuilder Package: maven-debian-helper Architecture: all -Depends: ${misc:Depends}, default-jdk-headless | default-jdk, maven-repo-helper (>= 1.9), maven (>= 3.3), - libmaven-clean-plugin-java, - libmaven-compiler-plugin-java, - libmaven-jar-plugin-java, - libmaven-resources-plugin-java, - libmaven-site-plugin-java, - libplexus-velocity-java, - libsurefire-java, - libxml2-utils, - velocity, - unzip +Depends: + default-jdk-headless | default-jdk, + libmaven-clean-plugin-java, + libmaven-compiler-plugin-java, + libmaven-jar-plugin-java, + libmaven-resources-plugin-java, + libmaven-site-plugin-java, + libplexus-velocity-java, + libsurefire-java, + libxml2-utils, + maven (>= 3.3), + maven-repo-helper (>= 1.9), + unzip, + velocity, + ${misc:Depends} Suggests: libmaven-javadoc-plugin-java, apt-file, licensecheck, subversion Description: Helper tools for building Debian packages with Maven maven-debian-helper is a set of tools used to generate Debian packages from -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

