This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjlha-java.
commit 12a54dfed0bc50ae34ddbb29a055d4480df5c020 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 14 13:32:23 2016 +0200 Removed the dependency on the Java runtime --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f13bd6a..69e411f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libjlha-java (0.0.20050504-8.1) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * debian/control: + - Removed the dependency on the Java runtime - Removed the duplicate Section field -- Emmanuel Bourg <[email protected]> Thu, 14 Apr 2016 13:21:10 +0200 diff --git a/debian/control b/debian/control index 9d2b757..c4845fb 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Homepage: http://homepage1.nifty.com/dangan/Content/Program/Java/jLHA/LhaLibrary Package: libjlha-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java-runtime-headless | java2-runtime-headless -Suggests: java-virtual-machine, libjlha-java-doc-ja +Depends: ${misc:Depends} +Suggests: libjlha-java-doc-ja Description: LHA compress/decompress library for Java This package is a library that supports reading and writing an archive file that created by LHA. This package has interfaces like the java.util.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjlha-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

