summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-xdg-basedir/debian/changelog1
-rw-r--r--p/haskell-xdg-basedir/debian/copyright22
2 files changed, 15 insertions, 8 deletions
diff --git a/p/haskell-xdg-basedir/debian/changelog b/p/haskell-xdg-basedir/debian/changelog
index f31ed86c9..20d3a3895 100644
--- a/p/haskell-xdg-basedir/debian/changelog
+++ b/p/haskell-xdg-basedir/debian/changelog
@@ -2,6 +2,7 @@ haskell-xdg-basedir (0.2.2-7) 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:33 +0300
diff --git a/p/haskell-xdg-basedir/debian/copyright b/p/haskell-xdg-basedir/debian/copyright
index 9c08126bb..dc9f9f576 100644
--- a/p/haskell-xdg-basedir/debian/copyright
+++ b/p/haskell-xdg-basedir/debian/copyright
@@ -1,26 +1,32 @@
-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: xdg-basedir
Upstream-Contact: Will Donnelly <will.donnelly@gmail.com>
-Source: http://hackage.haskell.org/package/xdg-basedir
+Source: https://hackage.haskell.org/package/xdg-basedir
Files: *
-Copyright: 2009, 2011 Will Donnelly
-License: BSD3
+Copyright: 2009,2011 Will Donnelly <will.donnelly@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:
-
+ .
* 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 the software nor the names of its 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 A PARTICULAR PURPOSE ARE DISCLAIMED.