This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository surankco.
commit 9c423fe64806adb0cfc2431bbf8d59cb9d270bfc Author: Andreas Tille <[email protected]> Date: Wed Mar 30 23:10:49 2016 +0200 Ignore single Java file that does not build and does not seem to be needed. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 4a65af1..534d8ab 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,6 @@ export CLASSPATH := $(DEBJAR)/htsjdk.jar dh $@ --with javahelper override_dh_auto_build: + mv src/de/rki/ng4/surankco/data/Reads.java src/de/rki/ng4/surankco/data/Reads.java_ignore_at_build_time jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' $(DEBPKGNAME).jar src + mv src/de/rki/ng4/surankco/data/Reads.java_ignore_at_build_time src/de/rki/ng4/surankco/data/Reads.java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/surankco.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
