Source: libdicom
Section: science
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
               check,
               cmake,
               meson,
               pkgconf,
               uthash-dev
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/<pkg>
Vcs-Git: https://salsa.debian.org/med-team/<pkg>.git
Homepage: https://github.com/ImagingDataCommons/libdicom

Package: libdicom1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library for reading DICOM WSI files - library
 libdicom is a C library and a set of command-line tools for reading
 DICOM WSI files. It is free (MIT licensed), fast, cross-platform, uses
 little memory, has no dependencies, includes API documentation, and is
 easy to use from languages like Python.
 .
 This package contains the library.

Package: libdicom-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libdicom1 (= ${binary:Version})
Section: libdevel
Description: C library for reading DICOM WSI files - headers
 libdicom is a C library and a set of command-line tools for reading
 DICOM WSI files. It is free (MIT licensed), fast, cross-platform, uses
 little memory, has no dependencies, includes API documentation, and is
 easy to use from languages like Python.
 .
 This package contains development files.

Package: libdicom-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library for reading DICOM WSI files - utilities
 libdicom is a C library and a set of command-line tools for reading
 DICOM WSI files. It is free (MIT licensed), fast, cross-platform, uses
 little memory, has no dependencies, includes API documentation, and is
 easy to use from languages like Python.
 .
 This package contains auxiliary utilities, such as:
 .
  * dcm-dump
  * dcm-getframe

Package: libdicom-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Section: doc
Description: C library for reading DICOM WSI files - documentation
 libdicom is a C library and a set of command-line tools for reading
 DICOM WSI files. It is free (MIT licensed), fast, cross-platform, uses
 little memory, has no dependencies, includes API documentation, and is
 easy to use from languages like Python.
 .
 This package contains documentation how to use the library.

Package: libdicom-examples
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C library for reading DICOM WSI files - sample files
 libdicom is a C library and a set of command-line tools for reading
 DICOM WSI files. It is free (MIT licensed), fast, cross-platform, uses
 little memory, has no dependencies, includes API documentation, and is
 easy to use from languages like Python.
 .
 This package contains sample .dcm files.
