Skip to content
Commits on Source (6)
hinge (0.5.0-5) UNRELEASED; urgency=medium
* Afif removed himself from Uploaders
* Add myself to Uploaders
* Use 2to3 to port to Python3
Closes: #936704
* debhelper-compat 12
* Standards-Version: 4.4.0
TODO: Wait for python3-pbcore (see #938009)
-- Andreas Tille <tille@debian.org> Wed, 04 Sep 2019 16:50:08 +0200
hinge (0.5.0-4) unstable; urgency=medium
* Team upload.
......
Source: hinge
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
cmake,
libspdlog-dev,
libboost-dev,
......@@ -12,18 +13,17 @@ Build-Depends: debhelper (>= 12~),
pandoc,
# Run-Time-Depends:
# (to prevent building where not installable)
python,
python3,
daligner,
dazzdb,
dascrubber,
python-numpy,
python-ujson,
python-configparser,
python-colormap,
python-pbcore,
python-networkx,
python-matplotlib
Standards-Version: 4.3.0
python3-numpy,
python3-ujson,
python3-colormap,
python3-pbcore,
python3-networkx,
python3-matplotlib
Standards-Version: 4.4.0
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
......@@ -32,17 +32,16 @@ Package: hinge
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
python,
python3,
daligner,
dazzdb,
dascrubber,
python-numpy,
python-ujson,
python-configparser,
python-colormap,
python-pbcore,
python-networkx,
python-matplotlib
python3-numpy,
python3-ujson,
python3-colormap,
python3-pbcore,
python3-networkx,
python3-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
......
This diff is collapsed.
external-spdlog.patch
libspdlog-14.0.patch
libspdlog-1:1.3.0
2to3.patch