On Wed, Dec 25, 2013 at 10:41 PM, Bastien ROUCARIES
<[email protected]> wrote:
> On Wed, Dec 25, 2013 at 10:20 PM, Jerome BENOIT <[email protected]> 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 [email protected]
>> with a subject of "unsubscribe". Trouble? Contact [email protected]
>> Archive: http://lists.debian.org/[email protected]
>>


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/CAE2SPAYUccgf_=cr4pqtprbhmpfrfl1znnvkqo+vjwer+hj...@mail.gmail.com

Reply via email to