[jnr-unixsocket] 02/02: Run wrap-and-sort on d/control
Tim Potter
tpot-guest at moszumanska.debian.org
Mon Apr 6 20:21:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository jnr-unixsocket.
commit 5ddb4f09b7866ed71241db38c7ac6775dbe422b7
Author: Tim Potter <tpot at hp.com>
Date: Tue Apr 7 06:21:24 2015 +1000
Run wrap-and-sort on d/control
---
debian/control | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index e988705..131bf37 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,17 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjnr-enxio-java, libjnr-ffi-java, libjnr-constants-java, libjffi-java, libjnr-x86asm-java, default-jdk-doc, libmaven-javadoc-plugin-java
+Build-Depends: debhelper (>= 9),
+ default-jdk,
+ default-jdk-doc,
+ javahelper,
+ libjffi-java,
+ libjnr-constants-java,
+ libjnr-enxio-java,
+ libjnr-ffi-java,
+ libjnr-x86asm-java,
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper
Standards-Version: 3.9.6
Homepage: https://github.com/jnr/jnr-unixsocket
Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-unixsocket.git
@@ -13,12 +23,12 @@ Package: libjnr-unixsocket-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: Java access to native libraries for unix sockets
- Java Native Runtime (JNR) is a collection of Java libraries to make
+ Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
.
- The jnr-unixsocket package provides access in Java to the unix domain
+ The jnr-unixsocket package provides access in Java to the unix domain
socket verions of socket(), listen(), bind(), accept(), connect() and
others via the native OS libraries.
@@ -28,12 +38,12 @@ Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libjnr-unixsocket-java, ${maven:DocOptionalDepends}
Description: Java access to native libraries for unix sockets
- Java Native Runtime (JNR) is a collection of Java libraries to make
+ Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
.
- The jnr-unixsocket package provides access in Java to the unix domain
+ The jnr-unixsocket package provides access in Java to the unix domain
socket verions of socket(), listen(), bind(), accept(), connect() and
others via the native OS libraries.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-unixsocket.git
More information about the pkg-java-commits
mailing list