This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 4c0c8438df244215747e4421c2b739ee049b145c Author: Emmanuel Bourg <[email protected]> Date: Mon Mar 30 17:17:04 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 75a7c0a..adaa37e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tomcat8 (8.0.18-2) UNRELEASED; urgency=medium + + * debian/orig-tar.sh: Exclude the taglibs-standard-*.jar files + from the upstream tarball + + -- Emmanuel Bourg <[email protected]> Mon, 30 Mar 2015 17:16:18 +0200 + tomcat8 (8.0.18-1) experimental; urgency=medium * New upstream release diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 408eac1..39958f4 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,7 +6,7 @@ DIR=tomcat8-$VERSION TAG=$(echo TOMCAT_$VERSION | sed -e 's/[\.~]/_/g') svn export http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/$TAG $DIR -tar -c -J -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $DIR +tar -c -J -f $TAR --exclude 'taglibs-standard-*.jar' $DIR rm -rf $DIR ../$TAG $3 # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

