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 dcf0add00c792b8c2d3fe8c25942a7b2f90271c6 Author: Jakub Adam <[email protected]> Date: Fri Sep 12 21:20:56 2014 +0200 Update override_jh_installeclipse to delete all extra license files --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dc85f33..b2e6518 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_jh_compilefeatures-indep: override_jh_installeclipse: jh_installeclipse - find debian/eclipse-pydev/usr/share/eclipse/dropins -type f -iname LICENSE.txt -delete + find debian/eclipse-pydev/usr/share/eclipse/dropins -type f -iregex '.*/LICENSE\(.txt\)?' -delete 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

