| 1 |
Source: trident
|
| 2 |
Section: java
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
|
| 6 |
Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~), cdbs, ant
|
| 7 |
Build-Depends-Indep: default-jdk, default-jdk-doc,
|
| 8 |
libswt-gtk-3.5-java | libswt-gtk-3.6-java
|
| 9 |
Standards-Version: 3.9.1
|
| 10 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/trident
|
| 11 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trident/
|
| 12 |
Homepage: http://kenai.com/projects/trident/pages/Home
|
| 13 |
|
| 14 |
Package: libtrident-java
|
| 15 |
Architecture: all
|
| 16 |
Depends: ${java:Depends}, ${misc:Depends}
|
| 17 |
Recommends: ${java:Recommends}
|
| 18 |
Description: An animation library for Java applications
|
| 19 |
The main goal of Trident project is to provide a general
|
| 20 |
purpose animation library for Java applications. Animations
|
| 21 |
are a natural fit for modern client applications, and
|
| 22 |
Trident has special built-in support for Java based UI
|
| 23 |
toolkits such as Swing and SWT.
|
| 24 |
The classes for the Android are not included.
|
| 25 |
|
| 26 |
Package: libtrident-java-doc
|
| 27 |
Section: doc
|
| 28 |
Architecture: all
|
| 29 |
Depends: ${java:Depends}, ${misc:Depends}
|
| 30 |
Recommends: ${java:Recommends}
|
| 31 |
Description: An animation library for Java applications (documentation)
|
| 32 |
The main goal of Trident project is to provide a general
|
| 33 |
purpose animation library for Java applications. Animations
|
| 34 |
are a natural fit for modern client applications, and
|
| 35 |
Trident has special built-in support for Java based UI
|
| 36 |
toolkits such as Swing and SWT.
|
| 37 |
.
|
| 38 |
This package provides the documentation.
|
| 39 |
|