[DHG_packages] 03/03: haskell-zlib: convert `debian/copyright' to dep5 format

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Sat May 14 17:40:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

kaction-guest pushed a commit to branch master
in repository DHG_packages.

commit 73af5416e2ab7eb4d0e203198daf1cf75e907786
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sat May 14 20:39:40 2016 +0300

    haskell-zlib: convert `debian/copyright' to dep5 format
---
 p/haskell-zlib/debian/changelog |   1 +
 p/haskell-zlib/debian/copyright | 205 +++++++++++-----------------------------
 2 files changed, 58 insertions(+), 148 deletions(-)

diff --git a/p/haskell-zlib/debian/changelog b/p/haskell-zlib/debian/changelog
index d7070ad..8770d57 100644
--- a/p/haskell-zlib/debian/changelog
+++ b/p/haskell-zlib/debian/changelog
@@ -2,6 +2,7 @@ haskell-zlib (0.6.1.1-2) 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 at gnu.org>  Tue, 10 May 2016 09:36:36 +0300
 
diff --git a/p/haskell-zlib/debian/copyright b/p/haskell-zlib/debian/copyright
index ebcd891..4cccfae 100644
--- a/p/haskell-zlib/debian/copyright
+++ b/p/haskell-zlib/debian/copyright
@@ -1,149 +1,58 @@
-This package was debianized by Marco Túlio Gontijo e Silva <marcot at debian.org>
-on Thu, 02 Oct 2008 22:49:29 -0300.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zlib
+Upstream-Contact: Duncan Coutts <duncan at community.haskell.org>
+Source: https://hackage.haskell.org/package/zlib
+
+Files: *
+Copyright: 2006-2015 Duncan Coutts
+License: BSD-3-clause
+
+Files: cbits/*
+Copyright: 1995-2013 Jean-loup Gailly <jloup at gzip.org>
+           1995-2013 Mark Adler <madler at alumni.caltech.edu>
+License: zlib
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+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. This clause is intentionally left blank.
+ .
+ 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 OWNER 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.
+
+License: zlib
+ This software is provided 'as-is', without any express or implied
+ warranty.  In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
 
-Upstream:
-  Location:
-    It was downloaded from
-    http://hackage.haskell.org/packages/archive/zlib/0.5.0.0/zlib-0.5.0.0.tar.gz
-
-  cbits/:
-    Copyright:
-      Copyright (C) 1995-2005 Jean-loup Gailly. <jloup at gzip.org>
-      Copyright (C) 1995-2005 Mark Adler <madler at alumni.caltech.edu>
-
-    License:
-      This software is provided 'as-is', without any express or implied
-      warranty.  In no event will the authors be held liable for any damages
-      arising from the use of this software.
-
-      Permission is granted to anyone to use this software for any purpose,
-      including commercial applications, and to alter it and redistribute it
-      freely, subject to the following restrictions:
-
-      1. The origin of this software must not be misrepresented; you must not
-         claim that you wrote the original software. If you use this software
-         in a product, an acknowledgment in the product documentation would be
-         appreciated but is not required.
-      2. Altered source versions must be plainly marked as such, and must not
-         be misrepresented as being the original software.
-      3. This notice may not be removed or altered from any source
-         distribution.
-
-  rest:
-    Copyright:
-      Copyright (c) 2006-2008, Duncan Coutts
-
-      All rights reserved.
-
-      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.
-
-      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 OWNER 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.
-
-Packaging:
-  Copyright:
-    Copyright (c) 2008-2009 Marco Túlio Gontijo e Silva <marcot at debian.org>
-
-  License:
-    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
-    SERVICES. DISTRIBUTION OF THIS CC0 WAIVER DOES NOT CREATE AN
-    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON
-    AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
-    INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
-    ITS USE.
-
-    Statement of Purpose
-
-    The laws of various jurisdictions throughout the world automatically confer
-    certain exclusive rights upon the creator of an original work of authorship
-    and/or a database (each, a “Work”), and the subsequent owners thereof.
-
-    Some owners of these exclusive rights wish to permanently remove these
-    restrictions from a Work for the purpose of contributing to a commons that
-    the public can reliably build upon, modify, reuse and redistribute as
-    freely as possible from such restrictions for any purposes and in any form
-    whatsoever, whether modified or unmodified, in whole or in part. Such
-    owners therefore wish to fully, permanently, irrevocably and
-    unconditionally waive, abandon and relinquish their Copyright Related
-    Rights (defined below) with respect to a Work to the fullest extent
-    permitted by applicable law.
-
-    A Work associated with this CC0 Waiver may be protected by copyright and
-    related or neighboring rights, database rights (such as those arising under
-    Directive 96/9/EC of the European Parliament and of the Council of 11 March
-    1996 on the legal protection of databases, and under any national
-    implementation thereof, (including any amended or successor version of such
-    directive)), and/or other similar equivalent or corresponding rights
-    throughout the world as such rights may be available under applicable law
-    or treaty (and national implementations thereof), including but not limited
-    to moral rights retained by the original author(s), publicity and privacy
-    rights pertaining to an individual’s image or likeness depicted in a Work,
-    rights protecting against unfair competition in regards to the Work, and
-    any rights protecting the extraction, dissemination and reuse of data in
-    the Work (such rights all, collectively, the “Copyright Related Rights”).
-
-    The person associating this CC0 Waiver with a Work is the owner of
-    Copyright Related Rights in the Work (the “Affirmer”), and does openly,
-    overtly and voluntarily elect to apply this CC0 Waiver to his or her Work
-    with knowledge of his or her Copyright Related Rights in the Work and the
-    meaning and intended legal effect of this CC0 Waiver.
-
-    Subject to rights of other persons in the Work, and any patent and
-    trademark rights held by Affirmer, by associating this CC0 Waiver with a
-    Work the Affirmer does intend to fully, permanently, irrevocably and
-    unconditionally waive, abandon and relinquish all of his or her Copyright
-    Related Rights in such Work, to the fullest extent permitted by (but not in
-    contravention of) applicable law.
-
-    CC0 Waiver
-
-    1.  To the fullest extent permitted by (but not in contravention of)
-    applicable law, Affirmer hereby fully, permanently, irrevocably and
-    unconditionally waives, abandons and relinquishes all of Affirmer’s
-    Copyright Related Rights and associated claims and causes of action,
-    whether present or future, vested or contingent, in the Work, (such waiver,
-    abandonment, and relinquishment, the "Waiver"). Affirmer makes the Waiver
-    for the benefit of each member of the public at large and to the detriment
-    of Affirmer's heirs or successors.
-
-    2. Should the Waiver for any reason be judged legally invalid or
-    ineffective under applicable law, then the Waiver shall be preserved to the
-    maximum extent permitted and Affirmer hereby grants to each such affected
-    recipient of the Work a worldwide, royalty-free, non exclusive, perpetual
-    (for the duration of the applicable copyright), non transferable, non
-    sublicensable, irrevocable and unconditional license to exercise Affirmer’s
-    Copyright Related Rights in the Work, which license shall be deemed
-    effective as of the date this CC0 Waiver was applied by Affirmer to the
-    Work.
-
-    3. No trademark or patent rights held by Affirmer are waived, abandoned,
-    relinquished, licensed or otherwise affected by this CC0 Waiver.
-
-    4. Affirmer hereby fully and completely disclaims responsibility for
-    clearing rights of other persons that may apply to the Work or any intended
-    use thereof, including without limitation any such person’s Copyright
-    Related Rights (including privacy and publicity rights). Further, Affirmer
-    hereby fully and completely disclaims responsibility for obtaining any
-    necessary consents, permissions or other rights required for such intended
-    use.
-
-    5. Affirmer understands and acknowledges that Creative Commons is not party
-    to this CC0 Waiver and has no duty or obligation with respect to this CC0
-    Waiver or use of the Work.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list