This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libhtmlparser-java.

commit 484edd6cd5b38e6b006c8b8e67329ca841587cd5
Author: Emmanuel Bourg <[email protected]>
Date:   Wed Sep 10 12:11:04 2014 +0000

    Removed the SourceForge logo from the Javadoc
---
 debian/changelog                                          |  1 +
 .../patches/03_remove-sourceforge-logo-from-javadoc.patch | 15 +++++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d6c25e..160a640 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libhtmlparser-java (1.6.20060610.dfsg0-5) UNRELEASED; 
urgency=medium
 
   * Team upload.
   * Generate Java 5 compatible bytecode
+  * Removed the SourceForge logo from the Javadoc
   * debian/control:
     - Maintenance transferred to the Java Team
     - Removed the dependency on the Java runtime
diff --git a/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch 
b/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch
new file mode 100644
index 0000000..95d07d0
--- /dev/null
+++ b/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch
@@ -0,0 +1,15 @@
+Description: Removed the SourceForge logo from the Javadoc to clear the 
Lintian privacy-breach-logo warning
+Author: Emmanuel Bourg <[email protected]>
+Forwarded: not-needed
+--- a/src/build.xml
++++ b/src/build.xml
+@@ -444,8 +444,7 @@
+     <property name="javadoc.footer" value="&amp;copy; 2005 Derrick 
Oswald&lt;div align=&quot;right&quot;&gt;${TODAY_STRING}&lt;/div&gt;"/>
+     <property name="javadoc.bottom" value="&lt;table 
width='100%'&gt;&lt;tr&gt;&lt;td&gt;HTML Parser is an open source library 
released under
+     &lt;a 
HREF=&quot;http://www.opensource.org/licenses/lgpl-license.html&quot; 
target=&quot;_top&quot;&gt;LGPL&lt;/a&gt;.&lt;/td&gt;&lt;td align='right'&gt;
+-    &lt;a HREF=&quot;http://sourceforge.net/projects/htmlparser&quot; 
target=&quot;_top&quot;&gt;
+-    &lt;img 
src=&quot;http://sourceforge.net/sflogo.php?group_id=24399&amp;type=1&quot; 
width=&quot;88&quot; height=&quot;31&quot; border=&quot;0&quot; 
alt=&quot;SourceForge.net&quot;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;"/>
++    &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;"/>
+     <javadoc packagenames="org.htmlparser.*"
+            sourcepath="${src}"
+            classpath="${classes}"
diff --git a/debian/patches/series b/debian/patches/series
index 7793734..ed8de5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_remove_jdk15-dependency.patch
 02_adjust_path_in_examples.patch
+03_remove-sourceforge-logo-from-javadoc.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libhtmlparser-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to