From: IOhannes m zmölnig Date: Wed, 5 Feb 2014 11:34:07 +0000 (+0100) Subject: Remove sourceforge-logo from docs X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~345 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8121bd6fdb6c21983ffdc6defc49be10f8b9ecc7;p=jacktrip.git Remove sourceforge-logo from docs to make lintian happy --- diff --git a/debian/patches/remove_sflogo.patch b/debian/patches/remove_sflogo.patch new file mode 100644 index 0000000..66fb31f --- /dev/null +++ b/debian/patches/remove_sflogo.patch @@ -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 @@ + Stanford University + +

+-SourceForge.net Logo ++SourceForge +

+ + diff --git a/debian/patches/series b/debian/patches/series index a80419a..bba263b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ manpage-has-errors-from-man +remove_sflogo.patch