This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xsom.
commit f5f86665a41b6fbfd9f05fae551817c15be136ef Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 17 16:47:05 2013 +0100 Exclude the Eclipse and IntelliJ project files from the upstream tarball --- debian/orig-tar.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 21ab032..83e67b9 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,7 +6,15 @@ DIR=xsom-$VERSION TAG=$(echo "xsom-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export https://svn.java.net/svn/xsom~sources/tags/${TAG}/ $DIR -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR +XZ_OPT=--best tar -c -J -f $TAR \ + --exclude '*.jar' \ + --exclude '*.class' \ + --exclude '*.ipr' \ + --exclude '*.iml' \ + --exclude '.settings' \ + --exclude '.project' \ + --exclude '.classpath' \ + $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

