[eclipse-pydev] 04/19: Updated d/fetch-pydev.sh to download version 2.8.2
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Nov 22 08:31:52 UTC 2013
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 <jakub.adam at ktknet.cz>
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
More information about the pkg-java-commits
mailing list