Your message dated Sun, 12 Sep 2010 19:37:48 +0000
with message-id <[email protected]>
and subject line Bug#550265: fixed in pod2pdf 0.42-2
has caused the Debian Bug report #550265,
regarding pod2pdf: [PATCH] Use ISO 8601 standard for --timestamp
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.)


-- 
550265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pod2pdf
Version: 0.42-1
Severity: minor
Tags: patch


The following patch corrects the options --timestamp to use ISO 8601
standard for dates and times which is suitable (agnostic; only
numbers) for international use. See

      http://en.wikipedia.org/wiki/ISO_8601
      http://www.cl.cam.ac.uk/~mgk25/iso-time.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pod2pdf depends on:
ii  libgetopt-argvfile-perl       1.11-1     Perl module for reading script opt
ii  libpdf-api2-perl              0.73-1     module for creating or modifying P
ii  perl                          5.10.0-25  Larry Wall's Practical Extraction 
ii  perl-modules                  5.10.0-25  Core Perl modules

Versions of packages pod2pdf recommends:
ii  libfile-type-perl             0.22-1.1   determine file type using magic st
ii  libimage-size-perl            3.2-3      Perl module for determining images

pod2pdf suggests no packages.

-- no debconf information
>From 2eabe4eab57e12a832713a3833d93769e2db2e67 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Thu, 8 Oct 2009 21:30:42 +0300
Subject: [PATCH] (dateISO8601): New. Use ISO 8601 standard for date and time

Signed-off-by: Jari Aalto <[email protected]>
---
 bin/pod2pdf |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/bin/pod2pdf b/bin/pod2pdf
index 51e3c56..336a344 100755
--- a/bin/pod2pdf
+++ b/bin/pod2pdf
@@ -46,6 +46,21 @@ argvFile();  # Process @ARGV to load specified config files. 
(Function
              # in @ARGV with the contents of the specified file)
              
              
+
+#--------------------------------------------------------------------------
+
+sub dateISO8601 ($) {
+    my ($timeval) = shift || time;
+
+    warn "time: $timeval";
+
+    my ($yyyy, $MM, $dd, $hh, $mm) = (localtime $timeval)[5, 4, 3, 2, 1];
+    $yyyy += 1900;
+    $MM++;
+
+    sprintf "$yyyy-%02d-%02d %02d:%02d", $MM, $dd, $hh, $mm;
+}
+
 #--Parse command-line options----------------------------------------------
 
 my %options = (
@@ -74,9 +89,11 @@ GetOptions(\%config,
   version => sub{ print "This is pod2pdf, version $App::pod2pdf::VERSION\n"; 
exit }
 ) or die("[Error] Could not parse options");
 
-$config{title}  = (@ARGV) ? $ARGV[0] : 'STDIN' unless (exists $config{title});
-$config{title} .= (' - ' . ((@ARGV) ? scalar localtime($^T - (-M 
$ARGV[0])*24*60*60) : scalar localtime)) if (exists $config{timestamp});
+my $file = $ARGV[0];
+my $time = $file ? $^T - (-M $file) * 24 * 60 * 60 : time;
 
+$config{title}  = $file ? $file : 'STDIN' unless exists $config{title};
+$config{title} .= ' - ' .  dateISO8601 $time if exists $config{timestamp};
 
 #--Set output location-----------------------------------------------------
 
-- 
1.6.3.3


--- End Message ---
--- Begin Message ---
Source: pod2pdf
Source-Version: 0.42-2

We believe that the bug you reported is fixed in the latest version of
pod2pdf, which is due to be installed in the Debian FTP archive:

pod2pdf_0.42-2.debian.tar.gz
  to main/p/pod2pdf/pod2pdf_0.42-2.debian.tar.gz
pod2pdf_0.42-2.dsc
  to main/p/pod2pdf/pod2pdf_0.42-2.dsc
pod2pdf_0.42-2_all.deb
  to main/p/pod2pdf/pod2pdf_0.42-2_all.deb



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.
Steffen Moeller <[email protected]> (supplier of updated pod2pdf 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: Sun, 12 Sep 2010 17:25:16 +0200
Source: pod2pdf
Binary: pod2pdf
Architecture: source all
Version: 0.42-2
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller <[email protected]>
Changed-By: Steffen Moeller <[email protected]>
Description: 
 pod2pdf    - Plain Old Documentation to Portable Document Format converter
Closes: 541076 550265
Changes: 
 pod2pdf (0.42-2) unstable; urgency=low
 .
   * Documentation fixes (Closes: #541076).
   * Timestamp in ISO format (Closes: #550265)
Checksums-Sha1: 
 0081ebd22b2ae227d028e0f951bf11045fd7f228 1255 pod2pdf_0.42-2.dsc
 cea464a7138921ad8427f04a7ed604e5fa8e7b53 2846 pod2pdf_0.42-2.debian.tar.gz
 012894b97feaf719ba203f3a92023dcf3441eccf 18076 pod2pdf_0.42-2_all.deb
Checksums-Sha256: 
 81e833c03decbc59f0c4c301c6b7e6a2d23840127ed763d7283776172e821cf6 1255 
pod2pdf_0.42-2.dsc
 54248bdf145362252dbac0b9dccf1abbc73354d91dde0db378170aee349a25a5 2846 
pod2pdf_0.42-2.debian.tar.gz
 3a2e1537d27235f2f31483122a6d53a972bb9385e9f3cd291ae951da44031104 18076 
pod2pdf_0.42-2_all.deb
Files: 
 75627b10ad9308cc868bbdde99d57fb1 1255 perl optional pod2pdf_0.42-2.dsc
 8d634460240a610f032cda4ab64c7337 2846 perl optional 
pod2pdf_0.42-2.debian.tar.gz
 91430bea54459e7142df5fefd4dc3b0b 18076 perl optional pod2pdf_0.42-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyNJyQACgkQ1gXdnL6dUzknIQCggfKBeCANYDITJt5xpBC/IQ7r
u18AoI0Qp6WjO8eTOIw47u+Iex23m4PE
=94Kd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to