Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· a49b1163
Andreas Tille
authored
Sep 28, 2018
a49b1163
debhelper 11
· d5fb8ef6
Andreas Tille
authored
Sep 28, 2018
d5fb8ef6
Point Vcs fields to salsa.debian.org
· f05768c9
Andreas Tille
authored
Sep 28, 2018
f05768c9
Standards-Version: 4.2.1
· 154e9e1a
Andreas Tille
authored
Sep 28, 2018
154e9e1a
Fix automatic debhelper 11 migration
· 9cb65147
Andreas Tille
authored
Sep 28, 2018
9cb65147
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9cb65147
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
...
...
debian/compat
View file @
9cb65147
9
11
debian/control
View file @
9cb65147
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
...
...