summaryrefslogtreecommitdiff
path: root/p/haskell-utf8-light/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-24 13:43:20 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-24 13:43:20 +0300
commit047038f596dc5f558e6577a8028d5f0667926df3 (patch)
tree3c25b5b2fd5a74ce796526d32f1caa0883627ef4 /p/haskell-utf8-light/debian
parent03ab5f819a8b374a763b81f0430af2cecac61125 (diff)
downloadDHG_packages-047038f596dc5f558e6577a8028d5f0667926df3.tar.gz
haskell-utf8-light: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-utf8-light/debian')
-rw-r--r--p/haskell-utf8-light/debian/changelog1
-rw-r--r--p/haskell-utf8-light/debian/copyright76
2 files changed, 38 insertions, 39 deletions
diff --git a/p/haskell-utf8-light/debian/changelog b/p/haskell-utf8-light/debian/changelog
index 70163b97e..ebc14e2d7 100644
--- a/p/haskell-utf8-light/debian/changelog
+++ b/p/haskell-utf8-light/debian/changelog
@@ -2,6 +2,7 @@ haskell-utf8-light (0.4.2-5) 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:36:25 +0300
diff --git a/p/haskell-utf8-light/debian/copyright b/p/haskell-utf8-light/debian/copyright
index c8c434b35..b05a73f2e 100644
--- a/p/haskell-utf8-light/debian/copyright
+++ b/p/haskell-utf8-light/debian/copyright
@@ -1,39 +1,37 @@
-This package was debianized by Clint Adams <clint@debian.org> on
-Sat, 11 Jun 2011 03:49:58 -0000
-
-It was downloaded from
-http://hackage.haskell.org/package/utf8-light
-
-Upstream Authors:
-
- Matt Morrow <mjm2002@gmail.com>
-
-Copyright:
-
- 2008 Matt Morrow
-
-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. The names of the author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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: utf8-light
+Upstream-Contact: Matt Morrow <mjm2002@gmail.com>
+Source: https://hackage.haskell.org/package/utf8-light
+
+Files: *
+Copyright: 2008 Matt Morrow <mjm2002@gmail.com>
+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. The names of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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