Package: libapache2-mod-perl2 Version: 2.0.4-4 Severity: normal Hi!
When using apache2-mpm-itk instead of one of the official
apache2-mpm-{worker,event,prefork}, libapache2-mod-perl2 is not
installable due to the dependency on the apache2 package.
My tests with the attached patch have shown that except for the Debian
package dependencies, there is no problems in using mod_perl2 with
mpm-itk, at least by using the PerlSections.
This change might also be simple enough to be eligible for inclusion in
Lenny.
Cheers,
--
Jérémy Bobbio .''`.
[email protected] : :Ⓐ : # apt-get install anarchism
`. `'`
`-
diff -u libapache2-mod-perl2-2.0.4/debian/control libapache2-mod-perl2-2.0.4/debian/control
--- libapache2-mod-perl2-2.0.4/debian/control
+++ libapache2-mod-perl2-2.0.4/debian/control
@@ -20,7 +20,7 @@
Architecture: any
Depends: apache2.2-common, ${perl:Depends}, libwww-perl, libmime-base64-perl,
libdevel-symdump-perl, liburi-perl, ${shlibs:Depends}, netbase,
- apache2 (>= 2.2.4)
+ apache2 (>= 2.2.4) | apache2-mpm-itk (>= 2.2.4)
Recommends: libbsd-resource-perl, libapache2-reload-perl
Description: Integration of perl with the Apache2 web server
mod_perl allows the use of Perl for just about anything
signature.asc
Description: Digital signature

