[pkg-java] r15446 - trunk/weka/debian
Tony Mancill
tmancill at alioth.debian.org
Thu Nov 24 21:13:33 UTC 2011
Author: tmancill
Date: 2011-11-24 21:13:32 +0000 (Thu, 24 Nov 2011)
New Revision: 15446
Modified:
trunk/weka/debian/changelog
trunk/weka/debian/control
trunk/weka/debian/rules
Log:
update for 3.6.6
Modified: trunk/weka/debian/changelog
===================================================================
--- trunk/weka/debian/changelog 2011-11-24 19:42:05 UTC (rev 15445)
+++ trunk/weka/debian/changelog 2011-11-24 21:13:32 UTC (rev 15446)
@@ -1,3 +1,11 @@
+weka (3.6.6-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream version (Closes: #649734)
+ * Update rules and build-deps for default-jdk and default-jre.
+
+ -- tony mancill <tmancill at debian.org> Thu, 24 Nov 2011 12:35:17 -0800
+
weka (3.6.5-1) unstable; urgency=low
* Team upload.
Modified: trunk/weka/debian/control
===================================================================
--- trunk/weka/debian/control 2011-11-24 19:42:05 UTC (rev 15445)
+++ trunk/weka/debian/control 2011-11-24 21:13:32 UTC (rev 15446)
@@ -4,7 +4,7 @@
Uploaders: Soeren Sonnenburg <sonne at debian.org>,
Torsten Werner <twerner at debian.org>,
tony mancill <tmancill at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), openjdk-6-jdk, ant,
+Build-Depends: cdbs, debhelper (>= 5), default-jdk, ant,
texlive-latex-base, texlive-latex-extra, ghostscript,
jflex, cup (>=0.11a+20060608)
Standards-Version: 3.9.2
@@ -15,7 +15,8 @@
Package: weka
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | sun-java6-jre,
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ default-jre | openjdk-6-jre | sun-java6-jre,
java-wrappers, cup (>=0.11a+20060608)
Description: Machine learning algorithms for data mining tasks
Weka is a collection of machine learning algorithms in Java that can
Modified: trunk/weka/debian/rules
===================================================================
--- trunk/weka/debian/rules 2011-11-24 19:42:05 UTC (rev 15445)
+++ trunk/weka/debian/rules 2011-11-24 21:13:32 UTC (rev 15446)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/class/ant.mk
DEB_COMPRESS_EXCLUDE := .pdf
-JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME_DIRS := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_BUILD_TARGET := exejar docs
DEB_JARS := cup JFlex
More information about the pkg-java-commits
mailing list