File: control

package info (click to toggle)
timingframework 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 288 kB
  • sloc: java: 1,501; makefile: 11
file content (29 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: timingframework
Section: java
Priority: optional
Maintainer: Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends: debhelper (>= 7), javahelper (>=0.25) 
Build-Depends-Indep: default-jdk
Standards-Version: 3.9.1
Vcs-Git: https://salsa.debian.org/java-team/timingframework.git
Vcs-Browser: https://salsa.debian.org/java-team/timingframework
Homepage: https://timingframework.dev.java.net/

Package: libtimingframework-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: A Java framework for timing and animations
 The code serves as a tutorial on how to use timers, as well as a 
 framework for doing more powerful things with timers.
 
Package: libtimingframework-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: A Java framework for timing and animations (documentation)
 The code serves as a tutorial on how to use timers, as well as a 
 framework for doing more powerful things with timers.
 .
 This package contains the documentation.