Source: minc-tools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake,
               bison,
               flex,
               libminc-dev (>= 2.3),
               libnifti2-dev (>= 3.0.1-4~),
               libnetcdf-dev,
               zlib1g-dev,
               texlive-latex-base,
               libhdf5-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/minc-tools
Vcs-Git: https://salsa.debian.org/med-team/minc-tools.git
Homepage: https://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
Rules-Requires-Root: no

Package: minc-tools
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         netcdf-bin,
         libgetopt-tabular-perl,
         libtext-format-perl,
         imagemagick,
         sensible-utils
Description: MNI medical image format tools
 This package contains tools to manipulate MINC files.
 .
 The Minc file format is a highly flexible medical image file format
 built on top of the NetCDF generalized data format. The format is
 simple, self-describing, extensible, portable and N-dimensional, with
 programming interfaces for both low-level data access and high-level
 volume manipulation. On top of the libraries is a suite of generic
 image-file manipulation tools. The format, libraries and tools are
 designed for use in a medical-imaging research environment: they are
 simple and powerful and make no attempt to provide a pretty interface
 to users.