Skip to content
Commits on Source (2)
mindthegap (2.2.0-1) UNRELEASED; urgency=medium
mindthegap (2.2.0-1) unstable; urgency=medium
* Initial release (Closes: #931826)
......
......@@ -4,8 +4,6 @@ Uploaders: Shayan Doust <hello@shayandoust.me>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
dh-python,
dh-sequence-python3,
cmake,
libgatbcore-dev,
libboost-dev,
......@@ -35,7 +33,7 @@ Description: performs detection and assembly of DNA insertion variants in NGS re
Package: mindthegap-examples
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
python3
Recommends: mindthegap
Description: optional scripts and example resources for mindthegap
Designed to call insertions of any size, whether they are novel or
......
......@@ -6,4 +6,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3
dh $@