Your message dated Tue, 03 May 2011 12:47:09 +0000
with message-id <[email protected]>
and subject line Bug#615891: fixed in chronicle 4.6-1
has caused the Debian Bug report #615891,
regarding chronicle: Timezone and date entries in RSS feed
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.)
--
615891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: chronicle
Version: 4.5-1
Severity: normal
Tags: patch
Hi,
I was a little bit surprised about the publishing time of my last blog
post. The modification time was (stat output)
2011-02-28 18:40:48.000000000 +0100
but the RSS feed show this
<pubDate>Mon, 28 Feb 2011 18:40:48 GMT</pubDate>
The problem may be the usage of localtime() instead of gmtime() combined
with a hard coded "GMT" timezone. I've attached a patch to fix this issue
(no 'Date' defined in post) and another one when only a date and no time
is defined.
Cheers,
Christoph
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages chronicle depends on:
ii libhtml-template-perl 2.9-2 module for using HTML Templates wi
ii libtimedate-perl 1.2000-1 collection of modules to manipulat
ii perl 5.10.1-17 Larry Wall's Practical Extraction
ii perl-modules 5.10.1-17 Core Perl modules
chronicle recommends no packages.
Versions of packages chronicle suggests:
ii libsoap-lite-perl 0.712-2 Perl implementation of a SOAP clie
ii libtext-markdown-perl 1.0.26-1 Markdown and MultiMarkdown markup
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
--- /usr/bin/chronicle 2010-08-24 08:58:36.000000000 +0200
+++ tmp/chronicle 2011-02-28 19:24:52.000000000 +0100
@@ -2339,7 +2339,7 @@
#
if ( !defined( $meta{ 'date' } ) || ( !length( $meta{ 'date' } ) ) )
{
- my @lt = localtime($mtime);
+ my @lt = gmtime($mtime);
$meta{ 'date' } = strftime( "%d %B %Y", @lt );
}
@@ -2372,7 +2372,7 @@
#
if ( $hms eq '00:00:00' )
{
- $hms = time2str( "%H:%M:%S", $mtime );
+ $hms = time2str( "%H:%M:%S", $mtime, "GMT" );
$tz = "GMT";
}
--- End Message ---
--- Begin Message ---
Source: chronicle
Source-Version: 4.6-1
We believe that the bug you reported is fixed in the latest version of
chronicle, which is due to be installed in the Debian FTP archive:
chronicle_4.6-1.debian.tar.gz
to main/c/chronicle/chronicle_4.6-1.debian.tar.gz
chronicle_4.6-1.dsc
to main/c/chronicle/chronicle_4.6-1.dsc
chronicle_4.6-1_all.deb
to main/c/chronicle/chronicle_4.6-1_all.deb
chronicle_4.6.orig.tar.gz
to main/c/chronicle/chronicle_4.6.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kai Wasserbäch <[email protected]> (supplier of updated chronicle package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 03 May 2011 14:31:57 +0200
Source: chronicle
Binary: chronicle
Architecture: source all
Version: 4.6-1
Distribution: unstable
Urgency: low
Maintainer: Kai Wasserbäch <[email protected]>
Changed-By: Kai Wasserbäch <[email protected]>
Description:
chronicle - HTML & RSS blog compiler
Closes: 615891
Changes:
chronicle (4.6-1) unstable; urgency=low
.
* New upstream version. (Closes: #615891)
* debian/control:
- Take over maintenance with Steve's permission. Thanks for all your
work, Steve!
- Vcs-{Git,Browser} fields added.
- Bumped Standards-Version to 3.9.2, no further changes needed (except the
update to debian/copyright).
- Minor reformatting of Description.
- B-D on dh >=8.
* debian/watch:
- Added git-import-orig.
- Silence debian-watch-contains-dh_make-template.
* debian/gbp.conf: Ensure pristine-tar usage.
* debian/copyright: Updated.
* debian/rules: Converted to minimal version.
* debian/chronicle.examples: Added.
* debian/compat: Bumped to 8.
* debian/clean: Added.
* debian/dirs: Deleted (is superfluous now).
* debian/NEWS: Fixed debian-news-entry-uses-asterisk.
Checksums-Sha1:
6e717f3d1618c91d38699984775242144fe86447 1614 chronicle_4.6-1.dsc
5e90e86d707c796e633912f30ebb014bc549bc7a 81640 chronicle_4.6.orig.tar.gz
ce6a256a35e1e07e69d58ad9f6277b8104ff3b73 5621 chronicle_4.6-1.debian.tar.gz
108428bfa3920f6440b947731849127b6cee354c 102106 chronicle_4.6-1_all.deb
Checksums-Sha256:
0bb8e574c72b5961594fd2617653e339dc41e2bbca79c5f3e01c5f6023d4a426 1614
chronicle_4.6-1.dsc
3b9edf10d61397597c545ee907ae2c9c8354a16b31d53e2e8253879a44c1b65b 81640
chronicle_4.6.orig.tar.gz
69be4c2e32994eda09d556339954bc3b13c495ae893574cc96ef308e1a5a31e7 5621
chronicle_4.6-1.debian.tar.gz
9df4296b70b6527fb2a832851cda6589b0f2a491f5dd0bb3b9ce90d7aad83f74 102106
chronicle_4.6-1_all.deb
Files:
8c0d714ad1437b8944e5b68aef9f10fa 1614 web extra chronicle_4.6-1.dsc
0831867886591c0a747ec1b3139d7e17 81640 web extra chronicle_4.6.orig.tar.gz
8e4ec8073595806796227e45d0160927 5621 web extra chronicle_4.6-1.debian.tar.gz
75acca1839af518a710ab803c1adb0e9 102106 web extra chronicle_4.6-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQGcBAEBAgAGBQJNv/ccAAoJEKMJ12zh3lnScAEMAJrZGZ8Uiyp2rtVEbokpXAt7
b8YISOvk9kic4YL1bRKYcAz4K2GAVPgI3LypFh7D7PkItvr4c4d+KAnyLzpnIS8M
Px1thC9eFsbAkHw8kC2BaXpuCatReKfQUzhH8+brw0s0fGyLGYoJCQ1iGWx40gL8
KUukjnAQSKAwRzDPnKLj1D+48r5fM7s/u6iYQqNn62cjvWGcbrDWJrlzJnuwJRci
cjxaLLrSYkADsMkHsa1Q7B7ZlgMYgSTloL2JhKPYHPyYiBp6qy4A7XI3AsRGW4xN
jjfD+H4eWBWdBciWAiJHtgyX0k72qci8+FK5JhAiS/dlHGC5YbFUFOnyXh6MQAPv
rAcAEakQnFxaqfFLeAmOq6Kv0zUReBlBx+vOFWxZXzhSmZ9xeKXn6vVZAYemUFOP
yv2TGFVTUAfC+T6LLjeWkn0fdT8DaFu5No33B7kzyygHxbwZbqtnY+DS6t4/HiuV
9FDGIj8EWkqH2zIK45dUCoQRCnWI5WFNB9EEtPCzYw==
=C8eL
-----END PGP SIGNATURE-----
--- End Message ---