Your message dated Thu, 07 Jan 2010 15:39:36 +0000
with message-id <[email protected]>
and subject line Bug#400823: fixed in pcal 4.11.0-1
has caused the Debian Bug report #400823,
regarding pcal: -J option outputs broken PostScript
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.)


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

The -J option (print Julian days remaining in the year) outputs raw
PostScript in the printed calendar instead of the desired number, due
to a pair of unescaped backslashes.  The attached patch produces the
desired output.


-- 
Nicholas Breen
[email protected]
diff -Nru pcal-4.10.0/src/writefil.c pcal-4.10.0-julianfix/src/writefil.c
--- pcal-4.10.0/src/writefil.c  2006-07-24 17:45:37.000000000 -0700
+++ pcal-4.10.0-julianfix/src/writefil.c        2006-11-28 14:14:59.000000000 
-0800
@@ -1275,8 +1275,8 @@
          printf("              /jday jdstart day add 1 sub def\n");
          printf("              /str jday 3 string cvs def\n");
          printf("              julian-dates true eq {          %% print days 
left in year?\n");
-         printf("                      /str str ( \050) strcat yearlen jday 
sub 3 string cvs\n");
-         printf("                              strcat (\051) strcat def\n");
+         printf("                      /str str ( \\050) strcat yearlen jday 
sub 3 string cvs\n");
+         printf("                              strcat (\\051) strcat def\n");
          printf("              } if\n");
          printf("              gsave\n");
          printf("              str dup stringwidth pop 0 exch sub 0 rmoveto 
show\n");

--- End Message ---
--- Begin Message ---
Source: pcal
Source-Version: 4.11.0-1

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

pcal_4.11.0-1.diff.gz
  to main/p/pcal/pcal_4.11.0-1.diff.gz
pcal_4.11.0-1.dsc
  to main/p/pcal/pcal_4.11.0-1.dsc
pcal_4.11.0-1_i386.deb
  to main/p/pcal/pcal_4.11.0-1_i386.deb
pcal_4.11.0.orig.tar.gz
  to main/p/pcal/pcal_4.11.0.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.
Camm Maguire <[email protected]> (supplier of updated pcal 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: Thu, 07 Jan 2010 14:59:50 +0000
Source: pcal
Binary: pcal
Architecture: source i386
Version: 4.11.0-1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire <[email protected]>
Changed-By: Camm Maguire <[email protected]>
Description: 
 pcal       - generate Postscript calendars without X
Closes: 400823
Changes: 
 pcal (4.11.0-1) unstable; urgency=low
 .
   * New upstream release
   * Bug fix: "-J option outputs broken PostScript", thanks to
     [email protected] (Nicholas Breen)</a>; (Closes: #400823).
Checksums-Sha1: 
 c8612c55666cf6791d37e509f2e2069da72e08ea 943 pcal_4.11.0-1.dsc
 214bcb4c4b7bc986ae495c96f2ab169233a7f973 324368 pcal_4.11.0.orig.tar.gz
 14145f29f2c985fd1eb215882f028da837fc8f41 6598 pcal_4.11.0-1.diff.gz
 83a744a97b03bf0ccbecc3b8dd5568e46cf08446 232410 pcal_4.11.0-1_i386.deb
Checksums-Sha256: 
 c12769c929b983664d767f3c384a144b756e61d0674136860f61c0de978eb4c0 943 
pcal_4.11.0-1.dsc
 8406190e7912082719262b71b63ee31a98face49aa52297db96cc0c970f8d207 324368 
pcal_4.11.0.orig.tar.gz
 897107505770da558c9203516ae2d707d2564c8dbda7ea993358e8cf85b3334d 6598 
pcal_4.11.0-1.diff.gz
 60dca83545c84b674184a18a9ad6ff8d9cfe6cfb2450cc52701731d5353a00a2 232410 
pcal_4.11.0-1_i386.deb
Files: 
 c11d45c70ddee15766bd2aad886e117b 943 utils optional pcal_4.11.0-1.dsc
 0ed7e9bec81fe3bdd62f8af283bef704 324368 utils optional pcal_4.11.0.orig.tar.gz
 0b31611e2468fad8f7a4cae551f1a00a 6598 utils optional pcal_4.11.0-1.diff.gz
 5aca1659f8ec9aa217bd25d11493a6cd 232410 utils optional pcal_4.11.0-1_i386.deb

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

iEYEARECAAYFAktF+/MACgkQczG1wFfwRdwyegCgjzFYHXtNZ//mDs66GVtBaEni
NpYAoJXl8C1T+XxjZ7YNrtoKUTlcR+IB
=jXaf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to