[SCM] Debian packaging of libembperl-perl branch, master, updated. upstream/2.5.0_rc2-71-g4d9b45b

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Oct 2 21:10:11 UTC 2012


The following commit has been merged in the master branch:
commit c3c3e30cd226eea1258f5e5fbe0da7e5b6061652
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Oct 2 22:19:27 2012 +0200

    move apache2-mpm-prefork from Suggests: to Recommends:
    
    Recommends are installed by default, and since libapache2-mod-perl2
    depends on apache2 which defaults to apache2-mpm-worker, just installing
    libembperl-perl will lead to mod_perl plus the worker mpm and lots of
    strange errors. Moving apache2-mpm-prefork from Suggests: to Recommends:
    instead installs a working combination of packages by default, while
    still allowing the administrator to choose other combinations, such as
    fcgi + worker mpm or even a non-apache httpd.

diff --git a/debian/control b/debian/control
index a60ca63..26eb945 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libembperl-pe
 Package: libembperl-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libwww-perl
-Recommends: libapache2-mod-perl2 | libfcgi-perl, libapache-sessionx-perl
-Suggests: mmm-mode, libdbix-recordset-perl, libjs-prototype, apache2-mpm-prefork
+Recommends: apache2-mpm-prefork, libapache2-mod-perl2 | libfcgi-perl, libapache-sessionx-perl
+Suggests: mmm-mode, libdbix-recordset-perl, libjs-prototype
 Description: system for building dynamic websites with Perl
  Embperl gives you the power to embed Perl code in your HTML/XML
  documents and the ability to build your Web site out of small

-- 
Debian packaging of libembperl-perl



More information about the Pkg-perl-cvs-commits mailing list