This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jftp.
commit 652acdbf887dec48dbb8bd50017d05c517990c85 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 5 06:02:15 2014 +0000 Depend on default-jre instead of openjdk-6-jre --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0dafec4..faa988c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jftp (1.52+dfsg-3) UNRELEASED; urgency=medium * Team upload. * debian/control: + - Depend on default-jre instead of openjdk-6-jre (Closes: #753786) - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index ef65cb9..2f7424a 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Depends: java-wrappers, libjsch-java, liblog4j1.2-java, libyanfs-java, - openjdk-6-jre | openjdk-7, + default-jre, ${misc:Depends}, ${shlibs:Depends} Description: Java GUI client for FTP, SMB, SFTP and NFS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jftp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

