summaryrefslogtreecommitdiff
path: root/p/haskell-csv-conduit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-20 12:01:20 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-20 12:01:20 +0300
commit26359ec7fc4f71e5e881fba875e0e6f2df7893fd (patch)
tree892505d080018127eb4e691259e0566607277b35 /p/haskell-csv-conduit
parent895f2bb318acec7878aa7dd27d27b12974c097e1 (diff)
downloadDHG_packages-26359ec7fc4f71e5e881fba875e0e6f2df7893fd.tar.gz
haskell-csv-conduit: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-csv-conduit')
-rw-r--r--p/haskell-csv-conduit/debian/changelog1
-rw-r--r--p/haskell-csv-conduit/debian/copyright23
2 files changed, 16 insertions, 8 deletions
diff --git a/p/haskell-csv-conduit/debian/changelog b/p/haskell-csv-conduit/debian/changelog
index f660cb930..643ad66ce 100644
--- a/p/haskell-csv-conduit/debian/changelog
+++ b/p/haskell-csv-conduit/debian/changelog
@@ -2,6 +2,7 @@ haskell-csv-conduit (0.6.6-6) 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:05 +0300
diff --git a/p/haskell-csv-conduit/debian/copyright b/p/haskell-csv-conduit/debian/copyright
index 458064d8c..ddf100393 100644
--- a/p/haskell-csv-conduit/debian/copyright
+++ b/p/haskell-csv-conduit/debian/copyright
@@ -1,26 +1,33 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: csv-conduit
Upstream-Contact: Ozgun Ataman <ozataman@gmail.com>
-Source: http://hackage.haskell.org/package/csv-conduit
+Source: https://hackage.haskell.org/package/csv-conduit
Files: *
-Copyright: 2010 Ozgun Ataman
-License: BSD3
+Copyright: 2013 Ozgun Ataman
+ 2012 Johan Tibell
+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:
-
+ .
* 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 the name of Ozgun Ataman nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
-
+ .
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