[jnr-ffi] 06/09: Wrap and sort dependencies lists

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Jan 16 21:17:53 UTC 2017


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

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

commit efef20aa7d3b403828ff2e037f42f6e768469a00
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Mon Jan 16 20:44:09 2017 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 0f4e41b..c2d1661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jnr-ffi (2.1.2-1) UNRELEASED; urgency=medium
   * Add myself as uploader.
   * Bump debhelper compat level to 10.
   * Add B-D on libmaven-bundle-plugin-java.
+  * Wrap and sort dependencies lists.
 
  -- Miguel Landaeta <nomadium at debian.org>  Mon, 16 Jan 2017 20:37:14 +0000
 
diff --git a/debian/control b/debian/control
index b7307e2..672cee1 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,10 @@ Homepage: https://github.com/jnr/jnr-ffi
 
 Package: libjnr-ffi-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libjnr-ffi-java-doc, ${maven:OptionalDepends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
+Suggests: libjnr-ffi-java-doc,
+          ${maven:OptionalDepends}
 Description: Java library for loading native libraries without writing JNI code
  Java Native Runtime (JNR) is a collection of Java libraries to make
  interfacing with OS-level features easier. JNR uses an alternate
@@ -41,8 +43,10 @@ Description: Java library for loading native libraries without writing JNI code
 Package: libjnr-ffi-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libjnr-ffi-java, ${maven:DocOptionalDepends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
+Suggests: libjnr-ffi-java,
+          ${maven:DocOptionalDepends}
 Description: Documentation for libjnr-ffi-java
  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-ffi.git



More information about the pkg-java-commits mailing list