This is an automated email from the git hooks/post-receive script. vdanjean pushed a commit to branch master in repository ngs-sdk.
commit a0b0bc64e076940a31677712aaee85f81a0129d3 Author: Vincent Danjean <[email protected]> Date: Wed Jul 6 21:53:17 2016 +0200 Fix typo in clean rule --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 89ff360..5a49a91 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ build3vers := $(shell py3versions -sv) dh $@ --with python2,python3,javahelper override_dh_auto_clean: - if [ -e ngs-sdk/Makefile.config.$(OS).$(CPU)] ; then \ + if [ -e ngs-sdk/Makefile.config.$(OS).$(CPU) ] ; then \ # dh_auto_clean --sourcedirectory=$(DEBPKGNAME) ; \ dh_auto_clean ; \ fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
