[eclipse-pydev] 05/06: Don't install some test cases and project files

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 dd2d9ea1d934d0359f46de0f5b4a89cdcdc58a14
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Sep 26 21:47:07 2014 +0200

    Don't install some test cases and project files
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index b2e6518..13b60df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,12 @@ override_jh_compilefeatures-indep:
 override_jh_installeclipse:
 	jh_installeclipse
 	find debian/eclipse-pydev/usr/share/eclipse/dropins -type f -iregex '.*/LICENSE\(.txt\)?' -delete
+	PYSRC_DIR=debian/eclipse-pydev/usr/share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_*/pysrc; \
+	rm -r $$PYSRC_DIR/.project \
+	      $$PYSRC_DIR/.pydevproject \
+	      $$PYSRC_DIR/.settings \
+	      $$PYSRC_DIR/.travis.yml \
+	      $$PYSRC_DIR/test*
 
 override_dh_link:
 	JYTHON_BUNDLE=$$(basename $$(find debian/eclipse-pydev -type d -name org.python.pydev.jython_*)); \

-- 
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