[med-svn] [Git][med-team/trnascan-se][master] Prevent parallel build
Andreas Tille
gitlab at salsa.debian.org
Sat Aug 11 07:05:37 BST 2018
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180811/7d1a9612/attachment-0001.html>
More information about the debian-med-commit
mailing list