[gettext-ant-tasks] 08/12: Exclude the Eclipse project files from the upstream tarball

Markus Koschany apo-guest at moszumanska.debian.org
Fri Dec 6 09:23:21 UTC 2013


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 <ebourg at apache.org>
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



More information about the pkg-java-commits mailing list