File: control

package info (click to toggle)
octave-dicom 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,464 kB
  • sloc: sh: 3,219; cpp: 2,371; python: 373; makefile: 161; xml: 21
file content (33 lines) | stat: -rw-r--r-- 1,383 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
Source: octave-dicom
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               dh-octave (>= 1.2.3),
               dh-sequence-octave,
               libgdcm-dev (>= 2.0.16)
Standards-Version: 4.6.1
Homepage: https://wiki.octave.org/Dicom_package
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-dicom.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-dicom
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-dicom
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: manipulate DICOM files in Octave
 Digital communications in medicine (DICOM) is an information
 standard, originally created for image transfer, which now deals with
 a large range of medical data.
 .
 This package provides functions to read and (eventually) write DICOM
 files in Octave, a scientific computation software. The functions in
 the package are intended to have similar usage as the dicom functions
 in the Matlab Image Processing Toolbox. In Octave they are separate:
 most image package users will not use dicom, and its dependency might
 be considered troublesome.
 .
 This Octave add-on package is part of the Octave-Forge project.