Thanks for the hints and the scripts. I am on my way to update my package. On 25/12/13 22:46, Bastien ROUCARIES wrote: > On Wed, Dec 25, 2013 at 10:41 PM, Bastien ROUCARIES > <roucaries.bast...@gmail.com> wrote: >> On Wed, Dec 25, 2013 at 10:20 PM, Jerome BENOIT <g62993...@rezozer.net> >> wrote: >>> Hi, >>> >>> On 25/12/13 22:04, Dominik George wrote: >>>> Hi, >>>> >>>>> is there a proper way to get rid of the recent >>>>> privacy-breach-google-adsense Lintian violation/error report [1] ? >>>> >>>> obviously, remove all Adsense and related spyware fetching code from >>>> your package. >>> >>> Obviously, but the problem is that the involved html pages correspond to >>> the manual of my package so it sounds not reasonable to wipe them out: >>> is there any tools that may help to clean up the corrupted html pages ? >> >> For imagemagick I use this. Note that your html document should be >> valid before doing this. > > Use it like this > > override_dh_auto_install-indep: > # now apply privacy cleanning rules > find $(CURDIR)/debian/tmp-indep/usr/share/doc/imagemagick-doc \ > -maxdepth 2 -type f -and -name '*.html' -and -not -empty -print0 > \ > | xargs -r -0 -n 1 debian/scripts/removeprivacybreach > >> >>> Thanks in advance, >>> Jerome >>> >>>> >>>> Cheers, >>>> Nik >>>> >>> >>> >>> -- >>> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org >>> with a subject of "unsubscribe". Trouble? Contact >>> listmas...@lists.debian.org >>> Archive: http://lists.debian.org/52bb4c0a.4080...@rezozer.net >>> > Best wishes, Jerome
> -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52bb5820.4000...@rezozer.net