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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: starjava-task
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
debhelper-compat (= 13),
dh-exec,
javahelper
Build-Depends-Indep: ant-optional,
default-jdk,
default-jdk-doc,
junit,
starlink-util-java (>= 1.0+2024.08.06~)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-task
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-task.git
Homepage: https://github.com/Starlink/starjava/tree/master/task
Package: starlink-task-java
Architecture: all
Multi-Arch: foreign
Depends: ${java:Depends},
${misc:Depends},
starlink-util-java (>= 1.0+2024.08.06~)
Description: Java framework for invoking user-level tasks
This package provides the necessary infrastructure for writing
tasks that do things for users, along the same lines as ADAM A-tasks.
.
At the moment all the necessary machinery is provided for invoking
tasks from the command line in a way that looks ADAM-like,
but it is designed so that, for instance, a GUI-style invoker
could be written to invoke the same tasks.
Package: starlink-task-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java framework for invoking user-level tasks (javadoc)
This package provides the necessary infrastructure for writing
tasks that do things for users, along the same lines as ADAM A-tasks.
.
This package contains the JavaDoc documentation of the package.
|