This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository felix-gogo-command.
commit a0d38897aff7c5462cf740b08b39cd0299bea933 Author: Markus Koschany <[email protected]> Date: Sat Feb 7 17:41:05 2015 +0100 Add --no-symlink option to get-orig-source target to prevent an error with mk-origtargz. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b76c54a..099df42 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-gogo-command.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

