[eclipse-pydev] 01/11: Don't put com.python.pydev.docs into upstream tarball

Jakub Adam xhaakon-guest at moszumanska.debian.org
Mon Aug 11 16:29:59 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 d904000eb5c3dc499db3736ffc13fedd3808ef50
Author: Jakub Adam <jakub.adam at ktknet.cz>
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



More information about the pkg-java-commits mailing list