This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eigenbase-resgen.
commit f675cb06a7011956640e15d2107dc015016e2712 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 9 16:27:36 2015 +0100 Removed the SourceForge logo from the javadoc --- debian/changelog | 1 + debian/patches/javadoc.diff | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7499871..a05d20c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ eigenbase-resgen (1.3.0.13768-2) UNRELEASED; urgency=medium * Team upload. + * Removed the SourceForge logo from the javadoc * debian/control: - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git diff --git a/debian/patches/javadoc.diff b/debian/patches/javadoc.diff index 8f291ff..41ab1e1 100644 --- a/debian/patches/javadoc.diff +++ b/debian/patches/javadoc.diff @@ -1,11 +1,18 @@ Description: Fix link of Javadoc HTML documentation to use local API from /usr/share/doc/ Author: Damien Raude-Morvan <[email protected]> -Last-Update: 2009-12-13 Forwarded: not-needed --- a/build.xml +++ b/build.xml -@@ -204,8 +204,8 @@ +@@ -190,7 +190,6 @@ + <javadoc sourcepath="${src.dir}" + classpathref="project.classpath" + destdir="${javadoc.dir}" +- footer="<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=127783&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a>" + author="true" + source="1.4" + access="package" +@@ -204,8 +203,8 @@ <packageset dir="${src.dir}"> <include name="**"/> </packageset> @@ -16,3 +23,16 @@ Forwarded: not-needed </javadoc> <copy file="${src.dir}/org/eigenbase/xom/Meta.xml" todir="${javadoc.dir}/org/eigenbase/xom"/> +--- a/doc/index.html ++++ b/doc/index.html +@@ -697,9 +697,7 @@ + <a href="http://eigenbase.sourceforge.net/resgen/index.html">$Id: //open/util/resgen/doc/index.html#3 $</a></i> + (<a href="http://perforce.eigenbase.org:8080/open/util/resgen/doc/index.html?ac=22">log</a>)</td> + <td align="right"> +- <a href="http://sourceforge.net"> +- <img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"> +- </a> ++ <a href="http://sourceforge.net">SourceForge.net</a> + </td> + </tr> + </table> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-resgen.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

