On 2014-07-25 10:04:33, [email protected] wrote: > The following commit has been merged in the master branch: > commit 08f0a58667b5af74373e7cb2ee155edf23e20957 > Author: Jaromír Mikeš <[email protected]> > Date: Fri Jul 25 12:04:23 2014 +0200 > > Patch patch fixing privacy-breach. > > diff --git a/debian/patches/01-fix_privacy_breach.patch > b/debian/patches/01-fix_privacy_breach.patch > new file mode 100644 > index 0000000..cac26f0 > --- /dev/null > +++ b/debian/patches/01-fix_privacy_breach.patch > @@ -0,0 +1,25 @@ > +Description: Fix privacy-breach problem. > +Author: Jaromír Mikeš <[email protected]> > +Forwarded: no > + > +Index: tap-plugins-doc/index.html > +=================================================================== > +--- tap-plugins-doc.orig/index.html > ++++ tap-plugins-doc/index.html > +@@ -117,16 +117,3 @@ warranties of MERCHANTABILITY and FITNES > + PURPOSE. Again, see the file COPYING for details. > + </p> > + > +-<br> > +-<a href="http://sourceforge.net/donate/index.php?group_id=100722"> > +-<img src="http://sourceforge.net/images/project-support.jpg" > +-border="0" alt="Donate to TAP-plugins."></a> > +-<font size="-1">or <a > href="http://www.amazon.co.uk/wishlist/8KRTCLLQMIP7">buy me a gift!</a></font> > +-<font size="-2">(or at least send <a href="fanmail.txt">fan mail</a>)</font> > +- > +- > +-<br> > +-<A href="http://sourceforge.net"><IMG > +-src="http://sourceforge.net/sflogo.php?group_id=100722&type=5" > +-width="210" height="62" border="0" alt="SourceForge.net Logo" /></A> > +-</body></html>
Please read the tag description carefully. In particular: E: tap-plugins-doc: privacy-breach-donation usr/share/doc/tap-plugins/html/index.html ... N: Please replace any scripts, images, or other remote resources with N: non-remote resources. It is preferable to replace them with text and N: links but local copies of the remote resources are also acceptable as N: long as they don't also make calls to remote services. ... E: tap-plugins-doc: privacy-breach-logo usr/share/doc/tap-plugins/html/index.html ... N: Please replace any scripts, images, or other remote resources with N: non-remote resources. It is preferable to replace them with text and N: links but local copies of the remote resources are also acceptable as N: long as they don't also make calls to remote services. ... Simply removing all of it is not the intention of the lintian tag. Please replace the <img> tags which cause the privacy-breach-* tags to be emitted with plain text. Something like the attached patch should do it. Cheers -- Sebastian Ramacher
--- tap-plugins-doc-20140526.orig/index.html +++ tap-plugins-doc-20140526/index.html @@ -119,14 +119,11 @@ PURPOSE. Again, see the file COPYING for <br> <a href="http://sourceforge.net/donate/index.php?group_id=100722"> -<img src="http://sourceforge.net/images/project-support.jpg" -border="0" alt="Donate to TAP-plugins."></a> +Donate to TAP-plugins.</a> <font size="-1">or <a href="http://www.amazon.co.uk/wishlist/8KRTCLLQMIP7">buy me a gift!</a></font> <font size="-2">(or at least send <a href="fanmail.txt">fan mail</a>)</font> <br> -<A href="http://sourceforge.net"><IMG -src="http://sourceforge.net/sflogo.php?group_id=100722&type=5" -width="210" height="62" border="0" alt="SourceForge.net Logo" /></A> +<A href="http://sourceforge.net">SourceForge</A> </body></html>
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
