~ubuntu-branches/ubuntu/jaunty/weka/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg, Torsten Werner, Soeren Sonnenburg
  • Date: 2008-10-30 06:42:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081030064246-648zj038l155host
Tags: 3.5.8+cup1-1
[ Torsten Werner ]
* Update Section field in doc-base file.
* Add Class-Path attribute to jar file.

[ Soeren Sonnenburg ]
* Update my email address to sonne@debian.org.
* Update copyright.
* Remove build, java cup and jflex from orig.tar.gz.
* Add cup and jflex as build dependency.
* Patch weka source to use cup from debian.
* Patch weka shell wrapper to use java-6-sun or openjdk.
* Obtain documentation from svn.
* Build depend on texlive-latex-extra (required to generate documentation).
* Add javadoc as build target.
* Use java-wrappers to start weka.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: weka
2
2
Priority: optional
3
 
Maintainer: Soeren Sonnenburg <debian@nn7.de>
 
3
Maintainer: Soeren Sonnenburg <sonne@debian.org>
4
4
Uploaders: Torsten Werner <twerner@debian.org>
5
5
Build-Depends: cdbs, debhelper (>= 5), openjdk-6-jdk | sun-java6-jdk, ant,
6
 
  texlive-latex-base, ghostscript, quilt
 
6
  texlive-latex-base, texlive-latex-extra, ghostscript, quilt, jflex, cup
7
7
Standards-Version: 3.8.0
8
8
Section: science
9
9
Homepage: http://www.cs.waikato.ac.nz/~ml/weka/
12
12
 
13
13
Package: weka
14
14
Architecture: all
15
 
Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | sun-java6-jre
 
15
Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | sun-java6-jre, java-wrappers
16
16
Description: Machine learning algorithms for data mining tasks
17
17
 Weka is a collection of machine learning algorithms in Java that can
18
18
 either be used from the command-line, or called from your own Java