This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jnr-ffi.
commit a4e4df45f893984502f84af9bef3b702a932b748 Author: Miguel Landaeta <[email protected]> Date: Wed Apr 8 18:42:21 2015 -0300 Improve packages description --- debian/changelog | 2 +- debian/control | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed312ce..fdbd020 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -jnr-ffi (1.0.10-1) experimental; urgency=low +jnr-ffi (1.0.10-1) UNRELEASED; urgency=low * Initial release (Closes: #771269) diff --git a/debian/control b/debian/control index 6e813ce..e90c818 100644 --- a/debian/control +++ b/debian/control @@ -23,14 +23,16 @@ Package: libjnr-ffi-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjnr-ffi-java-doc, ${maven:OptionalDepends} -Description: Java library for loading native libraries without writing writing JNI code +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 method to JNI or JNA to achieve programming simplicity while still retaining performance. . The jnr-ffi package is a set of abstractions that build on the lower-level - libraries implemented by the jnr-jffi package. + libraries implemented by the jffi package. jnr-ffi allows one to load + native libraries without writing JNI code by hand, or using tools + such as SWIG. Package: libjnr-ffi-java-doc Architecture: all @@ -44,6 +46,8 @@ Description: Documentation for libjnr-ffi-java retaining performance. . The jnr-ffi package is a set of abstractions that build on the lower-level - libraries implemented by the jnr-jffi package. + libraries implemented by the jffi package. jnr-ffi allows one to load + native libraries without writing JNI code by hand, or using tools + such as SWIG. . - This package contains the API documentation of libjnr-ffi. + This package contains the API documentation of jnr-ffi library. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-ffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

