File: control

package info (click to toggle)
starjava-task 0.2%2B2018.07.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 332 kB
  • sloc: java: 2,046; xml: 424; makefile: 15
file content (38 lines) | stat: -rw-r--r-- 1,577 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
30
31
32
33
34
35
36
37
38
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 (>= 11), dh-exec, javahelper
Build-Depends-Indep: ant-optional,
                     default-jdk,
                     default-jdk-doc,
                     junit,
                     starlink-util-java (>= 1.0+2018.05.02~)
Standards-Version: 4.2.1
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
Depends: ${java:Depends}, ${misc:Depends}
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
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.