[eclipse-linuxtools] 09/17: Updated d/get-orig-source to download version 3.1.0

Jakub Adam xhaakon-guest at moszumanska.debian.org
Tue Oct 14 18:11:51 BST 2014


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

xhaakon-guest pushed a commit to branch master
in repository eclipse-linuxtools.

commit 10b31a51acfdd433ccfaf1441f19290cf5240fc1
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Oct 11 11:06:46 2014 +0200

    Updated d/get-orig-source to download version 3.1.0
---
 debian/get-orig-source | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index ffa2aba..f8123c4 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -2,8 +2,8 @@
 set -e
 
 NAME=eclipse-linuxtools
-VERSION=3.0.0
-DEB_VERSION=${VERSION}
+VERSION=3.1.0b
+DEB_VERSION=3.1.0
 
 ECLIPSE_GIT_WEB=http://git.eclipse.org/c
 
@@ -21,6 +21,14 @@ rm -f $TARBALL
 mv ${REPO_NAME}-${VERSION} ${NAME}-${DEB_VERSION}
 cd ${NAME}-${DEB_VERSION}
 
+# RPM feature requires Eclipse 4.x, download the last compatible version
+rm -rf rpm
+wget "$ECLIPSE_GIT_WEB/linuxtools/$REPO_NAME.git/snapshot/${REPO_NAME}-2.2.1.tar.bz2" \
+	-O oldtarball.tar.bz2
+tar xf oldtarball.tar.bz2
+mv ${REPO_NAME}-2.2.1/rpm .
+rm -rf oldtarball.tar.bz2 ${REPO_NAME}-2.2.1
+
 find -type f -name .gitignore -delete
 
 # binaries

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



More information about the pkg-java-commits mailing list