This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository genometools.
commit f155da8af87d707346093b6ecae87ed9816cc015 Author: Sascha Steinbiss <[email protected]> Date: Wed Aug 31 22:16:09 2016 +0000 make directory creation more robust --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f2dec07..919a023 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ endif dh $@ --with python2 override_dh_auto_clean: - mkdir obj + mkdir -p obj $(MAKE) cleanup cd doc/manuals; $(MAKE) cleanup # should be deleted inside doc/manuals/Makefile -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/genometools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
