This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository freebayes.
commit 266f986e025532e106ea2bba60dd71d3bf91e8d0 Author: Andreas Tille <[email protected]> Date: Sun Feb 2 17:24:00 2014 +0100 Skip dh_auto_install --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 4067ba0..cbbf206 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_auto_install: + echo "Skip autoinstall process - files are moved around by dh_install" -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/freebayes.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
