Skip to content
Commits on Source (5)
hinge (0.5.0-4) UNRELEASED; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Fri, 28 Sep 2018 09:18:45 +0200
hinge (0.5.0-3) unstable; urgency=low
* Mark spdlog patch as forwarded upstream
......
Source: hinge
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper (>=9),
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
cmake,
libspdlog-dev,
libboost-dev,
......@@ -24,16 +23,15 @@ Build-Depends:
python-colormap,
python-pbcore,
python-networkx,
python-matplotlib,
Standards-Version: 4.1.3
python-matplotlib
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/hinge
Vcs-Git: https://salsa.debian.org/med-team/hinge.git
Homepage: https://github.com/HingeAssembler/HINGE
Vcs-Git: https://anonscm.debian.org/git/debian-med/hinge.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/hinge.git
Package: hinge
Architecture: any
Depends:
${shlibs:Depends},
Depends: ${shlibs:Depends},
${misc:Depends},
python,
daligner,
......@@ -45,7 +43,7 @@ Depends:
python-colormap,
python-pbcore,
python-networkx,
python-matplotlib,
python-matplotlib
Description: long read genome assembler based on hinging
HINGE is a genome assembler that seeks to achieve optimal repeat resolution
by distinguishing repeats that can be resolved given the data from those that
......