[naga] 04/05: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 22 20:09:59 GMT 2018
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 <ebourg at apache.org>
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 <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Banck <mbanck at debian.org>, Ximin Luo <infinity0 at debian.org>
-Build-Depends: debhelper (>= 11), javahelper, ant, default-jdk
+Uploaders:
+ Michael Banck <mbanck at debian.org>,
+ Ximin Luo <infinity0 at debian.org>
+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
More information about the pkg-java-commits
mailing list