[eclipse-pydev] 01/06: Updated d/fetch-pydev.sh to download version 3.8.0

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sat Sep 27 08:59:32 UTC 2014


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 b4a25bf84bc68c1edafc65ab3efd50eb04fe46eb
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Sep 26 20:52:27 2014 +0200

    Updated d/fetch-pydev.sh to download version 3.8.0
---
 debian/fetch-pydev.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh
index 36b6160..b6f3938 100755
--- a/debian/fetch-pydev.sh
+++ b/debian/fetch-pydev.sh
@@ -3,7 +3,7 @@
 set -e
 
 NAME=eclipse-pydev
-VERSION=3.7.1
+VERSION=3.8.0
 DEB_VERSION=${VERSION}
 
 GIT_WEB=https://github.com/fabioz/Pydev
@@ -33,7 +33,7 @@ rm -rf builders make_release.py fix_new_lines.py
 rm -rf plugins/org.python.pydev.core/lib
 
 # No binary junk, please
-find -type f -name *.jar -delete
+find -type f -iregex '.*/.*\.\(jar\|so\|dll\)' -delete
 rm -f plugins/org.python.pydev/tests/pysrc/configobj-*.egg
 
 # Bye bye, bundled Jython
@@ -46,6 +46,10 @@ 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
 
+# Some useless Windows-specific process attach code
+rm -rf plugins/org.python.pydev/pysrc/pydevd_attach_to_process/dll \
+       plugins/org.python.pydev/pysrc/pydevd_attach_to_process/winappdbg
+
 # 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



More information about the pkg-java-commits mailing list