Your message dated Sat, 14 Oct 2006 06:32:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388364: fixed in gworldclock 1.4.4-4
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: tzwatch
Version: 1.4.4-3
Severity: normal
Tags: patch


I get the following error:

L> tzwatch                                                
/usr/bin/tzwatch: line 137: [: ==: unary operator expected
Wed Sep 20 03:56:32 UTC 2006   
Wed Sep 20 07:56:32 MSD 2006   Europe/Moscow

The attached patch fixes the issue.

Regards,
  Dmitry

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

-- no debconf information
--- /usr/bin/tzwatch    2006-08-17 03:46:59.000000000 -0400
+++ tzwatch     2006-09-19 23:10:55.000000000 -0400
@@ -134,13 +134,13 @@
     # get the format string handled correctly (without providing a default 
     # format string myself in the case where the user does not give one)
     if [ -z "$DATEFORMAT" ]; then
-        if [ $zone == "Local" ]; then
+        if [ "$zone" == "Local" ]; then
            TZdate=$(LANG=C date)
         else
            TZdate=$(LANG=C TZ="$zone" date)
         fi
     else
-        if [ $zone == "Local" ]; then
+        if [ "$zone" == "Local" ]; then
            TZdate=$(LANG=C date "$DATEFORMAT")
         else
            TZdate=$(LANG=C TZ="$zone" date "$DATEFORMAT")

--- End Message ---
--- Begin Message ---
Source: gworldclock
Source-Version: 1.4.4-4

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

gworldclock_1.4.4-4.diff.gz
  to pool/main/g/gworldclock/gworldclock_1.4.4-4.diff.gz
gworldclock_1.4.4-4.dsc
  to pool/main/g/gworldclock/gworldclock_1.4.4-4.dsc
gworldclock_1.4.4-4_i386.deb
  to pool/main/g/gworldclock/gworldclock_1.4.4-4_i386.deb
tzwatch_1.4.4-4_all.deb
  to pool/main/g/gworldclock/tzwatch_1.4.4-4_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.
Drew Parsons <[EMAIL PROTECTED]> (supplier of updated gworldclock 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: Sat, 14 Oct 2006 23:14:28 +1000
Source: gworldclock
Binary: tzwatch gworldclock
Architecture: source i386 all
Version: 1.4.4-4
Distribution: unstable
Urgency: low
Maintainer: Drew Parsons <[EMAIL PROTECTED]>
Changed-By: Drew Parsons <[EMAIL PROTECTED]>
Description: 
 gworldclock - Displays time and date in specified time zones
 tzwatch    - Displays time and date in specified time zones on console
Closes: 388364
Changes: 
 gworldclock (1.4.4-4) unstable; urgency=low
 .
   * Use quote marks (and 'x') around $zone when testing if Local in
     tzwatch. Closes: #388364.
   * Accept ubuntu's .desktop menu file and uuencoded .png icon (flagged as
     a patch at http://packages.qa.debian.org/g/gworldclock.html). You'd
     think they'd have sent an email letting me know they'd made them,
     if they'd bothered to go to all the trouble of creating them. *sigh*
   * Use dh_install for both tzwatch and gworldclock.
   * #include <string.h> in zones.c, to get strlen() properly defined.
Files: 
 d82ebcf9610b6ba0e55837643d92ccb8 633 utils optional gworldclock_1.4.4-4.dsc
 994c6683514b7fe8ecb2bcd1ed655326 119269 utils optional 
gworldclock_1.4.4-4.diff.gz
 c8d01948170398d33e2514d73b246a54 12600 utils optional tzwatch_1.4.4-4_all.deb
 8011ce6e5517fd5245756bd761578ab7 40072 utils optional 
gworldclock_1.4.4-4_i386.deb

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

iD8DBQFFMOL1ts5wQWQSTkoRAoDxAJ9xPo5kv16pA2j/vFvaOMZbKE0+xACggSF9
pzH9AxxRAb3kkylWCs1AsHo=
=b801
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to