Bug#1019288: sed: copyright file lacks several distribution licenses

2022-09-06 Thread Bastian Germann

Source: sed
Severity: serious
Tags: patch
Version: 4.8-1

There are some distribution licenses in sed that are not represented in the 
debian/copyright file,
which is a Policy violation. I have pushed a fix to git at
https://salsa.debian.org/debian/sed/-/commit/cb92853072195ce7218f54c483192f9ff8b435d7.
Please upload a version that contains that change or at least adds the missing 
licenses to the file.



Bug#1019288: sed: copyright file lacks several distribution licenses

2022-12-21 Thread Bastian Germann

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/changelog2021-08-31 14:55:13.0 +0200
+++ sed-4.8/debian/changelog2022-12-21 13:44:30.0 +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   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.0 +0200
+++ sed-4.8/debian/compat   1970-01-01 01:00:00.0 +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.0 +0200
+++ sed-4.8/debian/control  2022-12-21 13:44:30.0 +0100
@@ -2,8 +2,9 @@
 Section: utils
 Priority: required
 Maintainer: Clint Adams 
-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/copyright2021-08-31 14:55:13.0 +0200
+++ sed-4.8/debian/copyright2022-12-21 13:37:08.0 +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 
-
-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 .
+
+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 chang