This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jftp.
commit 1dfadb10ece4fd7fc7894620a29b09eb2dafe740 Author: Varun Hiremath <[email protected]> Date: Thu Oct 11 01:23:12 2007 +0000 * debian/control: explicitely depend on sun-java6-jre (Closes: #446117) * debian/jftp.run: call /usr/lib/jvm/java-6-sun/bin/java instead of java --- debian/changelog | 7 +++++++ debian/control | 13 ++++++------- debian/jftp.run | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d53872..2f2e20a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jftp (1.51~pre3-2) unstable; urgency=low + + * debian/control: explicitely depend on sun-java6-jre (Closes: #446117) + * debian/jftp.run: call /usr/lib/jvm/java-6-sun/bin/java instead of java + + -- Varun Hiremath <[email protected]> Thu, 11 Oct 2007 06:47:11 +0530 + jftp (1.51~pre3-1) unstable; urgency=low [ Varun Hiremath ] diff --git a/debian/control b/debian/control index 57bff90..3d2d2f4 100644 --- a/debian/control +++ b/debian/control @@ -9,16 +9,17 @@ Build-Depends-Indep: sun-java6-jdk, ant, libslide-webdavclient-java, libcommons-httpclient-java, liblog4j1.2-java, kunststoff, libyanfs-java, libj2ssh-java, libjsch-java, libjlayer-java Standards-Version: 3.7.2 +Homepage: http://j-ftp.sourceforge.net XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jftp XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jftp Package: jftp Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre | - java1-runtime | java2-runtime, libslide-webdavclient-java, - libjcifs-java, libjorbis-java, libcommons-logging-java, - libcommons-httpclient-java, liblog4j1.2-java, kunststoff, - libyanfs-java, libj2ssh-java, libjsch-java, libjlayer-java +Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, + libslide-webdavclient-java, libjcifs-java, libjorbis-java, + libcommons-logging-java, libcommons-httpclient-java, + liblog4j1.2-java, kunststoff, libyanfs-java, libj2ssh-java, + libjsch-java, libjlayer-java Description: Java GUI client for FTP, SMB, SFTP and NFS JFtp is a graphical Java network and file transfer client. It supports FTP using its own FTP API and various other protocols like @@ -28,5 +29,3 @@ Description: Java GUI client for FTP, SMB, SFTP and NFS resuming and queueing, browsing the LAN for Windows shares, and more. Multiple connections can open at a time in a Mozilla-style tabbed browsing environment. - . - Homepage: http://j-ftp.sourceforge.net diff --git a/debian/jftp.run b/debian/jftp.run index 81c8fce..e90ac44 100644 --- a/debian/jftp.run +++ b/debian/jftp.run @@ -1,2 +1,2 @@ #!/bin/sh -java -jar /usr/share/java/jftp.jar "$@" +/usr/lib/jvm/java-6-sun/jre/bin/java -jar /usr/share/java/jftp.jar "$@" -- 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

