[jnr-enxio] 09/12: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Mon Mar 20 22:53:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch experimental
in repository jnr-enxio.
commit 52190ec32ee587859190fed34d425aac80ec6e05
Author: Miguel Landaeta <nomadium at debian.org>
Date: Mon Mar 20 21:26:10 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 a14f6f1..2c25803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jnr-enxio (0.16-1) UNRELEASED; urgency=medium
* Switch Vcs-* URL fields to https.
* Remove unused and empty file d/docs.
* Fix typo in package descriptions.
+ * Wrap and sort dependencies lists.
-- Miguel Landaeta <nomadium at debian.org> Mon, 20 Mar 2017 21:01:07 +0000
diff --git a/debian/control b/debian/control
index 8b1eb0a..1df5a7a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-enxio.git
Package: libjnr-enxio-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libjnr-enxio-java-doc, ${maven:OptionalDepends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
+Suggests: libjnr-enxio-java-doc,
+ ${maven:OptionalDepends}
Description: Java extended native cross-platform I/O library
Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
@@ -38,8 +40,10 @@ Description: Java extended native cross-platform I/O library
Package: libjnr-enxio-java-doc
Architecture: all
Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libjnr-enxio-java, ${maven:DocOptionalDepends}
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
+Suggests: libjnr-enxio-java,
+ ${maven:DocOptionalDepends}
Description: Java extended native cross-platform I/O library (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-enxio.git
More information about the pkg-java-commits
mailing list