Control: tags -1 patch Please find a patch attached.
The BSD license in common-licenses refers to "the University" and "THE REGENTS", which I have replaced with copyright holder(s), which is the version in use at OSI. I have made that change because I assume that you are not representing any university with your packaging work. The note about upstream's mail does not belong to the copyright file but to README.source, which I have created.
diff -Nru rungetty-1.2/debian/changelog rungetty-1.2/debian/changelog --- rungetty-1.2/debian/changelog 2024-12-31 10:33:58.000000000 +0100 +++ rungetty-1.2/debian/changelog 2025-08-29 17:37:20.000000000 +0200 @@ -1,3 +1,12 @@ +rungetty (1.2-16.4) unstable; urgency=medium + + * Non-maintainer upload. + * Introduce README.source to document upstream state. + * d/copyright: Convert to machine-readable copyright. + (Closes: #1112454) + + -- Bastian Germann <[email protected]> Fri, 29 Aug 2025 17:38:41 +0200 + rungetty (1.2-16.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru rungetty-1.2/debian/copyright rungetty-1.2/debian/copyright --- rungetty-1.2/debian/copyright 2016-01-04 19:52:28.000000000 +0100 +++ rungetty-1.2/debian/copyright 2025-08-29 17:36:03.000000000 +0200 @@ -1,43 +1,61 @@ -This package was debianized by Rhonda D'Vine <[email protected]> on -Mon, 4 Dec 2000 21:11:08 +0100. - -It was downloaded from <http://www.nodomainname.net/software/rungetty/> -which isn't there anymore. Citing from a recent mail from Jakob: - - I'm actually not maintaining rungetty anymore. The last time I touched - it was in 2001. If you would like to take over maintainership, you have - my full blessing and support, and I will gladly put a link to a new - development location. The source to all releases I made is still - available at ftp://ftp.ndn.net/pub/rungetty/. As the Debian maintainer, - I think you are the de-facto maintainer at this point, anyway. - -Upstream Author: Jakob 'sparky' Kaivo <[email protected]> +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: + This package was debianized by Rhonda D'Vine <[email protected]> on + Mon, 4 Dec 2000 21:11:08 +0100. +Source: + It was downloaded from <http://www.nodomainname.net/software/rungetty/>, + archived at <https://www.ibiblio.org/pub/Linux/system/serial/getty/> +Upstream-Contact: Jakob 'sparky' Kaivo <[email protected]> +Files: * Copyright: -========== Copyright (C) 1999 Jakob 'sparky' Kaivo <[email protected]> - + . Based on code from mingetty by Florian La Roche. - +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 of the License, 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; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Comment: + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in `/usr/share/common-licenses/GPL-2', + later versions can be found in the same directory. -The Debian packaging is Copyright 2000-2009 by -RHonda D'Vine <[email protected]> and is licensed under the BSD license. -See /usr/share/common-licenses/BSD for the full text of it. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License version 2 can be found in `/usr/share/common-licenses/GPL-2', -later versions can be found in the same directory. +Files: debian/* +Copyright: + Copyright 2000-2009 by RHonda D'Vine <[email protected]> +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. diff -Nru rungetty-1.2/debian/README.source rungetty-1.2/debian/README.source --- rungetty-1.2/debian/README.source 1970-01-01 01:00:00.000000000 +0100 +++ rungetty-1.2/debian/README.source 2025-08-29 17:25:17.000000000 +0200 @@ -0,0 +1,7 @@ +Citing from a mail from the upstream maintainer: + + I'm actually not maintaining rungetty anymore. The last time I touched + it was in 2001. If you would like to take over maintainership, you have + my full blessing and support, and I will gladly put a link to a new + development location... As the Debian maintainer, + I think you are the de-facto maintainer at this point, anyway.

