This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository reactive-streams.
commit f814ca94d063f39e8dc1c603a528d657ac4d6947 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 15 15:27:45 2017 +0200 Wrap and sort --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 51965b5..3c2f70d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,11 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper, gradle-debian-helper +Build-Depends: + debhelper (>= 10), + default-jdk, + gradle-debian-helper, + maven-repo-helper Standards-Version: 4.1.0 Vcs-Git: git://anonscm.debian.org/pkg-java/reactive-streams.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/reactive-streams.git @@ -11,7 +15,7 @@ Homepage: http://www.reactive-streams.org Package: libreactive-streams-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: Standard for asynchronous stream processing with non-blocking backpressure Reactive Streams is an initiative to provide a standard for asynchronous -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/reactive-streams.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

