I am uploading a NMU to DELAYED/10 to fix this. For your convenience, I have
included your git changes as well.
The debdiff is attached and also available in git.
diff -Nru sed-4.8/debian/changelog sed-4.8/debian/changelog
--- sed-4.8/debian/changelog 2021-08-31 14:55:13.000000000 +0200
+++ sed-4.8/debian/changelog 2022-12-21 13:44:30.000000000 +0100
@@ -1,3 +1,15 @@
+sed (4.8-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * d/copyright: Complete and convert to format 1.0. closes: #1019288.
+
+ [ Clint Adams ]
+ * Switch debhelper compat level to 13.
+ * Bump Standards-Version to 4.6.0.
+ * Set Rules-Requires-Root to no.
+
+ -- Bastian Germann <b...@debian.org> Wed, 21 Dec 2022 13:44:30 +0100
+
sed (4.8-1) unstable; urgency=medium
* New upstream version.
diff -Nru sed-4.8/debian/compat sed-4.8/debian/compat
--- sed-4.8/debian/compat 2021-08-31 14:55:13.000000000 +0200
+++ sed-4.8/debian/compat 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-10
diff -Nru sed-4.8/debian/control sed-4.8/debian/control
--- sed-4.8/debian/control 2021-08-31 14:55:13.000000000 +0200
+++ sed-4.8/debian/control 2022-12-21 13:44:30.000000000 +0100
@@ -2,8 +2,9 @@
Section: utils
Priority: required
Maintainer: Clint Adams <cl...@debian.org>
-Standards-Version: 4.2.1
-Build-Depends: texinfo, gettext, libselinux-dev [linux-any], debhelper (>=
10), help2man, libacl1-dev
+Standards-Version: 4.6.0
+Build-Depends: texinfo, gettext, libselinux-dev [linux-any], debhelper-compat
(= 13), help2man, libacl1-dev
+Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/sed.git
Vcs-Browser: https://salsa.debian.org/debian/sed
Homepage: https://www.gnu.org/software/sed/
@@ -19,4 +20,3 @@
files are specified, makes editing changes according to a
list of commands, and writes the results to the standard
output.
-
diff -Nru sed-4.8/debian/copyright sed-4.8/debian/copyright
--- sed-4.8/debian/copyright 2021-08-31 14:55:13.000000000 +0200
+++ sed-4.8/debian/copyright 2022-12-21 13:37:08.000000000 +0100
@@ -1,21 +1,174 @@
-This is the Debian GNU/Linux prepackaged version of sed - the GNU stream
-oriented editor.
-
-This package was assembled from sources obtained from:
- ftp://ftp.gnu.org/gnu/sed/
-
-It is currently maintained by Clint Adams <cl...@debian.org>
-
-Copyright: 1989,90,91,92,93,94,95,98,99,2002,2003,2006,2008,2009,2010 Free
Software Foundation, Inc.
-
-GNU sed 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, or (at your option) any later
-version.
-
-On Debian GNU/Linux systems you can find a copy of the GPL in
-/usr/share/common-licenses/GPL-3
-
-The sed info manual is released under the terms of the GNU Free
-Documentation License as published by the Free Software Foundation;
-either version 1.3, or (at your option) any later version.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GNU sed
+Source: ftp://ftp.gnu.org/gnu/sed/
+Comment: This is the Debian GNU/Linux prepackaged version of sed.
+ It is currently maintained by Clint Adams <cl...@debian.org>.
+
+Files: *
+ doc/local.mk
+Copyright: 1989-2020 Free Software Foundation, Inc.
+License: GPL-3+
+
+License: GPL-3+
+ GNU sed 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, or (at your option) any later
+ version.
+ .
+ On Debian GNU/Linux systems you can find a copy of the GPL in
+ /usr/share/common-licenses/GPL-3
+
+Files: build-aux/install-sh
+Copyright: 1994 X Consortium
+License: X11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+Comment: FSF changes to this file are in the public domain.
+
+Files: doc/*
+Copyright: 1998-2020 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".
+ .
+ On Debian GNU/Linux systems you can find a copy of the GFDL in
+ /usr/share/common-licenses/GFDL-1.3
+
+Files: gnulib-tests/inet_pton.c
+Copyright: (C) 2006, 2008-2020 Free Software Foundation, Inc.
+ (c) 1996,1999 by Internet Software Consortium.
+License: GPL-3+ and ISC
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+
+Files: testsuite/bsd.sh
+Copyright: (c) 1992 Diomidis Spinellis.
+ (c) 1992, 1993 The Regents of the University of California. All
rights reserved.
+License: BSD-4-clause-UC
+ 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. <deleted>
+ 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+
+Files: testsuite/BOOST.tests
+Copyright: 2004 John Maddock
+Comment: Tests taken from BOOST testsuite and adapted to glibc regex.
+License: BSL-1
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: testsuite/PCRE.tests
+Copyright: 1997-2003 University of Cambridge
+License: pcre
+ Permission is granted to anyone to use this software for any purpose on any
+ computer system, and to redistribute it freely, subject to the following
+ restrictions:
+ .
+ 1. This software 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.
+ .
+ 2. The origin of this software must not be misrepresented, either by
+ explicit claim or by omission. In practice, this means that if you use
+ PCRE in software that you distribute to others, commercially or
+ otherwise, you must put a sentence like this
+ .
+ Regular expression support is provided by the PCRE library package,
+ which is open source software, written by Philip Hazel, and copyright
+ by the University of Cambridge, England.
+ .
+ somewhere reasonably visible in your documentation and in any relevant
+ files or online help data or similar. A reference to the ftp site for
+ the source, that is, to
+ .
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+ .
+ should also be given in the documentation. However, this condition is not
+ intended to apply to whole chains of software. If package A includes PCRE,
+ it must acknowledge it, but if package B is software that includes package
+ A, the condition is not imposed on package B (unless it uses PCRE
+ independently).
+ .
+ 3. Altered versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ .
+ 4. If PCRE is embedded in any software that is released under the GNU
+ General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
+ then the terms of that licence shall supersede any condition above with
+ which it is incompatible.