This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lucene2.
commit 6a0bcdd5042b807b35273002bd2176878def4e4e Author: Markus Koschany <[email protected]> Date: Wed Aug 24 15:41:28 2016 +0200 Fix Lintian error privacy-breach-logo by removing the external link to the logo from the documentation. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 334d60d..f9a2dc0 100755 --- a/debian/rules +++ b/debian/rules @@ -76,6 +76,8 @@ install/liblucene2-java-doc:: install -d $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo install -m 644 build/lucene-demos-$(UPSTREAM_VERSION).jar $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo/ install -m 644 build/luceneweb.war $(CURDIR)/debian/liblucene2-java-doc/usr/share/doc/liblucene2-java-doc/demo/ + # Fix Lintian error privacy-breach-logo + find . -type f -exec sed -i 's/http:\/\/www.apache.org\/images\/asf_logo_simple.png//g' {} \; remove-source: rm -f build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

