Package: chronicle Version: 4.6-2 Severity: important Chronicle copes poorly with filenames with spaces. My disgusting, crude and very, very ghetto fix is this:
# <patch>
--- /usr/bin/chronicle 2011-05-15 20:15:12.000000000 +0200
+++ /home/jonas/var/www/chronicle 2012-05-04 19:17:50.000000000 +0200
@@ -2426,7 +2426,7 @@
}
}
- $cmd .= " --filename=$filename";
+ $cmd .= " --filename='$filename'";
#
# Show what we're running.
# </patch>
Someone more fluent in pearl than I (i.e. at all) ought to fix my fix :-)
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (600, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-3-686 (SMP w/2 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 chronicle depends on:
ii libhtml-template-perl 2.91-1 module for using HTML templates wi
ii libtimedate-perl 1.2000-1 collection of modules to manipulat
ii perl 5.14.2-9 Larry Wall's Practical Extraction
ii perl-modules 5.14.2-9 Core Perl modules
chronicle recommends no packages.
Versions of packages chronicle suggests:
pn libsoap-lite-perl <none> (no description available)
pn libtext-markdown-perl <none> (no description available)
pn libtext-textile-perl <none> (no description available)
pn libtext-vimcolor-perl <none> (no description available)
pn memcached <none> (no description available)
-- no debconf information
--
Jonas Kölker <[email protected]> <URL:http://jonaskoelker.ignorelist.com>
At work // mail: [email protected] // office: nygaard-280 // phone: 8942 5655
signature.asc
Description: Digital signature

