Your message dated Sun, 11 May 2025 09:58:36 +0000
with message-id <e1ue3s8-00h5lr...@fasolo.debian.org>
and subject line Bug#1104974: Removed package(s) from unstable
has caused the Debian Bug report #671508,
regarding Doesn't cope with filenames with spaces (or other quoteworthy 
characters)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
671508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 <jonaskoel...@gnu.org> <URL:http://jonaskoelker.ignorelist.com>
At work // mail: ep...@cs.au.dk // office: nygaard-280 // phone: 8942 5655

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 4.6-2.1+rm

Dear submitter,

as the package chronicle has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1104974

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to