Your message dated Mon, 02 Oct 2006 10:47:27 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351596: fixed in nanoblogger 3.3~rc5-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nanoblogger
Version: 3.2.3-3
Severity: normal
Tags: patch

1)
The last line of February's calendar has only two entries: 27 and 28
(with cal -m, without -m there are 26-28). I was surprised to see
that they were right aligned in the table - i.e. attributed to the
wrong day.

calendar.sh outputs an emtpy table cell (<td style="text-align:
center;"></td>) for each "missing" day in cal's output, but it does
this _always_ at the beginning of the table row. That's fine for the
first row (starting with empty cells, then the cells with the days)
but it's wrong for the last row where it should be the other why
wrong.

In my patch I refined the check and added a second one after the
days.

(I'm a little surprised because this problem seems new and I'm not
really sure where it comes from.)

2)
cal outputs empty lines sometimes which are turned into empty table rows by
calender.sh. In my patch I changed the grep pattern for NUM_DAY_LINES
so that only lines with numbers are counted.

I hope you understand what I'm talking about and can make use of my
patch ;-)

Regards,
gregor

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.20060108
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information
--- calendar.sh.orig    2005-06-03 04:36:04.000000000 +0200
+++ calendar.sh 2006-02-06 00:23:46.000000000 +0100
@@ -19,3 +19,3 @@
 DAYS=`echo "$CALENDAR" |sed 1,2d`
-NUM_DAY_LINES=`echo "$DAYS" |grep -n "." |cut -c1`
+NUM_DAY_LINES=`echo "$DAYS" |grep -n "[0-9]" |cut -c1`
 
@@ -36,3 +36,3 @@
        echo '<tr>' >> "$PLUGIN_OUTFILE"
-       echo "$DN_LINES" | sed -e '/  [ \t]/ s//<td style="text-align: 
center;"><\/td>\ /g; /[0-9]/ s///g' >> "$PLUGIN_OUTFILE"
+       echo "$DN_LINES" | sed -e '/  $/ Q; /  [ \t]/ s//<td style="text-align: 
center;"><\/td>\ /g; /[0-9]/ s///g' >> "$PLUGIN_OUTFILE"
        for dn in $DN_LINES ; do
@@ -58,2 +58,3 @@
        done
+       echo "$DN_LINES" | sed -e '/^  / Q; /  [ \t]/ s//<td style="text-align: 
center;"><\/td>\ /g; /[0-9]/ s///g' >> "$PLUGIN_OUTFILE"
        echo '</tr>' >> "$PLUGIN_OUTFILE"

--- End Message ---
--- Begin Message ---
Source: nanoblogger
Source-Version: 3.3~rc5-1

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

nanoblogger_3.3~rc5-1.diff.gz
  to pool/main/n/nanoblogger/nanoblogger_3.3~rc5-1.diff.gz
nanoblogger_3.3~rc5-1.dsc
  to pool/main/n/nanoblogger/nanoblogger_3.3~rc5-1.dsc
nanoblogger_3.3~rc5-1_all.deb
  to pool/main/n/nanoblogger/nanoblogger_3.3~rc5-1_all.deb
nanoblogger_3.3~rc5.orig.tar.gz
  to pool/main/n/nanoblogger/nanoblogger_3.3~rc5.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.
Michal Čihař <[EMAIL PROTECTED]> (supplier of updated nanoblogger 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.7
Date: Mon, 18 Sep 2006 10:27:02 +0200
Source: nanoblogger
Binary: nanoblogger
Architecture: source all
Version: 3.3~rc5-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[EMAIL PROTECTED]>
Changed-By: Michal Čihař <[EMAIL PROTECTED]>
Description: 
 nanoblogger - small weblog engine for the UNIX command line
Closes: 351596 351694 352374 366866 366868 387476
Changes: 
 nanoblogger (3.3~rc5-1) unstable; urgency=low
 .
   * New maintainer (Closes: #387476).
   * New upstream release:
     - Default date format wrong (Closes: #366868).
     - BODY is described in documentation (Closes: #351694).
     - Documentation no longer mentions trap as requirement (Closes: #366866).
     - Updates entry pages on -u (Closes: #352374).
   * Fix calendar plugin output (Closes: #351596).
   * Updated to policy 3.7.2 (no changes needed).
   * Cleanup debian/rules.
     - Removed not needed CFLAGS.
     - Removed commented out commands.
     - Moved all rules to binary-indep as we are completely noarch.
   * Update man page with little help of help2man.
   * Removed unused man page in debian directory.
   * Include README and TODO as documentation.
   * Added tidy to recommends as it is used by default.
   * Added fortune and lynx to suggests as they might be optionally used.
Files: 
 72a89103232eb8c22db07b4ceaac792e 582 web optional nanoblogger_3.3~rc5-1.dsc
 fae7fdc610b88aaa67b47788ffa85c05 76419 web optional 
nanoblogger_3.3~rc5.orig.tar.gz
 e534798f33bf5753162189554024a47d 5345 web optional 
nanoblogger_3.3~rc5-1.diff.gz
 d49e335f5f0c2d6038291d9081099798 79748 web optional 
nanoblogger_3.3~rc5-1_all.deb

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

iD8DBQFFIUwcHTOcZYuNdmMRAnBzAKCb4So/GzKEdExsDYALuYNr6lYvJQCgrrDx
4BigAstQBwOpUDy4XXBQurU=
=DsPs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to