Source: libmsnumpress
Priority: optional
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper (>= 9),
               dpkg-dev (>= 1.16.1~),
               doxygen (>= 1.8.1.2),
               docbook-to-man,
               libjs-jquery,
               qttools5-dev-tools,
               qtchooser,
               graphviz
Standards-Version: 4.3.0
Section: libs
Homepage: https://github.com/ms-numpress/ms-numpress
Vcs-Git: https://salsa.debian.org/debichem-team/libmsnumpress.git
Vcs-Browser: https://salsa.debian.org/debichem-team/libmsnumpress

Package: libmsnumpress-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libmsnumpress1 (= ${binary:Version})
Suggests: libmsnumpress-doc
Description: Numeric data compression for mass spectrometry (devel files)
 Implementations of two compression schemes for numeric data from mass
 spectrometers.
 .
 The library provides implementations of 3 different algorithms, 1 designed to
 compress first order smooth data like retention time or M/Z arrays, and 2 for
 compressing non smooth data with lower requirements on precision like ion count
 arrays.
 .
 This package ships the library development files.

Package: libmsnumpress1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libmsnumpress-doc
Description: Numeric data compression for mass spectrometry (runtime)
 Implementations of two compression schemes for numeric data from mass
 spectrometers.
 .
 The library provides implementations of 3 different algorithms, 1 designed to
 compress first order smooth data like retention time or M/Z arrays, and 2 for
 compressing non smooth data with lower requirements on precision like ion count
 arrays.
 .
 This package ships the binary shared object library.

Package: libmsnumpress-dev-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         libjs-jquery
Description: set of programs to perform proteomics data analyses (doc)
 Implementations of two compression schemes for numeric data from mass
 spectrometers.
 .
 The library provides implementations of 3 different algorithms, 1 designed to
 compress first order smooth data like retention time or M/Z arrays, and 2 for
 compressing non smooth data with lower requirements on precision like ion count
 arrays.
 .
 This package ships the documentation to the ms-numpress software.

