r26214 - in /trunk/libapache2-mod-perl2/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Oct 25 12:58:10 UTC 2008


Author: dmn
Date: Sat Oct 25 12:58:00 2008
New Revision: 26214

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26214
Log:
add dependency on apache2 (>= 2.2.4) because of the new
ap_get_server_banner symbol not available in previous apaches
Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol
ap_get_server_banner
Thanks to Bastian Blank for reporting.

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=26214&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Sat Oct 25 12:58:00 2008
@@ -1,4 +1,4 @@
-libapache2-mod-perl2 (2.0.4-4) UNRELEASED; urgency=low
+libapache2-mod-perl2 (2.0.4-4) UNRELEASED; urgency=medium
 
     WAIT FOR -3 to hit lenny
 
@@ -10,6 +10,13 @@
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
+
+  [ Damyan Ivanov ]
+  * add dependency on apache2 (>= 2.2.4) because of the new
+    ap_get_server_banner symbol not available in previous apaches
+    Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol
+                     ap_get_server_banner
+    Thanks to Bastian Blank for reporting.
 
  -- Frank Lichtenheld <djpig at debian.org>  Wed, 06 Aug 2008 20:12:39 -0300
 

Modified: trunk/libapache2-mod-perl2/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/control?rev=26214&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/control (original)
+++ trunk/libapache2-mod-perl2/debian/control Sat Oct 25 12:58:00 2008
@@ -19,7 +19,8 @@
 Package: libapache2-mod-perl2
 Architecture: any
 Depends: apache2.2-common, ${perl:Depends}, libwww-perl, libmime-base64-perl,
- libdevel-symdump-perl, liburi-perl, ${shlibs:Depends}, netbase
+ libdevel-symdump-perl, liburi-perl, ${shlibs:Depends}, netbase,
+ apache2 (>= 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