Your message dated Mon, 12 Mar 2018 18:04:51 +0000
with message-id <e1evroz-000iue...@fasolo.debian.org>
and subject line Bug#891381: fixed in undertime 1.3.0
has caused the Debian Bug report #891381,
regarding undertime: prints terminal escape sequences to pipes/files
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 ow...@bugs.debian.org
immediately.)


-- 
891381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: undertime
Version: 1.1.0
Severity: normal

undertime prints terminal escape sequences to pipes and files.
It should drop the highlighting when stdout is not a terminal.
It looks like it maybe should use different characters for the
table cell borders as well because the ansi2txt output is ugly.

$ undertime | less
ESC(0lqqqqqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqqqqqquESC(B
ESC(0xESC(B 00:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 01:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 02:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 03:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 04:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 05:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 06:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 07:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 08:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[1m08:30ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m09:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m10:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m11:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m12:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m13:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m14:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m15:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m16:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m17:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 18:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 19:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 20:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 21:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 22:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 23:00ESC[0m ESC(0xESC(B
ESC(0mqqqqqqqjESC(B
(END)
$ undertime > foo
$ less foo
ESC(0lqqqqqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqqqqqquESC(B
ESC(0xESC(B 00:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 01:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 02:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 03:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 04:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 05:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 06:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 07:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 08:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[1m08:31ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m09:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m10:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m11:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m12:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m13:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m14:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m15:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m16:00ESC[0m ESC(0xESC(B
ESC(0xESC(B ESC[33m17:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 18:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 19:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 20:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 21:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 22:00ESC[0m ESC(0xESC(B
ESC(0xESC(B 23:00ESC[0m ESC(0xESC(B
ESC(0mqqqqqqqjESC(B
foo (END)
$ undertime | ansi2txt
0lqqqqqqqkB
0xB  AWST 0xB
0tqqqqqqquB
0xB 00:00 0xB
0xB 01:00 0xB
0xB 02:00 0xB
0xB 03:00 0xB
0xB 04:00 0xB
0xB 05:00 0xB
0xB 06:00 0xB
0xB 07:00 0xB
0xB 08:00 0xB
0xB 08:33 0xB
0xB 09:00 0xB
0xB 10:00 0xB
0xB 11:00 0xB
0xB 12:00 0xB
0xB 13:00 0xB
0xB 14:00 0xB
0xB 15:00 0xB
0xB 16:00 0xB
0xB 17:00 0xB
0xB 18:00 0xB
0xB 19:00 0xB
0xB 20:00 0xB
0xB 21:00 0xB
0xB 22:00 0xB
0xB 23:00 0xB
0mqqqqqqqjB

-- System Information:
Debian Release: buster/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), 
LANGUAGE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages undertime depends on:
ii  python3                 3.6.4-1
ii  python3-parsedatetime   2.4-2
ii  python3-termcolor       1.1.0-1
ii  python3-terminaltables  3.1.0-2
ii  python3-tz              2018.3-2

undertime recommends no packages.

undertime suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: undertime
Source-Version: 1.3.0

We believe that the bug you reported is fixed in the latest version of
undertime, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antoine Beaupré <anar...@debian.org> (supplier of updated undertime 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 12 Mar 2018 13:28:02 -0400
Source: undertime
Binary: undertime
Architecture: source all
Version: 1.3.0
Distribution: unstable
Urgency: medium
Maintainer: Antoine Beaupré <anar...@debian.org>
Changed-By: Antoine Beaupré <anar...@debian.org>
Description:
 undertime  - pick a meeting time using a table of world clocks
Closes: 891381
Changes:
 undertime (1.3.0) unstable; urgency=medium
 .
   * do not output colors outside of terminals (Closes: #891381)
   * improve introduction in README
   * cross-ref contributing and code pages
   * add "say thanks" badge
   * fix crash on failed zone search introduced in 1.2
   * make warnings look a little nicer
Checksums-Sha1:
 66b9483f81146d8478eef292ec7fdd5aafdb3d9f 1350 undertime_1.3.0.dsc
 5d1b47d9378151edaa421b197f81f20ffbef8996 66712 undertime_1.3.0.tar.xz
 02a70bbc5146b336c1e455195f406c1afb085987 26428 undertime_1.3.0_all.deb
 e9b8aa32e404c65004054511972333cf1f71076e 5879 undertime_1.3.0_amd64.buildinfo
Checksums-Sha256:
 3f29b3ec854689e4982f2d0e7c601d67503f9afdecd11777f6daee5672d78064 1350 
undertime_1.3.0.dsc
 e2545175ff2dc3615b0c583d9d4b7f3aa5eae9b08adf28ab78cbad88bf12ebee 66712 
undertime_1.3.0.tar.xz
 17e0a4d77659aa1a0dfe0d86999b04fa79255ba84e9384c75c940c8e46656efc 26428 
undertime_1.3.0_all.deb
 6cf976adc5b09772a9fb24bb94cf294963d61d62e31ba73d0af99801786536e4 5879 
undertime_1.3.0_amd64.buildinfo
Files:
 03bab090a2fa576efcbb149a6d53c03a 1350 python optional undertime_1.3.0.dsc
 558343b84b8c4d676a4d27688da0f81f 66712 python optional undertime_1.3.0.tar.xz
 c3c7ef96aee291123115a158b7fdd52f 26428 python optional undertime_1.3.0_all.deb
 da0c6c06283fb02134c514e37979ffb7 5879 python optional 
undertime_1.3.0_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEexZCBNCWcjsBljWrPqHd3bJh2XsFAlqmvKsACgkQPqHd3bJh
2XtnSgf/Sa8R5iPEfFSHQ2c5OSvOcH4FrRBvHjXLgixP5hNT035FmWkk40I8psdf
EykqAqq0M8/bebHkzsXduqQlc+9vZ/2pPkK+glzbuYgngtAApxZoe89NqhnA06hj
6T6BEHRNF5XQ8ledzejsqubctGw8f5dIxYdi/uuGDgWECXMm+KLRu1GdTIF07fD/
R66dgSZP94gVfsXdudPxnnqSwmzR2NPGo/Q3w6SUkO07EZT0w4yyA7k00Zy3peTg
e4Dsx4l6hDhoNfv4/b7S0L9EqfLfg6I24Y60MR2nWBj9FBeo+PcZJCg4Z3w1ZOCW
cBILza605jlrjln4DheSXUL+QtzKsw==
=ET7b
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to