Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Thomas Dickey
On Sat, Jan 22, 2022 at 11:43:05AM -0500, Thomas Dickey wrote:
> On Sat, Jan 22, 2022 at 10:44:49AM -0500, Thomas Dickey wrote:
> > On Sat, Jan 22, 2022 at 10:39:33AM -0500, Thomas Dickey wrote:
> > ...
> > > Looking for a tool, I've seen "debmake".
> > > 
> > > "debmake -cc" merges the lists for all three authors (18 files),
> > > which is misleading.  debmake also gives incorrect information
> > > for the configure/make scripts in a similar fashion.
> 
> debmake misidentifies MIT/X11 license text as "Expat".

see  https://invisible-island.net/ncurses/ncurses-license.html#issues_expat

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Thomas Dickey
- Original Message -
| From: "Thomas Dickey" 
| To: 1003...@bugs.debian.org
| Cc: 1003770-submit...@bugs.debian.org
| Sent: Saturday, January 22, 2022 11:43:05 AM
| Subject: Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 
support for Unicode terminals

| On Sat, Jan 22, 2022 at 10:44:49AM -0500, Thomas Dickey wrote:
|> On Sat, Jan 22, 2022 at 10:39:33AM -0500, Thomas Dickey wrote:
|> ...
|> > Looking for a tool, I've seen "debmake".
|> > 
|> > "debmake -cc" merges the lists for all three authors (18 files),
|> > which is misleading.  debmake also gives incorrect information
|> > for the configure/make scripts in a similar fashion.
| 
| debmake misidentifies MIT/X11 license text as "Expat".
| (It also misleads on "install-sh").

see this:

https://lists.gnu.org/archive/html/automake/2018-09/msg1.html

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://ftp.invisible-island.net



Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Thomas Dickey
On Sat, Jan 22, 2022 at 10:44:49AM -0500, Thomas Dickey wrote:
> On Sat, Jan 22, 2022 at 10:39:33AM -0500, Thomas Dickey wrote:
> ...
> > Looking for a tool, I've seen "debmake".
> > 
> > "debmake -cc" merges the lists for all three authors (18 files),
> > which is misleading.  debmake also gives incorrect information
> > for the configure/make scripts in a similar fashion.

debmake misidentifies MIT/X11 license text as "Expat".
(It also misleads on "install-sh").

licensecheck does better (identifies the correct license),
but gets confused about extracting license text from some
commonly-used comment forms.

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Thomas Dickey
On Sat, Jan 22, 2022 at 10:39:33AM -0500, Thomas Dickey wrote:
...
> Looking for a tool, I've seen "debmake".
> 
> "debmake -cc" merges the lists for all three authors (18 files),
> which is misleading.  debmake also gives incorrect information
> for the configure/make scripts in a similar fashion.

https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

says that a single paragraph "may" be used in this instance,
but does not require it.  In the merges noted above, the result
is misleading, hence not an improvement.

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Thomas Dickey
On Sat, Jan 22, 2022 at 03:54:37PM +0100, Bastian Germann wrote:
> On Sat, 15 Jan 2022 09:31:08 -0500 Thomas Dickey  wrote:
> > Changes for the initial release:
> > 
> >  luit (2.0.20220111-1) unstable; urgency=low
> >  .
> >* Initial package release (Closes: #1003130)
> > 
> > Regards,
> 
> d/copyright: Juliusz Chroboczek's copyright notice is only mentioned for one 
> of the files.

odd, but I never noticed that, when copying the information from x11-utils.
It's incorrect there.

His name appears on 10 files:

charset.c:5:Copyright (c) 2001 by Juliusz Chroboczek
charset.h:5:Copyright (c) 2001 by Juliusz Chroboczek
iso2022.c:5:Copyright (c) 2001 by Juliusz Chroboczek
iso2022.h:5:Copyright (c) 2001 by Juliusz Chroboczek
luit.c:5:Copyright (c) 2001 by Juliusz Chroboczek
luit.h:5:Copyright (c) 2001 by Juliusz Chroboczek
parser.c:5:Copyright (c) 2001 by Juliusz Chroboczek
parser.h:4:Copyright (c) 2001 by Juliusz Chroboczek
sys.c:5:Copyright (c) 2001 by Juliusz Chroboczek
sys.h:5:Copyright (c) 2001 by Juliusz Chroboczek

Looking for a tool, I've seen "debmake".

"debmake -cc" merges the lists for all three authors (18 files),
which is misleading.  debmake also gives incorrect information
for the configure/make scripts in a similar fashion.

> Several other files include this as well. Tomohiro KUBOTA's copyright is also 
> misrepresented.

I see his name on two files:

other.c
other.h

However, inspecting the change history from XFree86,

https://gitlab.freedesktop.org/ajax/xfree86
git://people.freedesktop.org/~libv/xfree86

there are changes to these:

charset.c
charset.h
iso2022.c
iso2022.h
 
> I have invited you to https://salsa.debian.org/debian/luit.  Please use
> thatrepo goingforward.
> 
> Thanks,
> Bastian
> 

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-22 Thread Bastian Germann

On Sat, 15 Jan 2022 09:31:08 -0500 Thomas Dickey  wrote:

Changes for the initial release:

 luit (2.0.20220111-1) unstable; urgency=low
 .
   * Initial package release (Closes: #1003130)

Regards,


d/copyright: Juliusz Chroboczek's copyright notice is only mentioned for one of 
the files.
Several other files include this as well. Tomohiro KUBOTA's copyright is also 
misrepresented.

I have invited you to https://salsa.debian.org/debian/luit. Please use thatrepo 
goingforward.

Thanks,
Bastian



Bug#1003770: RFS: luit/2.0.20220111-1 [ITP] -- locale and ISO 2022 support for Unicode terminals

2022-01-15 Thread Thomas Dickey
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "luit":

 * Package name: luit
   Version : 2.0.20220111-1
   Upstream Author : Thomas Dickey 
 * URL : http://invisible-island.net/luit/
 * License : GPL-3, X11
 * Vcs : https://salsa.debian.org/dickey/luit
   Section : utils

It builds those binary packages:

  luit2 - locale and ISO 2022 support for Unicode terminals

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/luit/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/l/luit/luit_2.0.20220111-1.dsc

Changes for the initial release:

 luit (2.0.20220111-1) unstable; urgency=low
 .
   * Initial package release (Closes: #1003130)

Regards,

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature