#606456 pcal does not print holidays correctly

Package:
pcal
Source:
pcal
Description:
generate Postscript calendars without X
Submitter:
Pedro Zorzenon Neto
Date:
2010-12-09 12:12:04 UTC
Severity:
normal
#606456#5
Date:
2010-12-09 12:00:50 UTC
From:
To:
Hi,

  I have a problem with pcal, to reproduce it, follow the steps:

mv ~/.calendar ~/.calendar-backup || true
echo "nov 4* City Holiday" > ~/.calendar

pcal -P a4 -o /tmp/file1.ps -a pt -b all -B -O holiday 11 2010 1
pcal -P a4 -o /tmp/file2.ps -a pt -b all -B -O holiday 11 2010 14
pcal -P a4 -o /tmp/file3.ps -a pt -b all -B -O holiday 11 2011 1

today is 9/dec/2010

file1 -> nov/4/2010 is holiday
file2 -> nov/4/2010 is holiday, nov/4/2011 is NOT holiday
file3 -> nov/4/2011 is NOT holiday

  It seems pcal is not handling holidays for the next year.

  Thanks,
  Pedro