Source: khmer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>,
           Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-exec,
               python3-guzzle-sphinx-theme,
               python3,
               python3-dev,
               python3-all-dev,
               python3-setuptools,
               python3-screed,
               python3-pytest,
               python3-pytest-runner,
               python3-sphinx,
               python3-sphinxcontrib.autoprogram,
               cython3,
               zlib1g-dev,
               libbz2-dev,
               asciidoctor,
               rdfind
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/khmer
Vcs-Git: https://salsa.debian.org/med-team/khmer.git
Homepage: https://khmer.readthedocs.org
Rules-Requires-Root: no

Package: khmer-common
Architecture: all
Multi-Arch: foreign
Depends: file,
         ${misc:Depends},
         ${sphinxdoc:Depends},
         python3-guzzle-sphinx-theme
Built-Using: ${sphinxdoc:Built-Using}
Description: common files for the khmer project tools
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as
 that produced by the Illumina platform. khmer takes a k-mer-centric
 approach to sequence analysis, hence the name.
 .
 This package contains common files for liboxli and khmer

Package: khmer
Architecture: amd64
Multi-Arch: foreign
Depends: khmer-common,
         python3,
         python3-screed,
         ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: in-memory DNA sequence kmer counting, filtering & graph traversal
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.

Package: liboxli1
Architecture: amd64
Multi-Arch: same
Section: libs
Depends: khmer-common,
         ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: in-memory DNA sequence analysis library from the khmer project
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library.

Package: liboxli-dev
Architecture: amd64
Multi-Arch: same
Section: libdevel
Depends: liboxli1 (= ${binary:Version}),
         ${misc:Depends},
         khmer-common
Description: in-memory DNA sequence analysis dev library
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library headers and static archive.