This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-resources.
commit 26443935935ce09b534f5beba73f70c0e6d355fc Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 12:57:23 2017 +0200 Wrap and sort --- debian/control | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 26da96c..e5b0947 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,13 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.6.1) -Build-Depends-Indep: libplexus-containers1.5-java (>= 1.5.5), libplexus-utils-java, libplexus-component-metadata-java +Build-Depends: + debhelper (>= 10), + default-jdk, + libplexus-component-metadata-java, + libplexus-containers1.5-java (>= 1.5.5), + libplexus-utils-java, + maven-debian-helper (>= 1.6.1) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-resources.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-resources.git @@ -12,9 +17,8 @@ Homepage: https://github.com/codehaus-plexus/plexus-resources Package: libplexus-resources-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Plexus Resource Component A component to transparently retrieve resources from the filesystem, classpath or internet. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-resources.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

