This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository gettext-ant-tasks.
commit b6c5da296249031cacb0a1ca0148270964887441 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 2 16:52:04 2013 +0200 Exclude the Eclipse project files from the upstream tarball --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4e9524d..5c6b10a 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,6 @@ override_dh_auto_clean: get-orig-source: svn export -r $(SVNREV) http://gettext-commons.googlecode.com/svn/gettext-ant-tasks/trunk gettext-ant-tasks - tar Jcf gettext-ant-tasks_$(FULLVER).orig.tar.xz gettext-ant-tasks/ + tar Jcf gettext-ant-tasks_$(FULLVER).orig.tar.xz --exclude .settings --exclude .classpath --exclude .project gettext-ant-tasks/ rm -rf gettext-ant-tasks/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gettext-ant-tasks.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

