[med-svn] [subread] 07/14: Add --parallel to dh $@

Alex Mestiashvili malex-guest at moszumanska.debian.org
Sat Apr 23 09:38:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository subread.

commit e418da6267fb0693479b50f23529c43b6fd07306
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Fri Apr 22 18:26:23 2016 +0200

    Add --parallel to dh $@
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0a972b2..2b47518 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ endif
 export EXTRA_CC_FLAGS += -fsigned-char
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_clean:
 	cd src; make -f Makefile.Linux clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git



More information about the debian-med-commit mailing list