Skip to content
Commits on Source (3)
pbseqlib (5.3.1+dfsg-3) UNRELEASED; urgency=medium
* Add myself to Uploaders to have at least one human uploader after
Afif removed himself.
-- Andreas Tille <tille@debian.org> Thu, 07 Feb 2019 08:30:09 +0100
pbseqlib (5.3.1+dfsg-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove manual dependencies on libpbbam, version build
dependency on libpbbam-dev to ensure a proper dependency
is generated.
-- Adrian Bunk <bunk@debian.org> Wed, 06 Feb 2019 09:02:44 +0200
pbseqlib (5.3.1+dfsg-2) unstable; urgency=medium
* Team upload.
......
Source: pbseqlib
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 12~),
......@@ -8,7 +9,7 @@ Build-Depends: debhelper (>= 12~),
zlib1g-dev,
libhdf5-dev,
libboost-dev,
libpbbam-dev,
libpbbam-dev (>= 0.18.0+dfsg-1~),
libhts-dev,
libgtest-dev <!nocheck>
Standards-Version: 4.3.0
......@@ -61,8 +62,7 @@ Package: libpbdata
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libpbbam
${misc:Depends}
Description: tools for handling PacBio sequences
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
......@@ -90,8 +90,7 @@ Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libpbdata (= ${binary:Version}),
libpbbam
libpbdata (= ${binary:Version})
Description: tools for handling PacBio hdf5 files
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
......@@ -120,8 +119,7 @@ Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libpbdata (= ${binary:Version}),
libpbihdf (= ${binary:Version}),
libpbbam
libpbihdf (= ${binary:Version})
Description: tools for aligning PacBio reads to target sequences
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
......