This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-pydev.
commit 42ec3b0a1f0eb6909dc734d5dcc33dc5b9b8688b Author: Jakub Adam <[email protected]> Date: Thu Nov 13 20:47:14 2014 +0100 Updated d/fetch-pydev.sh to download version 3.9.0 --- debian/fetch-pydev.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index 008c4af..221412e 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -3,8 +3,8 @@ set -e NAME=eclipse-pydev -VERSION=3.8.0 -DEB_VERSION=${VERSION}+dfsg +VERSION=ba17a21a7d9376ef7b9d081763ab6c4e3a447d97 +DEB_VERSION=3.9.0 GIT_WEB=https://github.com/fabioz/Pydev @@ -12,8 +12,8 @@ OUT_DIR=${NAME}-${VERSION} downloadSnapshot() { VERSION_UNDERSCORE=$(echo $VERSION | sed "s/\./_/g") - SRC_DIR=Pydev-pydev_$VERSION_UNDERSCORE - TARBALL=pydev_$VERSION_UNDERSCORE.tar.gz + SRC_DIR=Pydev-$VERSION_UNDERSCORE + TARBALL=$VERSION_UNDERSCORE.tar.gz rm -rf $OUT_DIR wget "$GIT_WEB/archive/$TARBALL" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

