This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libkmlframework-java.
commit ec5725a1d7d64ea25f8d04c532b17ba83f9b8de8 Author: Andreas Tille <[email protected]> Date: Tue Dec 1 13:54:02 2015 +0100 Circumvent build problems by just ignoring "todo" directory --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 2016247..d0b84bb 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,10 @@ dh $@ --with javahelper override_dh_auto_build: + # do not try to build "todo" + mv src/org/boehn/kmlframework/todo debian ant -f src/build.xml + mv debian/todo src/org/boehn/kmlframework override_dh_clean: ant -f src/build.xml clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libkmlframework-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
