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 1a06cfb8440384d90b19f9bfaf8789cbf999266e Author: Jakub Adam <[email protected]> Date: Fri Sep 27 19:58:59 2013 +0200 Updated d/fetch-pydev.sh to download version 2.8.2 --- debian/fetch-pydev.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index 795651f..d621101 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -3,10 +3,10 @@ set -e NAME=eclipse-pydev -VERSION=2.7.1 +VERSION=2.8.2 DEB_VERSION=${VERSION} -GIT_WEB=https://github.com/aptana/Pydev +GIT_WEB=https://github.com/fabioz/Pydev OUT_DIR=${NAME}-${VERSION} @@ -30,7 +30,7 @@ find -type f \( -name .gitignore -o -name .cvsignore \) -delete # We don't need these rm -rf builders make_release.py fix_new_lines.py -rm -f plugins/org.python.pydev.core/lib +rm -rf plugins/org.python.pydev.core/lib # No binary junk, please find -type f -name *.jar -delete -- 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

