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 #743953,
regarding chronicle: Add a "draft" pseudo-header
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.)


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

Dear Maintainer,

sometimes articles are not ready for publication yet. I could give
them a date in the future but that's noch very robust. The patch below
adds a new header "Draft:". If set to a true (in the Perl sense) value
like in

    Title: Some wannabe blog engines, rather U+1F4A9
    Draft: Needs some time to settle down

the article will be skipped.


@@ -2227,6 +2227,16 @@
         return 0;
     }

+    #
+    # Drop articles marked as "draft"
+    #
+    if ( $meta{ 'draft' } )
+    {
+        $CONFIG{ 'verbose' } &&
+          print
+          "Skipping entry $filename - marked as draft\n";
+        return 0;
+    }


     #

Worked for me.

    Christoph

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