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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
