Shayan Doust pushed to branch master at Debian Med / mecat2
Commits: d4353091 by Shayan Doust at 2020-06-30T18:30:33+01:00 Add perl depends - - - - - 2e4e0842 by Shayan Doust at 2020-06-30T18:30:59+01:00 Enable hardening - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Uploaders: Shayan Doust <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - zlib1g-dev + zlib1g-dev, + perl Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/mecat2 Vcs-Git: https://salsa.debian.org/med-team/mecat2.git @@ -13,7 +14,8 @@ Homepage: https://github.com/xiaochuanle/MECAT2 Package: mecat2 Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + ${perl:Depends} Description: ultra-fast and accurate de novo assembly tools for SMRT reads An improved version of MECAT. It is an ultra-fast and accurate mapping and error correcting de novo assembly tools for single molecula ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk # for hardening you might like to uncomment this: -# export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/mecat2/-/compare/4db1c34b4a267bd95e25d35518a830749adcd9ec...2e4e08429be70b95e0fb85e6da18e01d735fef71 -- View it on GitLab: https://salsa.debian.org/med-team/mecat2/-/compare/4db1c34b4a267bd95e25d35518a830749adcd9ec...2e4e08429be70b95e0fb85e6da18e01d735fef71 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
