r28483 - in /trunk/libapache2-mod-perl2/debian: changelog control
gwolf at users.alioth.debian.org
gwolf at users.alioth.debian.org
Mon Dec 22 14:40:07 UTC 2008
Author: gwolf
Date: Mon Dec 22 14:40:04 2008
New Revision: 28483
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28483
Log:
Adding conditional dependency on libapache2-mpm-itk
Modified:
trunk/libapache2-mod-perl2/debian/changelog
trunk/libapache2-mod-perl2/debian/control
Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=28483&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Mon Dec 22 14:40:04 2008
@@ -1,4 +1,4 @@
-libapache2-mod-perl2 (2.0.4-5) UNRELEASED; urgency=low
+libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -13,7 +13,11 @@
[ gregor herrmann ]
* debian/control: Added: ${misc:Depends} to Depends: field.
- -- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:39:28 +0100
+ [ Gunnar Wolf ]
+ * Added conditional dependency on libapache2-mpm-itk (together with
+ apache2). (Closes: #508910)
+
+ -- Gunnar Wolf <gwolf at debian.org> Mon, 22 Dec 2008 08:26:49 -0600
libapache2-mod-perl2 (2.0.4-4) unstable; urgency=medium
Modified: trunk/libapache2-mod-perl2/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/control?rev=28483&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/control (original)
+++ trunk/libapache2-mod-perl2/debian/control Mon Dec 22 14:40:04 2008
@@ -20,7 +20,7 @@
Architecture: any
Depends: ${misc: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
More information about the Pkg-perl-cvs-commits
mailing list