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 1a6f328abde8ca68d493653e98772335bf43b589 Author: Jakub Adam <[email protected]> Date: Fri Nov 22 07:40:02 2013 +0100 Remove redundant license files --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 8c1d385..f45cd81 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,10 @@ export JAVA_HOME:=/usr/lib/jvm/default-java override_jh_compilefeatures-indep: jh_compilefeatures --build-opts="-DjavacTarget=1.7 -DjavacSource=1.7" +override_jh_installeclipse: + jh_installeclipse + find debian/eclipse-pydev/usr/share/eclipse/dropins -type f -iname LICENSE.txt -delete + override_dh_link: JYTHON_BUNDLE=$$(basename $$(find debian/eclipse-pydev -type d -name org.python.pydev.jython_*)); \ dh_link -peclipse-pydev /usr/share/jython/Lib \ -- 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

