Your message dated Sun, 11 May 2025 09:58:36 +0000
with message-id <[email protected]>
and subject line Bug#1104974: Removed package(s) from unstable
has caused the Debian Bug report #743952,
regarding chronicle: Support for subdirectories in 'input'
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 [email protected]
immediately.)


-- 
743952: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: chronicle
Version: 4.6-2
Severity: wishlist
Tags: patch

Dear Maintainer,

thanks for chronicle. It was the only blog engine that survived an
actually rather small set of tests. Details would make a longer
rant-ish blog posting, so I need a blog engine ... hmwait.

However, do you take feature patches? For a starter, I'd like to
spread my input files across sub-directories. Using File::File::Rule
introduces a new install dependency on libfile-find-rule-perl but 
otherwise makes this really simple:

--- /usr/bin/chronicle
+++ ../chronicle
@@ -282,6 +282,7 @@
 use Encode;
 use File::Basename;
 use File::Copy;
+use File::Find::Rule;
 use File::Path;
 use Getopt::Long;
 use HTML::Template;
@@ -776,15 +777,14 @@
     #
     #  Find the filenames.
     #
-    foreach my $file ( sort( glob( $CONFIG{ 'input' } . "/" . $pattern ) ) )
+    my @files = File::Find::Rule
+        ->file
+        ->name ( $pattern )
+        ->in ( $CONFIG{ 'input' } );
+    foreach my $file ( sort @files )
     {

         #
-        #  Ignore directories.
-        #
-        next if ( -d $file );
-
-        #
         #  Read the entry and store all the data away as a
         # hash element keyed upon the (unique) filename.
         #


Worked for me very well

    Christoph

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10.33 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages chronicle depends on:
ii  libhtml-template-perl  2.95-1
ii  libtimedate-perl       2.3000-1
ii  perl                   5.18.2-2+b1
ii  perl-modules           5.18.2-2

chronicle recommends no packages.

Versions of packages chronicle suggests:
pn  libsoap-lite-perl      <none>
ii  libtext-markdown-perl  1.0.26-1
pn  libtext-textile-perl   <none>
pn  libtext-vimcolor-perl  <none>
pn  memcached              <none>

-- no debconf information

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
[email protected].

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

--- End Message ---

Reply via email to