Andreas Tille pushed to branch master at Debian Med / lambda-align2
Commits: bd3ea9dd by Andreas Tille at 2020-12-04T15:59:05+01:00 Do not set LAMBDA_COMPILE_THREADS explicitly but trust --paralle default dh option - - - - - 06b0a2df by Andreas Tille at 2020-12-04T15:59:28+01:00 routine-update: Standards-Version: 4.5.1 - - - - - a4d5ddcf by Andreas Tille at 2020-12-04T15:59:28+01:00 routine-update: debhelper-compat 13 - - - - - 6a240ecc by Andreas Tille at 2020-12-04T16:12:38+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +lambda-align2 (2.0.0-8) unstable; urgency=medium + + * Team upload. + * Do not set LAMBDA_COMPILE_THREADS explicitly but trust --paralle default + dh option + * Standards-Version: 4.5.1 (routine-update) + * debhelper-compat 13 (routine-update) + + -- Andreas Tille <[email protected]> Fri, 04 Dec 2020 15:59:33 +0100 + lambda-align2 (2.0.0-7) unstable; urgency=medium * Standards-Version: 4.5.0 (routine-update) ===================================== debian/control ===================================== @@ -4,13 +4,13 @@ Uploaders: Michael R. Crusoe <[email protected]>, Sascha Steinbiss <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), libseqan2-dev, cmake, zlib1g-dev, libbz2-dev, openssl -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/lambda-align2 Vcs-Git: https://salsa.debian.org/med-team/lambda-align2.git Homepage: https://seqan.github.io/lambda ===================================== debian/rules ===================================== @@ -39,14 +39,13 @@ override_dh_auto_configure: -DLAMBDA_NATIVE_BUILD=OFF \ -DLAMBDA_MMAPPED_DB=OFF \ -DCMAKE_BUILD_TYPE=Release \ - $(ENABLE_MULTIOPT) \ - -DLAMBDA_COMPILE_THREADS=$(shell nproc) + $(ENABLE_MULTIOPT) override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) #for md5 in debian/*.md5sums; do gzip --keep $${md5}; done #cp --backup debian/*md5sums.gz tests/ - #cd build/tests && ctest . -j$(shell nproc) -I 1,10 + #cd build/tests && ctest . -I 1,10 endif override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/8eff3b462f1a898b62aa1402d1e17ecffe1a268d...6a240ecc3d1a991151ddd04512a554345e2bdd6b -- View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/8eff3b462f1a898b62aa1402d1e17ecffe1a268d...6a240ecc3d1a991151ddd04512a554345e2bdd6b 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
