Bug#891381: marked as done (undertime: prints terminal escape sequences to pipes/files)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 18:04:51 +
with message-id 
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(0lqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqquESC(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(0mqqqjESC(B
(END)
$ undertime > foo
$ less foo
ESC(0lqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqquESC(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(0mqqqjESC(B
foo (END)
$ undertime | ansi2txt
0lqqqkB
0xB  AWST 0xB
0tqqquB
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
0mqqqjB

-- 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


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 

Bug#891381: marked as done (undertime: prints terminal escape sequences to pipes/files)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 16:09:01 +
with message-id 
and subject line Bug#891381: fixed in undertime 1.2.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(0lqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqquESC(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(0mqqqjESC(B
(END)
$ undertime > foo
$ less foo
ESC(0lqqqkESC(B
ESC(0xESC(B  AWST ESC(0xESC(B
ESC(0tqqquESC(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(0mqqqjESC(B
foo (END)
$ undertime | ansi2txt
0lqqqkB
0xB  AWST 0xB
0tqqquB
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
0mqqqjB

-- 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


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: undertime
Source-Version: 1.2.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