Remove sourceforge-logo from docs
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 5 Feb 2014 11:34:07 +0000 (12:34 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 5 Feb 2014 11:34:07 +0000 (12:34 +0100)
to make lintian happy

debian/patches/remove_sflogo.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/remove_sflogo.patch b/debian/patches/remove_sflogo.patch
new file mode 100644 (file)
index 0000000..66fb31f
--- /dev/null
@@ -0,0 +1,19 @@
+Description: remove sourceforge-logo from docs
+ the footer of each doxygen-generate documentation file included an
+ image hosted at sourceforge. thus accessing the documentation would
+ potentially breach the privacy of the user
+Author: IOhannes m zmölnig
+Last-Update: 2014-02-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- jacktrip.orig/documentation/html_footer.html
++++ jacktrip/documentation/html_footer.html
+@@ -13,7 +13,7 @@
+ <a href="http://www.stanford.edu/" title="Stanford home">Stanford University</a>
+ </font>
+ <p>
+-<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=236811&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
++<a href="http://sourceforge.net">SourceForge</a>
+ </p>
+ </center>
+ </footer>
index a80419a5435a3d0ef4b1ce819362ffeefcd843d8..bba263bb7e0facd5e3e391e9cc7ae7d60390d941 100644 (file)
@@ -1 +1,2 @@
 manpage-has-errors-from-man
+remove_sflogo.patch