[med-svn] [htslib] 05/08: Allow parallel build.
    Charles Plessy 
    plessy at moszumanska.debian.org
       
    Wed Sep 24 12:34:59 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository htslib.
commit 49de2b98046745dfe4fdd121ea34413ebb42164e
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Sep 24 21:21:24 2014 +0900
    Allow parallel build.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e2f147f..354eafb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DH_VERBOSE=1
 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_test:
 	dh_auto_test
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
    
    
More information about the debian-med-commit
mailing list