Package: llgal Version: 0.13.16-3 Severity: normal File: /usr/share/perl5/Llgal/Config.pm Tags: patch upstream
The attached patch is required to make llgal work with the graphicsmagick-imagemagick-compat version of the "convert" program. (The debsum error below is because I have made the fix on my system.) -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages llgal depends on: ii graphicsmagick-imagemagick-co 1.3.12-1 image processing tools providing I ii libimage-size-perl 3.221-1 module for determining image sizes ii liblocale-gettext-perl 1.05-6 Using libc functions for internati ii liburi-perl 1.54-2 module to manipulate and access UR ii perl 5.10.1-16 Larry Wall's Practical Extraction Versions of packages llgal recommends: ii libimage-exiftool-perl 8.15-1 Library and program to read and wr llgal suggests no packages. -- no debconf information -- debsums errors found: debsums: changed file /usr/share/perl5/Llgal/Config.pm (from llgal package)
--- /home/kenyon/temp/Config.pm 2010-11-19 23:16:10.019836937 -0800 +++ /usr/share/perl5/Llgal/Config.pm 2010-11-19 23:11:49.875336990 -0800 @@ -437,8 +437,8 @@ # user-added directories where templates might be found template_dirs => [], # commands to generate thumbnails and scaled images - scaled_create_command => "convert -scale <MAXW>x<MAXH> -- <IN> <OUT>", - thumbnail_create_command => "convert -scale <MAXW>x<MAXH> -- <IN> <OUT>", + scaled_create_command => "convert -scale <MAXW>x<MAXH> <IN> <OUT>", + thumbnail_create_command => "convert -scale <MAXW>x<MAXH> <IN> <OUT>", # force thumbnails and scaled images regeneration force_image_regeneration => 0, # makes everything world-readable (--www)