~ubuntu-branches/ubuntu/jaunty/libkjdsp-java/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-04-24 17:50:22 UTC
  • Revision ID: james.westby@ubuntu.com-20070424175022-wvpl1efpv3epmr4k
Tags: 1.2-1
Initial release (Closes: #421641)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libkjdsp-java
 
2
Section: libs
 
3
Priority: extra
 
4
Maintainer: Varun Hiremath <varunhiremath@gmail.com>
 
5
Uploaders: Torsten Werner <twerner@debian.org>
 
6
# 'kaffe' must come before 'ant' in the Build-Depends list otherwise
 
7
# java-gcj-compat gets installed and breaks the build process. Argh!
 
8
Build-Depends: kaffe, ant, cdbs, debhelper (>= 5)
 
9
Standards-Version: 3.7.2
 
10
 
 
11
Package: libkjdsp-java
 
12
Architecture: all
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}
 
14
Description: dsp package for the Light Development Spectrum Analyzer
 
15
 This package allows developers to add real time digital signal processing to
 
16
 their Java Sound applications. It includes an AWT component to render a scope
 
17
 or spectrum analyser.
 
18
 .
 
19
 The Light Development Spectrum Analyzer Component (http://www.lightdev.com/)
 
20
 relies on the KJ DSP package.
 
21
 .
 
22
  Homepage: http://code.google.com/p/libkj-java/