Commit 15129b14 authored by Andreas Tille's avatar Andreas Tille
Browse files

Prevent parallel build

parent 7c76a100
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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@debian.org>  Sun, 05 Aug 2018 02:22:58 +0200

+1 −1
Original line number Diff line number Diff line
@@ -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: