This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository naga.
commit f994a8e06236c4d655b7f0df096cb23f1e83fcd5 Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 22 21:02:50 2018 +0100 Wrap and sort --- debian/control | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 407ed52..20855f3 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,25 @@ Source: naga Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Banck <[email protected]>, Ximin Luo <[email protected]> -Build-Depends: debhelper (>= 11), javahelper, ant, default-jdk +Uploaders: + Michael Banck <[email protected]>, + Ximin Luo <[email protected]> +Build-Depends: + ant, + debhelper (>= 11), + default-jdk, + javahelper Standards-Version: 4.1.3 -Homepage: https://code.google.com/p/naga/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/naga.git/ Vcs-Git: https://anonscm.debian.org/git/pkg-java/naga.git/ +Homepage: https://code.google.com/p/naga/ Package: libnaga-java Architecture: all -Depends: ${shlibs:Depends}, ${java:Depends}, ${misc:Depends} +Depends: + ${java:Depends}, + ${misc:Depends}, + ${shlibs:Depends} Description: Simplified Java NIO asynchronous sockets Naga aims to be a very small NIO library that provides a handful of java classes to wrap the usual Socket and ServerSocket with asynchronous NIO -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/naga.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

