[SCM] Debian packaging of libembperl-perl branch, master, updated. debian/2.5.0_rc3-1-10-g471e242

Florian Schlichting fsfs at debian.org
Tue Jun 18 21:39:18 UTC 2013


The following commit has been merged in the master branch:
commit 4ea520dee4b7d0ba088bbb21b58c90d85ee2d488
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jun 18 23:16:10 2013 +0200

    update d/control and d/rules for apache 2.4

diff --git a/debian/control b/debian/control
index 95d897e..f7564a1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libembperl-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312), perl,
- apache2-prefork-dev, apache2-mpm-prefork,
+ apache2-dev, apache2-api-20120211, apache2,
  libapache2-mod-perl2, libwww-perl, libapache-sessionx-perl,
  libxslt1-dev, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -17,7 +17,7 @@ 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: apache2-mpm-prefork, libapache2-mod-perl2 | libfcgi-perl, libapache-sessionx-perl
+Recommends: apache2-api-20120211, 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
@@ -35,7 +35,7 @@ Description: system for building dynamic websites with Perl
  .
  This package contains Apache2, FastCGI, CGI and offline versions of
  Embperl, although you may need to install some additional packages to
- use some of those modes. Please note that when running under
- mod_perl, Embperl requires apache2-mpm-prefork and will not work with
- the default apache2-mpm-worker!
+ use some of those modes. Please note that when running under mod_perl,
+ Embperl requires Apache's prefork mpm module and will not work with the
+ more recent worker mpm.
 
diff --git a/debian/rules b/debian/rules
index ca80aea..8ac2c21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ POD2TEXT = Changes Config Faq Features FeaturesD \
 	dh $@
 
 override_dh_auto_configure:
-	EPHTTPD=/usr/sbin/apache2 dh_auto_configure
+	. /etc/apache2/envvars && EPHTTPD=/usr/sbin/apache2 dh_auto_configure
 
 override_dh_auto_install: $(POD2TEXT)
 	# fix occasional upstream permission errors

-- 
Debian packaging of libembperl-perl



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