Your message dated Fri, 17 Oct 2014 15:49:42 +0000
with message-id <[email protected]>
and subject line Bug#763312: fixed in bsdmainutils 9.0.6
has caused the Debian Bug report #763312,
regarding bsdmainutils: calendar.judaic is malformed and does not output 
anything.
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.)


-- 
763312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763312
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bsdmainutils
Version: 9.0.3
Severity: normal
Tags: patch

Dear Maintainer,

$ calendar -A300 -B300 -f /usr/share/calendar/calendar.judaic
# vi /usr/share/calendar/calendar.judiac
        (remove two spaces, and replace with a tab on any line)
$ calendar -A300 -B300 -f /usr/share/calendar/calendar.judaic
Sep 29* Parshat Ha'Aninu
# apt-get install python-hdate
$ python <( zcat /usr/share/doc/bsdmainutils/calendarJudaic.py.gz ) > 
calendar.judaic
$ calendar -A300 -B300 -f calendar.judaic
$ [apply my patch]
$ calendar -A10 -B10 -f calendar.judaic
[Output]
        .
        .
        .
[Output]

The output of the current version of calendarJudaic.py does not conform
to the format which calendar expects and all lines are neglected. 

The patch applies cleanly to origin/master as of today (4ec6e5f).

-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils     1:2.20.1-5.3
ii  debianutils  4.3.2
ii  libc6        2.13-38+deb7u4
ii  libncurses5  5.9-10
ii  libtinfo5    5.9-10

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp                   4:4.7.2-1
pn  vacation              <none>
ii  wamerican [wordlist]  7.1-1
ii  whois                 5.1.1~deb7u1

-- no debconf information
>From 4e317d4c4bf00c59e47f88b17b6583ae01cf56df Mon Sep 17 00:00:00 2001
From: Robbin Edgren <[email protected]>
Date: Mon, 29 Sep 2014 09:14:19 +0200
Subject: [PATCH] Judaic calendars must conform to calendar format.

The man page of calendar states:

	Day descriptions start after the first <tab>
	character in the line; if the line does not
	contain a <tab> character, it isn't printed
	out.

However, the output of calendarJudaic.py doesn't have a
tabulator but two spaces instead. This patch fixes that.
---
 debian/calendarJudaic.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/calendarJudaic.py b/debian/calendarJudaic.py
index 91f4bfe..d4c9639 100644
--- a/debian/calendarJudaic.py
+++ b/debian/calendarJudaic.py
@@ -127,23 +127,23 @@ LANG=UTF-8
     parasha['diaspora'] = h.get_parasha_string(0)
     if holyday['Israel']:
       if holyday['Israel'] == holyday['diaspora']:
-        print "%02d/%02d*  %s" % (day, month, holyday['Israel'])
+        print "%02d/%02d*	%s" % (day, month, holyday['Israel'])
       else:
-        print "%02d/%02d*  %s (Israel only)" % \
+        print "%02d/%02d*	%s (Israel only)" % \
                                 (day, month, holyday['Israel'])
     elif holyday['diaspora']:
-      print "%02d/%02d*  %s (diaspora only)" % \
+      print "%02d/%02d*	%s (diaspora only)" % \
                                 (day, month, holyday['diaspora'])
     if parasha['Israel']  and  parasha['Israel'] != 'none':
       if parasha['Israel'] == parasha['diaspora']:
-      	print "%02d/%02d*  Parshat %s" % \
+        print "%02d/%02d*	Parshat %s" % \
                                 (day, month, parasha['Israel'])
       else:
-        print "%02d/%02d*  %s (Israel only)" % \
+        print "%02d/%02d*	%s (Israel only)" % \
                                 (day, month, parasha['Israel'])
     elif parasha['diaspora']  and  parasha['diaspora'] != 'none':
     # See http://bugs.debian.org/583092 why 'none' is required here.
-      print "%02d/%02d*  Parshat %s (diaspora only)" % \
+      print "%02d/%02d*	Parshat %s (diaspora only)" % \
                                 (day, month, parasha['diaspora'])
 
   print footer
-- 
1.9.1


--- End Message ---
--- Begin Message ---
Source: bsdmainutils
Source-Version: 9.0.6

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

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.
Michael Meskes <[email protected]> (supplier of updated bsdmainutils 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: SHA256

Format: 1.8
Date: Fri, 15 Aug 2014 11:46:48 +0200
Source: bsdmainutils
Binary: bsdmainutils
Architecture: source amd64
Version: 9.0.6
Distribution: unstable
Urgency: medium
Maintainer: Debian Bsdmainutils Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
 bsdmainutils - collection of more utilities from FreeBSD
Closes: 729038 737159 737348 741386 750216 759675 763312
Changes:
 bsdmainutils (9.0.6) unstable; urgency=medium
 .
   * Add Ubuntu 13.04 release date to calendar.ubuntu.
   * Update Dutch calendar for royal succession.
     Thanks to Sander Steffann <[email protected]> (Closes: #750216)
   * Updated control file.
   * Completely convert kyrillic calendars.
     Thanks to Sergey Romanov <[email protected]>
   * Explain option 'p' and 'f' better in manpage (Closes: #759675)
   * Fix calendar.judaic format.
     Thanks to Robbin Edgren <[email protected]> (Closes: #763312)
   * Calculate Jewish calendars for five years. (Closes: #741386)
   * Symlink Judaic calendar for the current year.
   * Increase maximal line length to 1MB (Closes: #737348)
   * Process tabs in column binary (Closes: #729038)
   * Prevent buffer overrins in col (Closes: #737159)
Checksums-Sha1:
 332f20da8d8d5bcf53a6b26311063b1f37367f80 1699 bsdmainutils_9.0.6.dsc
 26a24856e8e026eeca8978a8b5074c83c7fd0db2 280770 bsdmainutils_9.0.6.tar.gz
 b9573ed2e7d687f448bb1c5b12e00dc35c4b6dfa 183214 bsdmainutils_9.0.6_amd64.deb
Checksums-Sha256:
 751d8620245f0a8d8bdf791f9eded0d654b3890eb548aa120fd5e64ebc8ab3e9 1699 
bsdmainutils_9.0.6.dsc
 48868ac99c8dd92a69bb430e6bdf865602522ad3a2f5a0dd9cae77b46fc93b57 280770 
bsdmainutils_9.0.6.tar.gz
 afaa9217a2454f03021fa57653779470a12d89d747d8e318b9f97af36a52fbdd 183214 
bsdmainutils_9.0.6_amd64.deb
Files:
 4bd9a59494a786a21956cd3c2adfe29a 1699 utils important bsdmainutils_9.0.6.dsc
 afdbd3e8cddb349b01adc0c6e9f1254f 280770 utils important 
bsdmainutils_9.0.6.tar.gz
 7fd92f542150e553b152b9e5a48fd2f1 183214 utils important 
bsdmainutils_9.0.6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVEEfTt8j2jOWl46zAQjQOA//RYLTtU/vyq/l5No0mWwxzAQSSY1ES45a
//m6M255uE8H2P40bGqxhG4IwGVQOu+pftY2Jh65q90ITOMCp2mDL3AVtowBSOHk
aC73EUJFcOQkNMZl1QWItImcnjmQpW7UQqlz3nbonr4FCL4S05yGrSLvRIDetsjI
SvgZ5MNINP+zvQj4jdoD4cY1oS8wni2En1usBIzZj7i7HqEplit4B/5Fto051fFt
2rPYqQGnqU898CLhkw4jC+LvwYbOeyTpbYPeNa4hLfI7+UK8Xc7feGIOoIGqKNa2
BHIX8Rt+CoNlJFJE8FEEwpgHg0pkIa3fUuSoGqah/aWNNV+ys5X7kZiv+QskZAVq
nvJ4eEAenbZHicFhV+nebwkJuYCyix5i1D4keiZKdkrRuYmw18Gf21B+Uzv9gtVd
EQ1gNdV3/wNUWi/26V7XdAUXh4kFUAxEP4pCZzq7aXbj5QX2V0WWTz5cUdubY13S
5cW4D9KvHUIYNArXAvf/0QAImXwoEvfyUJlvrUVSRhnPpvKl+zmJhutBQiZH9A6q
GsmyV63nvvDFKLe7c15powVm9mF7QtPNqqT85qhdds9SyWF6bWydtPAGWiTQXJuC
/QaUApe0QhA+crP9PjADo5G+azIurdBax7lx7dZsYZJiA5PmPpv1tW7jqYR6Zq0H
rokQXSIiKRg=
=i+Vu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to