Minor, update maintainer last name

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2024-12-06 18:47:12 +01:00
parent fb4d7268de
commit 22bdb0478c
3 changed files with 10 additions and 9 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: editline
Section: devel
Priority: optional
Build-Depends: debhelper (>= 10), libtool
Maintainer: Joachim Nilsson <troglobit@gmail.com>
Maintainer: Joachim Wiberg <troglobit@gmail.com>
Standards-Version: 4.3.0
Package: libeditline-dev

4
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: editline
Upstream-Contact: Joachim Nilsson <troglobit@gmail.com>
Upstream-Contact: Joachim Wiberg <troglobit@gmail.com>
Source: http://github.com/troglobit/editline
Comment: This package was originally debianized by Jim Studt <jim@federated.com>
on Fri, 5 May 2000 13:25:51 -0500. It was received from, then upstream
@ -11,7 +11,7 @@ Copyright: 1992,1993 Simmule Turner and Rich Salz.
License: C-News
Files: debian/*
Copyright: 2010-2020 Joachim Nilsson <troglobit@gmail.com>
Copyright: 2010-2020 Joachim Wiberg <troglobit@gmail.com>
License: BSD-2-clause
License: C-News

View File

@ -275,12 +275,13 @@ int main(void)
The original editline library was posted to comp.sources.unix newsgroup
by created by Simmule R. Turner and Rich Salz in 1992. It now exists in
several forks: Debian, Minix, Heimdal, Festival speech tools, Mozilla,
Google Gadgets for Linux, and many other places. The original manual
page was made by David W. Sanderson.
Google Gadgets for Linux, and many others. The original manual page was
made by David W. Sanderson.
.Pp
This version was originally based on the Minix 2 sources, but has since
evolved to include patches from all relevant forks. It is currently
maintained by Joachim Nilsson at GitHub,
.Aq http://github.com/troglobit/editline
This version stems from the Minix 2 sources, but has since evolved to
include patches from all relevant forks. It is currently maintained by
.An Joachim Wiberg
at
.Lk https://github.com/troglobit/editline "GitHub" .
.Sh BUGS
Does not handle multiple lines or unicode characters well.