Your message dated Fri, 13 Jan 2023 22:38:15 +0000
with message-id <[email protected]>
and subject line Bug#1023686: fixed in readline 8.2-1.3
has caused the Debian Bug report #1023686,
regarding readline: Inaccurate copyright file
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 [email protected]
immediately.)


-- 
1023686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023686
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: readline
Version: 8.2-1.1
Severity: serious
Tags: patch

The debian/copyright file is missing some information (copyright statements and 
at least one license).
I have put together and attached machine-readable versions of the two copyright 
files with added info.

You should repack to get rid of the embedded rlwrap copy and the non-source doc 
files (#1023683),
which would simplify maintaining the copyright files.

The licenses of the embedded fonts are not included in the attached copyright 
file.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment:
    This is Debian GNU/Linux's prepackaged version of the FSF's GNU
    Readline library.
 .
    This package was put together by Matthias Klose <[email protected]>,
    derived from the bash package by Guy Maor <[email protected]>.
Upstream-Name: Readline
Upstream-Contact: 
    Chet Ramey <[email protected]>
    Jeff Solomon <[email protected]> (examples/excallback.c)
    Harold Levy <[email protected]> (examples/rl-fgets.c)
Source: http://ftp.gnu.org/gnu/readline/

Files: *
Copyright:
    Copyright (C) 1987-2022 Free Software Foundation, Inc.
License: GPL-3+
    Readline is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 .
    This package is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 .
    You should have received a copy of the GNU General Public License
    along with Readline.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files: examples/readlinebuf.h
       examples/rl-fgets.c
       examples/rlfe/*
       examples/rlwrap-*.tar.gz
Copyright:
    Copyright (C) 1987-2022 Free Software Foundation, Inc.
    Copyright (c) 2001 by Dimitris Vyzovitis [[email protected]]
    Copyright (C) 1999 Jeff Solomon (examples/excallback.c)
    Copyright (C) 2003-2004 Harold Levy (examples/rl-fgets.c)
    Copyright (c) 1993-2002 Juergen Weigert 
([email protected])
    Copyright (c) 1993-2002 Michael Schroeder 
([email protected])
    Copyright (C) 1987 Oliver Laumann (examples/rlfe)
    Copyright (C) 2004, 1999 Per Bothner
    Copyright (C) 2000-2007 Hans Lub
    Copyright (C) 1999-2001 Geoff Wing
    Copyright (C) Damian Ivereigh 2000
License: GPL-2+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2, or (at your option)
    any later version.
 .
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 .
    You should have received a copy of the GNU General Public License
    along with this program (see the file COPYING); if not, write to the
    Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
Comment:
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 .
 The rlwrap example is also available in its own Debian package.
 The code copyrighted by Damian Ivereigh is licensed under LGPL-2.1+.

Files: doc/*.texi doc/*.info doc/*.html doc/*.[03] doc/*.dvi doc/*.pdf doc/*.ps
Copyright:
    Copyright (C) 1988-2015 Free Software Foundation, Inc.
License: GFDL-NIV-1.3+
    Permission is granted to copy, distribute and/or modify this
    document under the terms of the GNU Free Documentation License,
    Version 1.3 or any later version published by the Free Software
    Foundation; with no Invariant Sections, no Front-Cover Texts, and
    no Back-Cover Texts.  A copy of the license is included in the
    section entitled "GNU Free Documentation License".
Comment:
 On Debian systems, the complete text of the GNU Free Documentation
 License can be found in `/usr/share/common-licenses/GFDL'.

Files: support/wcwidth.c
Copyright: Markus Kuhn
License: ISC-no-attribution
 Permission to use, copy, modify, and distribute this software
 for any purpose and without fee is hereby granted. The author
 disclaims all warranties with regard to this software.

Files: debian/*
Copyright:
    Copyright (C) 1999-2009 Matthias Klose <[email protected]>
License: GPL-3
 The Debian packaging is licensed under the GPL version 3, 
 see `/usr/share/common-licenses/GPL-3'.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment:
    This is Debian GNU/Linux's prepackaged version of the rlfe program.
    This package was put together by Matthias Klose <[email protected]>.
Upstream-Contact:
    Per Bothner <[email protected]>
    Juergen Weigert <[email protected]> (examples/rlfe)
    Michael Schroeder <[email protected]> (examples/rlfe)
Source: http://ftp.gnu.org/gnu/readline/

Files: examples/rlfe/*
Copyright:
    Copyright (C) 2004, 1999 Per Bothner
    Copyright (c) 1993-2002 Juergen Weigert ([email protected])
    Copyright (c) 1993-2002 Michael Schroeder ([email protected])
    Copyright (c) 1987 Oliver Laumann
License: GPL-2+
    A front-end using readline to "cook" input lines for Kawa.
 .
    Copyright (C) 1999  Per Bothner
 .
    This front-end program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as published
    by the Free Software Foundation; either version 2, or (at your option)
    any later version.
 .
    Some code from Johnson & Troan: "Linux Application Development"
    (Addison-Wesley, 1998) was used directly or for inspiration.
Comment:
 You should have received a copy of the GNU General Public License with
 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-2.  If not,
 write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA 02110-1301, USA.

--- End Message ---
--- Begin Message ---
Source: readline
Source-Version: 8.2-1.3
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
readline, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated readline 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jan 2023 21:49:45 +0100
Source: readline
Architecture: source
Version: 8.2-1.3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1023686
Changes:
 readline (8.2-1.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Convert d/copyright to machine-readable format, adding missing info.
     (Closes: #1023686)
Checksums-Sha1:
 e1c7e6d091e872bbf80e7ddb64bb99a3d037359e 2553 readline_8.2-1.3.dsc
 8fef2c52ad945f1561798fc60249db324066f503 30016 readline_8.2-1.3.debian.tar.xz
 62e8f7b54e4c80c1f4a66b7006f1cd37bb607638 6817 readline_8.2-1.3_source.buildinfo
Checksums-Sha256:
 05497ea99bef3f14b8d502cbe3f84fe7bbc0bce1c4f139ca32f0fd60dcac977e 2553 
readline_8.2-1.3.dsc
 8cd3c02d6c07b4cf57da607de168a9e347ee05c31857f0f6236fe3df4fc207d9 30016 
readline_8.2-1.3.debian.tar.xz
 10d87a0c209b2b31100f9a87184dfc93d2cfef06d0c3c645c94d5bc4d92f3587 6817 
readline_8.2-1.3_source.buildinfo
Files:
 ea61e975dce02b26f6c6bb4b206e85f7 2553 libs optional readline_8.2-1.3.dsc
 2a9c71d507fc600a5a11e5a321335646 30016 libs optional 
readline_8.2-1.3.debian.tar.xz
 678de321b8044efb08ed79d24ab73b47 6817 libs optional 
readline_8.2-1.3_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmO0lXwQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFI2PDACl6pGXuSjyHl+ub7PNpWHiIcgxpAYbhuXR
mrn6qSU/fv9bHlB6nzLRFK18hd17PB8L3zPHYJSikyeqgCC6yg5cyCOheE4YRxaw
B6zSgpLFYM07O1BjN4tSzIdiYcdcIGRVoGbkC/SVQchkZIr+7CIW8tg+Ne5HI4LD
QN4doR34R6bOFMGjt2arLd2I2misGLrXQYH49MHGZJe0urdCufItIOElokmYTK4Z
OZq5xuZjd5M1zeenGHZj1WdDH7mBjxeUFX5bZRq0Smr6CFNlDCn+jmMzrt6m/c2w
oeDC2KlWKVoiI0yMEew5Gkg5w+ZFKbsm1TX7v+dh+Ktdhld3NZew67DvELspVZM9
ktRx2NJc8dAfxRGJsOHS6c0m9dGhRj9oYMpGl27SWXLaUmz1w07GVsdu27bN5666
ticjMo1g4xBjQ8RXXS/4STwPaOHPJPmHi+2Xu1fIvt177y2LOs9W6IoGYGV6xPr7
ZY6wrEdYdd3NjlsLX2c55xyp7qfQY/w=
=EuQf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to