This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository felix-bundlerepository.
commit 699667898a03302eb1b80e5212ba5700dc34bc1c Author: Markus Koschany <[email protected]> Date: Sat Feb 7 18:54:21 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 1a22045..64ac3ee 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ makebuilddir:: mkdir -p src/main/resources 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-bundlerepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

