[reactive-streams] 03/07: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Sep 15 13:34:47 UTC 2017
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 <ebourg at apache.org>
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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-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
More information about the pkg-java-commits
mailing list