This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-posix-java.
commit b95c7485c23b5c216e8e648dfb99e8395a38334c Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 12 08:59:32 2014 +0100 Removed the dependency on the JRE for the binary package --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0d7e87a..2875d5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libjna-posix-java (1.0.1-2) UNRELEASED; urgency=medium * debian/control: - Package adopted by the Java Team (Closes: #772579) - Standards-Version updated to 3.9.6 (no changes) + - Removed the dependency on the JRE for the binary package -- Emmanuel Bourg <[email protected]> Fri, 12 Dec 2014 08:55:40 +0100 diff --git a/debian/control b/debian/control index 2e2c1c9..2a20a97 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://kenai.com/projects/jna-posix Package: libjna-posix-java Architecture: all Section: java -Depends: ${misc:Depends}, default-jre | java5-runtime, libjna-java +Depends: ${misc:Depends}, libjna-java Description: basic POSIX-like functions for Java This package is a Java library providing access to various POSIX functions like chmod(2), link(2) or getuid(2) through @@ -23,7 +23,6 @@ Package: libjna-posix-java-doc Architecture: all Section: doc Depends: ${misc:Depends} -Recommends: w3m | www-browser Suggests: libjna-posix-java Description: Java JNA-POSIX library API documentation This package includes the development documentation for the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-posix-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

