File: control

package info (click to toggle)
ctn 3.2.0~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 15,420 kB
  • sloc: ansic: 179,553; makefile: 7,002; java: 1,863; csh: 1,067; yacc: 523; sh: 424; cpp: 394; sql: 389; lex: 170
file content (47 lines) | stat: -rw-r--r-- 1,613 bytes parent folder | download | duplicates (2)
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
Source: ctn
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmotif-dev,
               libxaw7-dev,
               flex,
               libfl-dev,
               bison,
               zlib1g-dev,
               default-libmysqlclient-dev,
               libx11-dev,
               libxt-dev,
               x11proto-core-dev,
               csh | c-shell
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/ctn
Vcs-Git: https://salsa.debian.org/med-team/ctn.git
Homepage: http://sourceforge.net/projects/mirctn
Rules-Requires-Root: no

Package: ctn
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: ctn-doc
Description: Central Test Node, a DICOM implementation for medical imaging
 DICOM is the standard for image storage, annotation, and networking.
 It is used widely for medical imaging. The Central Test Node software (CTN)
 provides an implementation of this standard.
 .
 This package includes the binary and run-time configuration files for CTN.

Package: ctn-dev
Architecture: any
Section: devel
Depends: ctn (= ${binary:Version}),
         ${misc:Depends}
Suggests: ctn-doc
Description: Development files for Central Test Node, a DICOM implementation
 DICOM is the standard for image storage, annotation, and networking.
 It is used widely for medical imaging.
 .
 This package includes the header files and static library used for
 creating programs that use the CTN library.