Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Hi.  Please unblock package chiark-utils.

Alternatively, please decide that #773650 is not RC.  #773650 is:

  The chiark-utils package is missing a formal copyright licence for
  nntpid.  I know all the authors personally and they intend
  distribution, but this permission ought to be properly documented in
  the VCS history and in the Debian package.

Note that the offending script `nntpid' is (due to another bug) not
currently actually shipped in any .deb.  But it is in the source
package.

The debdiff is below.  The changes are:

  - Add a copyright message to nntpid and the perl module
    it uses, and a corresponding stanza to debian/copyright
    (#773650).

  - Update the copyright year for git-cache-proxy and mention
    that in debian/copyright.

To check that the rebuild has had no deleterious effect, I have
debdiffed the .debs, and they all say:

  File lists identical (after any substitutions)
  No differences were encountered between the control files

Thanks,
Ian.

unblock chiark-utils/4.4.2


diff -Nru chiark-utils-4.4.1/debian/changelog 
chiark-utils-4.4.2/debian/changelog
--- chiark-utils-4.4.1/debian/changelog 2014-10-27 00:14:34.000000000 +0000
+++ chiark-utils-4.4.2/debian/changelog 2014-12-21 15:14:10.000000000 +0000
@@ -1,3 +1,12 @@
+chiark-utils (4.4.2) unstable; urgency=low
+
+  Copyright licencing fixes:
+  * nntpid: Provice actual licence (dual MIT/GPL3+).  Closes:#773650.
+  * git-cache-proxy: Mention in debian/copyright.
+  * git-cache-proxy: Update copyright year list to include 2014.
+
+ -- Ian Jackson <ijack...@chiark.greenend.org.uk>  Sun, 21 Dec 2014 15:07:20 
+0000
+
 chiark-utils (4.4.1) unstable; urgency=low
 
   Safety and convenience fix:
diff -Nru chiark-utils-4.4.1/debian/copyright 
chiark-utils-4.4.2/debian/copyright
--- chiark-utils-4.4.1/debian/copyright 2014-10-26 14:20:47.000000000 +0000
+++ chiark-utils-4.4.2/debian/copyright 2014-12-21 15:12:51.000000000 +0000
@@ -69,6 +69,17 @@
  Miscellaneous utilities.
  Copyright 2004,2006 Ian Jackson <i...@chiark.greenend.org.uk>
 
+nntpid
+ Utility for finding usenet articles by messageid from an NNTP server
+ Copyright -2011 Simon Tatham
+ Copyright 2011 Richard Kettlewell
+ Copyright 2011 Colin Watson
+ Copyright 2011 Ian Jackson
+ Dual licence MIT/GPL3+
+
+git-cache-proxy
+ Copyright 2010 Tony Finch
+ Copyright 2013,2014 Ian Jackson
 
 The chiark utilities are all free software; you can redistribute them
 and/or modify them under the terms of the GNU General Public License
diff -Nru chiark-utils-4.4.1/scripts/ChiarkNNTP.pm 
chiark-utils-4.4.2/scripts/ChiarkNNTP.pm
--- chiark-utils-4.4.1/scripts/ChiarkNNTP.pm    2014-10-26 14:14:18.000000000 
+0000
+++ chiark-utils-4.4.2/scripts/ChiarkNNTP.pm    2014-12-21 15:11:09.000000000 
+0000
@@ -1,5 +1,31 @@
 #!/usr/bin/perl
 
+# Originally by Simon Tatham
+# Modified by Richard Kettlewell, Colin Watson, Ian Jackson
+#
+# Copyright -2011 Simon Tatham
+# Copyright 2011 Richard Kettlewell
+# Copyright 2011 Colin Watson
+# Copyright 2011 Ian Jackson
+#
+# 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
+# SOFTWARE IN THE PUBLIC INTEREST, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR
+# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+# DEALINGS IN THE SOFTWARE.
+
 use strict qw(subs);
 use warnings;
 
diff -Nru chiark-utils-4.4.1/scripts/git-cache-proxy 
chiark-utils-4.4.2/scripts/git-cache-proxy
--- chiark-utils-4.4.1/scripts/git-cache-proxy  2014-10-26 14:14:18.000000000 
+0000
+++ chiark-utils-4.4.2/scripts/git-cache-proxy  2014-12-21 15:12:46.000000000 
+0000
@@ -29,7 +29,7 @@
 
 # git-cache-proxy
 # Copyright 2010 Tony Finch
-# Copyright 2013 Ian Jackson
+# Copyright 2013,2014 Ian Jackson
 # 
 # git-cache-proxy is free software; you can redistribute it and/or
 # modify them under the terms of the GNU General Public License as
diff -Nru chiark-utils-4.4.1/scripts/nntpid chiark-utils-4.4.2/scripts/nntpid
--- chiark-utils-4.4.1/scripts/nntpid   2014-10-26 14:14:18.000000000 +0000
+++ chiark-utils-4.4.2/scripts/nntpid   2014-12-21 15:11:09.000000000 +0000
@@ -2,6 +2,29 @@
 
 # Originally by Simon Tatham
 # Modified by Richard Kettlewell, Colin Watson, Ian Jackson
+#
+# Copyright -2011 Simon Tatham
+# Copyright 2011 Richard Kettlewell
+# Copyright 2011 Colin Watson
+# Copyright 2011 Ian Jackson
+#
+# 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
+# SOFTWARE IN THE PUBLIC INTEREST, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR
+# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+# DEALINGS IN THE SOFTWARE.
 
 use ChiarkNNTP;
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to