File: control

package info (click to toggle)
libpdl-io-dicom-perl 2.098-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 92 kB
  • sloc: perl: 272; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,106 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
Source: libpdl-io-dicom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ed J <etj@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl
Build-Depends-Indep: pdl (>= 1:2.096),
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-io-dicom-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-io-dicom-perl.git
Homepage: https://metacpan.org/release/PDL-IO-Dicom
Rules-Requires-Root: no

Package: libpdl-io-dicom-perl
Architecture: all
Depends: ${pdl:Depends},
         ${perl:Depends},
         ${misc:Depends}
Breaks: pdl (<< 1:2.096)
Replaces: pdl (<< 1:2.096)
Description: Read 16-bit gray level Dicom images into PDL
 PDL::IO::Dicom can read some Dicom images. As Dicom is an extremely
 complex format, this module can unfortunately not handle all different
 image types included in the DICOM standard. One common format that is
 currently not supported is the Papyrus format.