Package: libapache-gallery-perl Version: 0.9.1-1 Severity: normal Due to a change in libapache2-mod-perl2, Apache::Server is now called Apache::ServerRec. libapache-gallery-perl still uses Apache::Server.
Included with this bugreport is a patch to fix Gallery.pm. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-retuow Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libapache-gallery-perl depends on: ii libapache2-mod-perl2 1.999.20-1 Integration of perl with the Apach ii libcgi-perl 2.76-23 modules for perl5, for use in writ ii libimage-imlib2-perl 1.02-1 perl interface to the imlib2 imagi ii libimage-info-perl 1.16-1 allows extraction of meta informat ii libimage-size-perl 2.992-1 determine the size of images in se ii libtemplate-perl 2.14-1 template processing system written ii libtext-template-perl 1.44-1.1 Text::Template perl module ii perl 5.8.4-5 Larry Wall's Practical Extraction -- no debconf information
diff -u -r -N libapache-gallery-perl-0.9.1.orig/lib/Apache/Gallery.pm libapache-gallery-perl-0.9.1/lib/Apache/Gallery.pm --- libapache-gallery-perl-0.9.1.orig/lib/Apache/Gallery.pm 2004-09-11 23:53:05.000000000 +0200 +++ libapache-gallery-perl-0.9.1/lib/Apache/Gallery.pm 2005-01-15 23:24:58.000000000 +0100 @@ -20,7 +20,7 @@ if ($::MP2) { require Apache2; - require Apache::Server; + require Apache::ServerRec; require Apache::RequestRec; require Apache::Log; require APR::Table;