diff options
author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-19 23:26:10 +0300 |
---|---|---|
committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-19 23:26:10 +0300 |
commit | 10509382f5de615691a7653b583106c0f29540ff (patch) | |
tree | bd5a8f231ba4be73d39a3ff14a97955615e8eb25 | |
parent | 33dc4543d45c70fba3823495a34a2f036745f05f (diff) | |
download | DHG_packages-10509382f5de615691a7653b583106c0f29540ff.tar.gz |
haskell-cgi: convert `debian/copyright' to dep5 format
-rw-r--r-- | p/haskell-cgi/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-cgi/debian/copyright | 69 |
2 files changed, 52 insertions, 18 deletions
diff --git a/p/haskell-cgi/debian/changelog b/p/haskell-cgi/debian/changelog index 5b4658487..75ff5a7de 100644 --- a/p/haskell-cgi/debian/changelog +++ b/p/haskell-cgi/debian/changelog @@ -2,6 +2,7 @@ haskell-cgi (3001.2.2.2-4) UNRELEASED; urgency=medium * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) + * Convert `debian/copyright' to dep5 format -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:55 +0300 diff --git a/p/haskell-cgi/debian/copyright b/p/haskell-cgi/debian/copyright index 1a4ed89b1..cc5a2f6da 100644 --- a/p/haskell-cgi/debian/copyright +++ b/p/haskell-cgi/debian/copyright @@ -1,21 +1,54 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cgi +Upstream-Contact: John Chee <cheecheeo@gmail.com> +Source: https://hackage.haskell.org/package/cgi -This package was debianised by Ian Lynagh <igloo@debian.org> on -Fri, 13 Oct 2006. Further packaging work by Kari Pahula <kaol@debian.org> +Files: * +License: BSD-3-clause +Copyright: 2001-2014 The University Court of the University of Glasgow + 2001-2014 Bjorn Bringert + 2001-2014 John Chee + 2001-2014 Andy Gill + 2001-2014 Anders Kaseorg + 2001-2014 ian Lynagh + 2001-2014 Erik Meijer + 2001-2014 Sven Panne + 2001-2014 Jeremy Shaw -It was downloaded from -http://hackage.haskell.org/packages/archive/cgi/ +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD-3-clause -Upstream Author: Bjorn Bringert <bjorn@bringert.net> - -Copyright (c) 2001, 2002, Peter Thiemann -Copyright (c) 2001-2005, The University Court of the University of Glasgow -Copyright (c) 2001-2008, Bjorn Bringert -Copyright (c) 2001-2005, Andy Gill -Copyright (c) 2001-2005, Ian Lynagh -Copyright (c) 2001-2005, Erik Meijer -Copyright (c) 2001-2005, Sven Panne -Copyright (c) 2005, Jeremy Shaw -All rights reserved. - -BSD licenced. The complete text of the BSD license can be found in -/usr/share/common-licenses/BSD on Debian systems. +License: BSD-3-clause + Copyright 2001-2014, The University Court of the University of + Glasgow, Bjorn Bringert, John Chee, Andy Gill, Anders Kaseorg, + Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw + . + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + - Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + - 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. + . + - Neither 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 UNIVERSITY COURT OF THE UNIVERSITY OF + GLASGOW AND THE 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 + UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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. |