gplessis / dotdeb-nginx

Dotdeb : Nginx
http://www.dotdeb.org/
BSD 2-Clause "Simplified" License
63 stars 31 forks source link

Adding ngx_pagespeed #67

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

Is it possible to add this to nginx-extra? https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source I could help integrate in the Debian build process.

gplessis commented 9 years ago

It's already included in nginx-extras(https://github.com/gplessis/dotdeb-nginx/blob/jessie/debian/rules#L127) but the building process downloads some third-party binary (psol). That's something totally forbidden by the official Debian packaging guidelines.

szepeviktor commented 9 years ago

I am sorry.

szepeviktor commented 9 years ago

Could psol be added as a dependency, a deb package?

gplessis commented 9 years ago

It could, but it would require separate packages.