This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-enxio.
commit 54121919559bb09b8613129878a3d25421b0d853 Author: Tim Potter <[email protected]> Date: Tue Apr 7 06:11:38 2015 +1000 Run wrap-and-sort on d/control --- debian/control | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 87d7981..fe50bb3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,16 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tim Potter <[email protected]> -Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjffi-java, libjnr-ffi-java, libjnr-constants-java, libjnr-x86asm-java, libmaven-javadoc-plugin-java, default-jdk-doc +Build-Depends: debhelper (>= 9), + default-jdk, + default-jdk-doc, + javahelper, + libjffi-java, + libjnr-constants-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-enxio Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-enxio.git @@ -14,7 +23,7 @@ Architecture: all 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 + 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. @@ -30,7 +39,7 @@ Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Suggests: libjnr-enxio-java, ${maven:DocOptionalDepends} Description: Java extended native cross-platform I/O library - 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-enxio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

