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 <[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}"

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


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

Reply via email to