~ubuntu-branches/ubuntu/hardy/libsvm/hardy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Rudi Cilibrasi
  • Date: 2007-10-03 17:49:09 UTC
  • Revision ID: james.westby@ubuntu.com-20071003174909-mjvk0f8sf133muyb
Tags: 2.84.0-2
* Verbosity option for python.  Thanks to Michael Hanke. (Closes: #439112)
* Updated Build-Depends and Depends and clarified package authorship.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Rudi Cilibrasi <cilibrar@cilibrar.com>
5
5
Uploaders: Paul van Tilburg <paulvt@debian.org>
6
6
XS-Python-Version: 2.4
7
 
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libtool, cdbs, python2.4-dev, dpatch, python-central (>= 0.5)
 
7
Build-Depends: debhelper (>= 5.0.0), autotools-dev, libtool, cdbs, python2.4-dev, dpatch, python-central (>= 0.5), swig
8
8
Standards-Version: 3.7.2
9
9
 
10
10
Package: libsvm2
29
29
Package: libsvm-dev
30
30
Architecture: any
31
31
Section: libdevel
32
 
Depends: pkg-config, ${shlibs:Depends}, ${misc:Depends}, libsvm2 (= ${Source-Version})
 
32
Depends: pkg-config, ${shlibs:Depends}, ${misc:Depends}, libsvm2
33
33
Description: The LIBSVM header files
34
34
 These are the header files for LIBSVM, a machine-learning library.
35
35
 
36
36
Package: python-libsvm
37
37
Architecture: any
38
38
Section: python
39
 
Depends: libsvm2 (= ${Source-Version}), ${python:Depends}
 
39
Depends: libsvm2, ${python:Depends}
40
40
Provides: ${python:Provides}
41
41
XB-Python-Version: ${python:Versions}
42
42
Description: The LIBSVM shared library Python bindings