[pkg-java] r18234 - trunk/jftp/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jul 5 06:02:15 UTC 2014
Author: ebourg-guest
Date: 2014-07-05 06:02:15 +0000 (Sat, 05 Jul 2014)
New Revision: 18234
Modified:
trunk/jftp/debian/changelog
trunk/jftp/debian/control
Log:
Depend on default-jre instead of openjdk-6-jre
Modified: trunk/jftp/debian/changelog
===================================================================
--- trunk/jftp/debian/changelog 2014-07-05 05:56:22 UTC (rev 18233)
+++ trunk/jftp/debian/changelog 2014-07-05 06:02:15 UTC (rev 18234)
@@ -2,6 +2,7 @@
* 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
Modified: trunk/jftp/debian/control
===================================================================
--- trunk/jftp/debian/control 2014-07-05 05:56:22 UTC (rev 18233)
+++ trunk/jftp/debian/control 2014-07-05 06:02:15 UTC (rev 18234)
@@ -34,7 +34,7 @@
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
More information about the pkg-java-commits
mailing list