File: control

package info (click to toggle)
starlink-ast 9.2.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,784 kB
  • sloc: ansic: 190,153; sh: 11,451; makefile: 757; perl: 171
file content (123 lines) | stat: -rw-r--r-- 4,814 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: starlink-ast
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcminpack-dev,
               liberfa-dev,
               libstarlink-pal-dev
Build-Depends-Indep: ghostscript,
                     latex2html,
                     perl,
                     texlive,
                     texlive-font-utils,
                     texlive-latex-extra,
                     texlive-science
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starlink-ast
Vcs-Git: https://salsa.debian.org/debian-astro-team/starlink-ast.git
Homepage: https://starlink.eao.hawaii.edu/starlink/AST
Rules-Requires-Root: no

Package: libstarlink-ast-dev
Architecture: any
Section: libdevel
Depends: libstarlink-ast-err9(= ${binary:Version}),
         libstarlink-ast-grf3d9(= ${binary:Version}),
         libstarlink-ast9 (= ${binary:Version}),
         libstarlink-pal-dev,
         ${misc:Depends}
Suggests: libstarlink-ast-doc
Description: Handle World Coordinate Systems in Astronomy (development package)
 AST implements an object oriented model for describing physical
 coordinate systems, and the transformations that exist between them.
 .
 It provides a comprehensive range of facilities for attaching world
 coordinate systems (WCS) to astronomical data and for retrieving and
 manipulating that information.
 .
 It has built-in intelligence for identifying types of celestial,
 spectral, time and other coordinate systems (including
 compound systems that combine axes of different types)
 and determining how to transform between them. This
 allows general purpose code to be written that makes no
 assumptions about the nature of the coordinate systems.
 .
 This package contains the files needed for development.

Package: libstarlink-ast9
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Handle World Coordinate Systems in Astronomy (main shared lib)
 AST implements an object oriented model for describing physical
 coordinate systems, and the transformations that exist between them.
 .
 It provides a comprehensive range of facilities for attaching world
 coordinate systems (WCS) to astronomical data and for retrieving and
 manipulating that information.
 .
 It has built-in intelligence for identifying types of celestial,
 spectral, time and other coordinate systems (including
 compound systems that combine axes of different types)
 and determining how to transform between them. This
 allows general purpose code to be written that makes no
 assumptions about the nature of the coordinate systems.
 .
 This package contains the main shared library.

Package: libstarlink-ast-grf3d9
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Handle World Coordinate Systems in Astronomy (dummy 3d routines)
 AST implements an object oriented model for describing physical
 coordinate systems, and the transformations that exist between them.
 .
 This package contains the default (dummy) 3d graphics shared library.
 This library resolves all 3d graphics calls and reports an error if they
 are called.

Package: libstarlink-ast-err9
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Handle World Coordinate Systems in Astronomy (error reporting)
 AST implements an object oriented model for describing physical
 coordinate systems, and the transformations that exist between them.
 .
 This package contains the default error reporting shared library. All
 error messages are printed to stderr.

Package: libstarlink-ast-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Handle World Coordinate Systems in Astronomy (documentation)
 AST implements an object oriented model for describing physical
 coordinate systems, and the transformations that exist between them.
 .
 It provides a comprehensive range of facilities for attaching world
 coordinate systems (WCS) to astronomical data and for retrieving and
 manipulating that information.
 .
 It has built-in intelligence for identifying types of celestial,
 spectral, time and other coordinate systems (including
 compound systems that combine axes of different types)
 and determining how to transform between them. This
 allows general purpose code to be written that makes no
 assumptions about the nature of the coordinate systems.
 .
 This package contains the HTML and PDF documentation.