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 d904000eb5c3dc499db3736ffc13fedd3808ef50 Author: Jakub Adam <[email protected]> Date: Mon Aug 11 13:58:56 2014 +0200 Don't put com.python.pydev.docs into upstream tarball Contains sourceless minified Javascript and Flash, and isn't included in the binary eclipse-pydev package anyway. --- debian/fetch-pydev.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/fetch-pydev.sh b/debian/fetch-pydev.sh index cdfae21..f7fe4e4 100755 --- a/debian/fetch-pydev.sh +++ b/debian/fetch-pydev.sh @@ -42,6 +42,8 @@ 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 + # 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

