[tomcat7] 01/01: Exclude the taglibs-standard-*.jar files from the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Apr 25 22:35:24 UTC 2015


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

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

commit 9d34fad6d5bcbb6bec8b4490008eff9405704aea
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Apr 26 00:19:11 2015 +0200

    Exclude the taglibs-standard-*.jar files from the upstream tarball
---
 debian/changelog   | 7 +++++++
 debian/orig-tar.sh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ab0a79..f7c2207 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat7 (7.0.59-3) UNRELEASED; urgency=medium
+
+  * debian/orig-tar.sh: Exclude the taglibs-standard-*.jar files
+    from the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 26 Apr 2015 00:16:06 +0200
+
 tomcat7 (7.0.59-2) experimental; urgency=medium
 
   * Fix FTBFS due to some X509 certificates provided by upstream expired
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 4e8c193..5a4b993 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@ DIR=tomcat7-$VERSION
 TAG=$(echo TOMCAT_$VERSION | sed -e 's/\./_/g')
 
 svn export http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/$TAG $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude 'taglibs-standard-*.jar' $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/tomcat7.git



More information about the pkg-java-commits mailing list