[antlr3] 13/17: Remove the zipped examples in the antlr-ant directory

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 22 16:58:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository antlr3.

commit 79a95a5c033ae4aff11d834cc4ccc7cc18107e6b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 22 11:19:29 2015 +0200

    Remove the zipped examples in the antlr-ant directory
---
 debian/changelog   | 4 +++-
 debian/orig-tar.sh | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 920f923..2e96487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,9 @@ antlr3 (3.5.2-1) UNRELEASED; urgency=medium
   * Build and install the Ant task (Closes: #590699)
   * Increased the default conversion timeout to 30 seconds (Closes: #779973)
   * debian/watch: Watch the release tags on Github
-  * Use XZ compression for the upstream tarball
+  * debian/orig-tar.sh:
+    - Use XZ compression for the upstream tarball
+    - Remove the zipped examples in the antlr-ant directory
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 17 Jul 2015 15:48:59 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 62a3a32..1908324 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -17,5 +17,6 @@ rm -f $TAR
 XZ_OPT=--best tar -c -v -J -f $TAR \
     --exclude 'runtime/Java/target' \
     --exclude '*.jar' \
+    --exclude 'antlr-ant/main/antlr3-task/*.zip' \
     $DIR
 rm -rf $DIR

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git



More information about the pkg-java-commits mailing list