Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Make dependency of mindthegap-examples from python3 simple and reliable
· f5205f02
Andreas Tille
authored
Jul 12, 2019
f5205f02
Upload to unstable
· d11aae1a
Andreas Tille
authored
Jul 12, 2019
d11aae1a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d11aae1a
mindthegap (2.2.0-1)
UNRELEASED
; urgency=medium
mindthegap (2.2.0-1)
unstable
; urgency=medium
* Initial release (Closes: #931826)
...
...
debian/control
View file @
d11aae1a
...
...
@@ -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
...
...
debian/rules
View file @
d11aae1a
...
...
@@ -6,4 +6,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
--with python3
dh $@