[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: privacy-breach-google-adsense: how to get rid of it ?



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.bastien@gmail.com> wrote:
>> On Wed, Dec 25, 2013 at 10:20 PM, Jerome BENOIT <g6299304p@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-REQUEST@lists.debian.org
>>> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>>> Archive: 52BB4C0A.4080704@rezozer.net">http://lists.debian.org/52BB4C0A.4080704@rezozer.net
>>>
> 
Best wishes,
Jerome

> 


Reply to: