summaryrefslogtreecommitdiff
path: root/p/haskell-persistent-sqlite/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-23 15:15:51 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-23 22:32:55 +0300
commit3353783f7a4729b6a3091b19bb24add2098edddb (patch)
treeba20e7adf18ab4a701bfb1c0984c5ec60ac02d3c /p/haskell-persistent-sqlite/debian
parent02598d14b5ae879d04394ca0eee7d7a03a639c1b (diff)
downloadDHG_packages-3353783f7a4729b6a3091b19bb24add2098edddb.tar.gz
haskell-persistent-sqlite: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-persistent-sqlite/debian')
-rw-r--r--p/haskell-persistent-sqlite/debian/changelog1
-rw-r--r--p/haskell-persistent-sqlite/debian/copyright65
2 files changed, 33 insertions, 33 deletions
diff --git a/p/haskell-persistent-sqlite/debian/changelog b/p/haskell-persistent-sqlite/debian/changelog
index 683dc49c8..f93be5464 100644
--- a/p/haskell-persistent-sqlite/debian/changelog
+++ b/p/haskell-persistent-sqlite/debian/changelog
@@ -2,6 +2,7 @@ haskell-persistent-sqlite (2.2-3) 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:35:57 +0300
diff --git a/p/haskell-persistent-sqlite/debian/copyright b/p/haskell-persistent-sqlite/debian/copyright
index 67188c8be..50b48da22 100644
--- a/p/haskell-persistent-sqlite/debian/copyright
+++ b/p/haskell-persistent-sqlite/debian/copyright
@@ -1,33 +1,32 @@
-
-Upstream Author:
-
- Michael Snoyman <michael@snoyman.com>
-
-Copyright:
-
- 2012 Michael Snoyman
-
-License:
-
-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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
-
-
-The file cbits/sqlite3.c is from SQLite3 and copyright for it is
-disclaimed.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: persistent-sqlite
+Upstream-Contact: Michael Snoyman <michael@snoyman.com>
+Source: https://hackage.haskell.org/package/persistent-sqlite
+
+Files: *
+Copyright: 2012 Michael Snoyman <michael@snoyman.com>
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.