This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository omegat.
commit d4003c9bb37c0513b528b54aa584fb8de887e34f Author: Emmanuel Bourg <[email protected]> Date: Sun Feb 2 10:04:46 2014 +0100 Runtime dependency on java-runtime instead of openjdk-jre or sun-java-jre --- debian/changelog | 1 + debian/control | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1477cec..8f494a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ omegat (2.3.0.1+dfsg-4) UNRELEASED; urgency=medium * debian/control: - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 3.9.5 (no changes) + - Runtime dependency on java-runtime instead of openjdk-jre or sun-java-jre * Swicth to debhelper level 9 -- Emmanuel Bourg <[email protected]> Sun, 02 Feb 2014 09:36:33 +0100 diff --git a/debian/control b/debian/control index 6e42cd4..8166e09 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,8 @@ Homepage: http://www.omegat.org Package: omegat Architecture: all -Depends: ${misc:Depends}, openjdk-6-jre | openjdk-7-jre | - sun-java6-jre, libvldocking-java, libhtmlparser-java, - libswing-layout-java +Depends: ${misc:Depends}, default-jre | java6-runtime | java7-runtime, libvldocking-java, + libhtmlparser-java, libswing-layout-java Recommends: libjna-java, libhunspell-1.3-0 Suggests: libaccess-bridge-java-jni Description: Computer Assisted Translation (CAT) tool -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/omegat.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

