Package: libapache-gallery-perl / 1.0.2-6

Metadata

Package Version Patches format
libapache-gallery-perl 1.0.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_Include default navdirectory.tpl.patch | (download)

templates/default/navdirectory.tpl | 6 6 + 0 - 0 !
templates/new/navdirectory.tpl | 6 6 + 0 - 0 !
2 files changed, 12 insertions(+)

 include default/navdirectory.tpl and new/navdirectory.tpl by
 copying from the bright template (Closes: #645356).

git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@590 8f7917da-ec0b-0410-a553-b9b0e350d17e

0002_Rewrite path to icons in request.patch | (download)

lib/Apache/Gallery.pm | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 rewrite path to icons in request

git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@635 8f7917da-ec0b-0410-a553-b9b0e350d17e

0003_Add rudimentary support for mp4 files.patch | (download)

lib/Apache/Gallery.pm | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 add rudimentary support for mp4 files (closes: #704000). 
    Thanks to Andres Salomon <dilinger@queued.net> for the patch.

git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@724 8f7917da-ec0b-0410-a553-b9b0e350d17e

0004_Image extensions.patch | (download)

lib/Apache/Gallery.pm | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 add changes from 1.0.2-3

git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@725 8f7917da-ec0b-0410-a553-b9b0e350d17e

0005_add updates for 4.patch | (download)

lib/Apache/Gallery.pm | 72 37 + 35 - 0 !
t/004_cache_dir.t | 8 4 + 4 - 0 !
2 files changed, 41 insertions(+), 39 deletions(-)

 add updates for -4

git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@727 8f7917da-ec0b-0410-a553-b9b0e350d17e

0006_Add support for thumbonly.patch | (download)

lib/Apache/Gallery.pm | 22 22 + 0 - 0 !
1 file changed, 22 insertions(+)

 add support for thumbonly to the debian package


0007_Add support for online renaming of images.patch | (download)

README | 4 4 + 0 - 0 !
lib/Apache/Gallery.pm | 36 32 + 4 - 0 !
2 files changed, 36 insertions(+), 4 deletions(-)

 add support for online renaming of images using .file


0008_fix ImgFile syntax error.patch | (download)

lib/Apache/Gallery.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix imgfile syntax error


0009_import Apache2 Const REDIRECT.patch | (download)

lib/Apache/Gallery.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 import apache2::const::redirect


0010_mod_perl2.patch | (download)

lib/Apache/Gallery.pm | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 set mod_perl_api_version=2 in module.
 There hasn't been any mod_perl 1 for a long time in Debian, and setting the
 environment variable everywhere is tedious or impossible (like for
 autopkgtests).