summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-19 11:43:05 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-19 22:35:23 +0300
commit3fdeb9f99129315fb3849f193a406573a57093fb (patch)
tree7046b11dc9ff2a52bcbcaaf86330bcf99493db69
parent39a940a163434236170c071cf1294bf13e6ef614 (diff)
downloadDHG_packages-3fdeb9f99129315fb3849f193a406573a57093fb.tar.gz
haskell-blaze-textual: convert `debian/copyright' to dep5 format
-rw-r--r--p/haskell-blaze-textual/debian/changelog1
-rw-r--r--p/haskell-blaze-textual/debian/copyright82
2 files changed, 41 insertions, 42 deletions
diff --git a/p/haskell-blaze-textual/debian/changelog b/p/haskell-blaze-textual/debian/changelog
index fb3531dcc..4d66cda6b 100644
--- a/p/haskell-blaze-textual/debian/changelog
+++ b/p/haskell-blaze-textual/debian/changelog
@@ -2,6 +2,7 @@ haskell-blaze-textual (0.2.1.0-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:50 +0300
diff --git a/p/haskell-blaze-textual/debian/copyright b/p/haskell-blaze-textual/debian/copyright
index ddc29e49a..379466223 100644
--- a/p/haskell-blaze-textual/debian/copyright
+++ b/p/haskell-blaze-textual/debian/copyright
@@ -1,42 +1,40 @@
-This package was debianized by Clint Adams <clint@debian.org> on
-Sat, 25 Jun 2011 22:47:42 -0000
-
-It was downloaded from
-http://hackage.haskell.org/package/blaze-textual
-
-Upstream Authors:
-
- Bryan O'Sullivan <bos@mailrank.com>
-
-Copyright:
-
- 2011 MailRank, Inc.
-
-License:
-
-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. Neither the name of the author nor the names of his contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY 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 AUTHORS 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.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blaze-textual
+Upstream-Contact: Bryan O'Sullivan <bos@serpentine.com>
+Source: https://hackage.haskell.org/package/blaze-textual
+
+Files: *
+Copyright: 2011 MailRank, Inc.
+License: BSD-3-clause
+
+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. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY 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 AUTHORS 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. \ No newline at end of file