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 14e21d87f3c36fc2336947979dc37ae216f88cf7 Author: Jakub Adam <[email protected]> Date: Thu Nov 21 13:31:16 2013 +0100 Updated d/fetch-pydev.sh to download version 3.0.0 --- debian/fetch-pydev.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index d621101..0a11d61 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -3,7 +3,7 @@ set -e NAME=eclipse-pydev -VERSION=2.8.2 +VERSION=3.0.0 DEB_VERSION=${VERSION} GIT_WEB=https://github.com/fabioz/Pydev @@ -42,6 +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! +# Delete empty directories +find -depth -type d -empty -delete + cd .. ORIG_TARBALL=${NAME}_${DEB_VERSION}.orig.tar.xz -- 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

