[pkg-java] r18399 - in trunk/libhtmlparser-java/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 10 12:11:04 UTC 2014


Author: ebourg-guest
Date: 2014-09-10 12:11:04 +0000 (Wed, 10 Sep 2014)
New Revision: 18399

Added:
   trunk/libhtmlparser-java/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch
Modified:
   trunk/libhtmlparser-java/debian/changelog
   trunk/libhtmlparser-java/debian/patches/series
Log:
Removed the SourceForge logo from the Javadoc



Modified: trunk/libhtmlparser-java/debian/changelog
===================================================================
--- trunk/libhtmlparser-java/debian/changelog	2014-09-10 12:02:39 UTC (rev 18398)
+++ trunk/libhtmlparser-java/debian/changelog	2014-09-10 12:11:04 UTC (rev 18399)
@@ -2,6 +2,7 @@
 
   * 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

Added: trunk/libhtmlparser-java/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch
===================================================================
--- trunk/libhtmlparser-java/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch	                        (rev 0)
+++ trunk/libhtmlparser-java/debian/patches/03_remove-sourceforge-logo-from-javadoc.patch	2014-09-10 12:11:04 UTC (rev 18399)
@@ -0,0 +1,15 @@
+Description: Removed the SourceForge logo from the Javadoc to clear the Lintian privacy-breach-logo warning
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/src/build.xml
++++ b/src/build.xml
+@@ -444,8 +444,7 @@
+     <property name="javadoc.footer" value="&copy; 2005 Derrick Oswald<div align="right">${TODAY_STRING}</div>"/>
+     <property name="javadoc.bottom" value="<table width='100%'><tr><td>HTML Parser is an open source library released under
+     <a HREF="http://www.opensource.org/licenses/lgpl-license.html" target="_top">LGPL</a>.</td><td align='right'>
+-    <a HREF="http://sourceforge.net/projects/htmlparser" target="_top">
+-    <img src="http://sourceforge.net/sflogo.php?group_id=24399&type=1" width="88" height="31" border="0" alt="SourceForge.net"></a></td></tr></table>"/>
++    </td></tr></table>"/>
+     <javadoc packagenames="org.htmlparser.*"
+            sourcepath="${src}"
+            classpath="${classes}"

Modified: trunk/libhtmlparser-java/debian/patches/series
===================================================================
--- trunk/libhtmlparser-java/debian/patches/series	2014-09-10 12:02:39 UTC (rev 18398)
+++ trunk/libhtmlparser-java/debian/patches/series	2014-09-10 12:11:04 UTC (rev 18399)
@@ -1,2 +1,3 @@
 01_remove_jdk15-dependency.patch
 02_adjust_path_in_examples.patch
+03_remove-sourceforge-logo-from-javadoc.patch




More information about the pkg-java-commits mailing list