[tomcat8] 01/13: Adapted debian/orig-tar.sh to download the 8.5.x releases

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 17 23:51:35 UTC 2016


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

ebourg-guest pushed a commit to branch experimental
in repository tomcat8.

commit 287a102d247fca91a9fd555b177f176448818ade
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Nov 16 18:45:26 2016 +0100

    Adapted debian/orig-tar.sh to download the 8.5.x releases
---
 debian/changelog   |  7 +++++++
 debian/orig-tar.sh | 10 +---------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1a77b7..535f64c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat8 (8.0.39-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Adapted debian/orig-tar.sh to download the 8.5.x releases
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 16 Nov 2016 18:44:57 +0100
+
 tomcat8 (8.0.39-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 39958f4..e8d2779 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,14 +5,6 @@ TAR=../tomcat8_$VERSION.orig.tar.xz
 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
+svn export http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/$TAG $DIR
 tar -c -J -f $TAR --exclude 'taglibs-standard-*.jar' $DIR
 rm -rf $DIR ../$TAG $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir
-  echo "moved $TAR to $origDir"
-fi
-

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



More information about the pkg-java-commits mailing list