[libjna-java] 01/04: Filter out the .settings directory and the .gitignore files
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 14 23:55:39 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjna-java.
commit f87253a0b8de0a9883b107b6c2876399eb65d620
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 14 23:17:58 2014 +0200
Filter out the .settings directory and the .gitignore files
---
debian/orig-tar.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c064520..3dd2c63 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -10,8 +10,10 @@ rm $3
XZ_OPT=--best tar -c -J -v -f $TAR \
--exclude '*.jar' \
--exclude 'native/libffi' \
+ --exclude '.gitignore' \
--exclude '.classpath' \
--exclude '.project' \
+ --exclude '.settings' \
--exclude '.travis.yml' \
--exclude 'www/*' \
--exclude 'dist/*' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git
More information about the pkg-java-commits
mailing list