jvasile / freedombox-privoxy

FreedomBox version of Privoxy
GNU General Public License v3.0
55 stars 10 forks source link

Building tools and Unmet build dependencies #6

Open alelondon opened 12 years ago

alelondon commented 12 years ago

It requires: dpatch, debuild (devscripts)

then:

dpkg-checkbuilddeps: Unmet build dependencies: autoconf autotools-dev libpcre3-dev jade docbook-dsssl docbook w3m sp sgmlspl groff man2html zlib1g-dev

After intalling ALL that plus their dependencies (including APACHE2! Is this really necessary?) make deb succeded. After the curious purge , dpkg -i and service (re?)start... privoxy service is running!

jvasile commented 12 years ago

The box is going to run Apache2 for other services, so the Apache dependency doesn't bother me. I've found that Debian has a lot of surprising Apache dependencies!

Glad it's up!

On Mon, 30 Jan 2012 07:53:55 -0800, Ale London reply@reply.github.com wrote:

It requires: dpatch, debuild (devscripts)

then:

dpkg-checkbuilddeps: Unmet build dependencies: autoconf autotools-dev libpcre3-dev jade docbook-dsssl docbook w3m sp sgmlspl groff man2html zlib1g-dev

After intalling ALL that plus their dependencies (including APACHE2! Is this really necessary?) make deb succeded. After the curious purge , dpkg -i and service (re?)start... privoxy service is running!


Reply to this email directly or view it on GitHub: https://github.com/jvasile/freedombox-privoxy/issues/6

alelondon commented 12 years ago

How can I suggest and test filtering? For example isnt easyprivacy blocking googleanalytics?

jvasile commented 12 years ago

On Mon, 30 Jan 2012 10:10:00 -0800, Ale London reply@reply.github.com wrote:

How can I suggest and test filtering? For example isnt easyprivacy blocking googleanalytics?

No, it's not. See https://adblockplus.org/forum/viewtopic.php?f=2&t=4160 for more info.

We're hoping to limit breakage. Right now, I want to whittle/edit down the easyprivacy and httpseverywhere lists to where they work. So I'm going to have to write tests for them. Then we can add google-analytics, if we can find a way to do that without breaking a bunch of sites.

bakagirl commented 12 years ago

I'm sure this is old news, but regarding google-analytics perhaps some of the fine folk over at Disconnect Me (https://github.com/disconnectme) might have some advice? The lead developer, Brian Kennish (https://github.com/byoogle) used to work for DoubleClick and knows quite a bit about the 'inside baseball' of the trade.

This is their Google disconnecter: https://github.com/disconnectme/gdc

alelondon commented 12 years ago

Excelent link. Thanks