This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse.
commit d8061575bb381bc68948971e7931fac454479c88 Author: Jakub Adam <[email protected]> Date: Wed Jan 15 18:23:11 2014 +0100 Remove extra license files --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3b5ae51..8fcf686 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ override_dh_install: cd debian/tmp/usr && mkdir -p share/eclipse/dropins && mv lib/eclipse/dropins/jdt share/eclipse/dropins # move images from /usr/lib to /usr/share cd debian/tmp/usr && find lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' \) | perl ../../../debian/extra/imagemv.pl - # remove extra licence file + # remove extra license files rm -f debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE* \ debian/tmp/usr/lib/eclipse/epl-v10.html \ debian/tmp/usr/lib/eclipse/about_files/lgpl-v21.txt \ @@ -42,6 +42,7 @@ override_dh_install: debian/tmp/usr/lib/eclipse/about_files/webkit-bsd.txt \ debian/tmp/usr/lib/eclipse/about_files/pixman-licenses.txt \ debian/tmp/usr/lib/eclipse/about_files/about_cairo.html + find debian/tmp/usr/lib/eclipse/dropins -type f -name LICENSE*.txt -delete # Remove symlink and some cruft installed by the upstream install rm -fr debian/tmp/usr/bin/* # install the wrapper script -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

