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 166256ee6ce6b0e3a929001afe61192707af612f Author: Jakub Adam <[email protected]> Date: Mon Aug 11 14:06:29 2014 +0200 Updated d/fetch-pydev.sh to download version 3.6.0 --- debian/fetch-pydev.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index f7fe4e4..7fc63af 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -3,7 +3,7 @@ set -e NAME=eclipse-pydev -VERSION=3.2.0 +VERSION=3.6.0 DEB_VERSION=${VERSION} GIT_WEB=https://github.com/fabioz/Pydev @@ -42,7 +42,9 @@ rm -rf plugins/org.python.pydev.jython/src_jython \ plugins/org.python.pydev.jython/LICENSE_JYTHON.txt \ plugins/org.python.pydev.jython/LICENSE_PYHON.txt # Not a typo! -rm -rf plugins/com.python.pydev.docs +rm -rf plugins/com.python.pydev.docs \ + plugins/org.python.pydev/pysrc/third_party/pep8/lib2to3 \ + plugins/org.python.pydev/pysrc/third_party/pep8/autopep8.py # Delete empty directories find -depth -type d -empty -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

