~epii/+junk/librungekutta-java

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: epii
  • Date: 2010-10-01 11:50:49 UTC
  • Revision ID: public.epii@gmail.com-20101001115049-yugal7nubw6m4r46
added "target" to .bzrignore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: librungekutta-java
2
 
Section: java
3
 
Priority: optional
4
 
Maintainer: Masahiko Hyuga <m-hyuga@mail.117.cx>
5
 
Standards-Version: 3.8.4
6
 
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
7
 
Homepage: http://www.epii.jp/
8
 
Vcs-Bzr: lp:~epii/+junk/librungekutta-java
9
 
Vcs-Browser: http://bazaar.launchpad.net/~epii/+junk/librungekutta-java/files
10
 
 
11
 
Package: librungekutta-java
12
 
Architecture: all
13
 
Depends: ${misc:Depends}
14
 
Suggests: librungekutta-java-doc (>= ${source:Version}), default-jre-headless
15
 
Description: Runge-Kutta Java library
16
 
 This is a Ruge-Kutta Java library.
17
 
 You can solve differential equations with this library.
18
 
 
19
 
Package: librungekutta-java-doc
20
 
Architecture: all
21
 
Section: doc
22
 
Depends: ${misc:Depends}
23
 
Recommends: librungekutta-java (>= ${source:Version})
24
 
Description: Runge-Kutta Java library - documentation
25
 
 This package contains the Javadoc documentation for librungekutta-java.
26