[jnr-unixsocket] 06/14: Wrap and sort dependencies lists

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Jan 17 20:09:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch experimental
in repository jnr-unixsocket.

commit 27e7b20e26816682eb39e52de1eef8498f3fbe88
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Jan 17 19:53:18 2017 +0000

    Wrap and sort dependencies lists
---
 debian/changelog |  1 +
 debian/control   | 11 +++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4aef5eb..1437378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jnr-unixsocket (0.15-1) UNRELEASED; urgency=medium
     - libmaven-bundle-plugin-java
     - libmaven-exec-plugin-java
     - libmaven-source-plugin-java
+  * Wrap and sort dependencies lists.
 
  -- Miguel Landaeta <nomadium at debian.org>  Tue, 17 Jan 2017 19:46:54 +0000
 
diff --git a/debian/control b/debian/control
index 688faf1..548b482 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/jnr-unixsocket.git
 
 Package: libjnr-unixsocket-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+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
  interfacing with OS-level features easier.  JNR uses an alternate
@@ -36,14 +37,16 @@ Description: Java access to native libraries for unix sockets
  retaining performance.
  .
  The jnr-unixsocket package provides access in Java to the unix domain
- socket verions of socket(), listen(), bind(), accept(), connect() and
+ socket versions of socket(), listen(), bind(), accept(), connect() and
  others via the native OS libraries.
 
 Package: libjnr-unixsocket-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libjnr-unixsocket-java, ${maven:DocOptionalDepends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
+Suggests: libjnr-unixsocket-java,
+          ${maven:DocOptionalDepends}
 Description: Java access to native libraries for unix sockets (documentation)
  Java Native Runtime (JNR) is a collection of Java libraries to make
  interfacing with OS-level features easier.  JNR uses an alternate

-- 
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