phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

suboptimal dependencies for apache 2.4 #10

Closed thoughtafter closed 9 years ago

thoughtafter commented 9 years ago

debian_specs/passenger/control.erb

libapache2-mod-passenger depends on an mpm which are obsolete with apache 2.4. There are a few solutions and off the top of my head I'm not sure what would be best but it is weird as a sysadmin to see an mpm installation with apache 2.4 so this should be fixed.

FooBarWidget commented 9 years ago

Looks like the dependency should now be "apache2 (>= 2.4)".