Bug#1028231: unibilium: parse-terminfo test uses wrong terminfo directory

2023-06-22 Thread Sven Joachim
Control: found -1 2.1.0-2 On 2023-06-20 10:05 -0400, James McCoy wrote: > On Mon, Jun 19, 2023 at 09:42:39PM +0200, Sven Joachim wrote: >> FYI, the ncurses-base package in experimental has moved the terminfo >> files to /usr/share/terminfo, and indeed the parse-terminfo autopkgtest >> does not

Bug#1028231: unibilium: parse-terminfo test uses wrong terminfo directory

2023-06-20 Thread James McCoy
On Mon, Jun 19, 2023 at 09:42:39PM +0200, Sven Joachim wrote: > FYI, the ncurses-base package in experimental has moved the terminfo > files to /usr/share/terminfo, and indeed the parse-terminfo autopkgtest > does not do anything[1]. Maybe it is time to upload the pending fixes, > now that

Bug#1028231: unibilium: parse-terminfo test uses wrong terminfo directory

2023-06-19 Thread Sven Joachim
On 2023-01-08 18:17 +0100, Sven Joachim wrote: > Source: unibilium > Version: 2.1.0-1 > > The parse-terminfo autopkgtest uses a wrong directory for terminfo files > below /usr: > > , > | for term in ansi xterm screen rxvt-unicode; do > | libterm=/lib/terminfo/${term%${term#?}}/${term} > |

Bug#1028231: unibilium: parse-terminfo test uses wrong terminfo directory

2023-01-11 Thread Sven Joachim
Control: tags -1 + patch On 2023-01-08 18:17 +0100, Sven Joachim wrote: > Source: unibilium > Version: 2.1.0-1 > > The parse-terminfo autopkgtest uses a wrong directory for terminfo files > below /usr: > > , > | for term in ansi xterm screen rxvt-unicode; do > |

Bug#1028231: unibilium: parse-terminfo test uses wrong terminfo directory

2023-01-08 Thread Sven Joachim
Source: unibilium Version: 2.1.0-1 The parse-terminfo autopkgtest uses a wrong directory for terminfo files below /usr: , | for term in ansi xterm screen rxvt-unicode; do | libterm=/lib/terminfo/${term%${term#?}}/${term} | usrterm=/usr/${libterm} ` The (bulk of the) terminfo