[eclipse-pydev] 02/07: Don't include bundled ctypes copy into upstream tarball
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Sun Oct 26 10:33:00 GMT 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 ccce8112c0460a83cbf645125f09dcecaaa5828a
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Oct 26 10:05:48 2014 +0100
Don't include bundled ctypes copy into upstream tarball
---
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 b6f3938..008c4af 100755
--- a/debian/fetch-pydev.sh
+++ b/debian/fetch-pydev.sh
@@ -4,7 +4,7 @@ set -e
NAME=eclipse-pydev
VERSION=3.8.0
-DEB_VERSION=${VERSION}
+DEB_VERSION=${VERSION}+dfsg
GIT_WEB=https://github.com/fabioz/Pydev
@@ -44,7 +44,9 @@ rm -rf plugins/org.python.pydev.jython/src_jython \
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
+ plugins/org.python.pydev/pysrc/third_party/pep8/autopep8.py \
+ plugins/org.python.pydev/pysrc/third_party/wrapped_for_pydev/ctypes \
+ plugins/org.python.pydev/pysrc/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
# Some useless Windows-specific process attach code
rm -rf plugins/org.python.pydev/pysrc/pydevd_attach_to_process/dll \
--
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