Andreas Tille pushed to branch master at Debian Med / mindthegap
Commits: f5205f02 by Andreas Tille at 2019-07-12T07:44:33Z Make dependency of mindthegap-examples from python3 simple and reliable - - - - - d11aae1a by Andreas Tille at 2019-07-12T07:52:54Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -mindthegap (2.2.0-1) UNRELEASED; urgency=medium +mindthegap (2.2.0-1) unstable; urgency=medium * Initial release (Closes: #931826) ===================================== debian/control ===================================== @@ -4,8 +4,6 @@ Uploaders: Shayan Doust <[email protected]> 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 ===================================== @@ -6,4 +6,4 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 + dh $@ View it on GitLab: https://salsa.debian.org/med-team/mindthegap/compare/2ad85070839ee677e355fcf4666f99a1600248df...d11aae1acd701e0e97a6e6a6991ab319efe23c91 -- View it on GitLab: https://salsa.debian.org/med-team/mindthegap/compare/2ad85070839ee677e355fcf4666f99a1600248df...d11aae1acd701e0e97a6e6a6991ab319efe23c91 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
