Andreas Tille pushed to branch master at Debian Med / trnascan-se
Commits: 15129b14 by Andreas Tille at 2018-08-11T05:59:26Z Prevent parallel build - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ trnascan-se (2.0.0-2) unstable; urgency=medium * Clean up properly * Fix paths in d/copyright * hardening=+all + * Prevent parallel build -- Andreas Tille <[email protected]> Sun, 05 Aug 2018 02:22:58 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ + dh $@ --no-parallel # tRNAscan can't handle compressed fasta files override_dh_compress: View it on GitLab: https://salsa.debian.org/med-team/trnascan-se/commit/15129b1456c2b5b1fa768c2f638a84d1e2b445fe -- View it on GitLab: https://salsa.debian.org/med-team/trnascan-se/commit/15129b1456c2b5b1fa768c2f638a84d1e2b445fe 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
