diff options
| author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-20 13:27:59 +0300 |
|---|---|---|
| committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-20 13:27:59 +0300 |
| commit | 4a8d52f81a1ff7db0b75cc7e593eddd61ae6ed6e (patch) | |
| tree | 8f3ef9ce8944e5e09c02bb5a9b159acaa313fe32 | |
| parent | 1bc931db8c3c5bbac9508a7131c6578c5bf843a2 (diff) | |
| download | DHG_packages-4a8d52f81a1ff7db0b75cc7e593eddd61ae6ed6e.tar.gz | |
haskell-file-embed: convert `debian/copyright' to dep5 format
| -rw-r--r-- | p/haskell-file-embed/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-file-embed/debian/copyright | 70 |
2 files changed, 35 insertions, 36 deletions
diff --git a/p/haskell-file-embed/debian/changelog b/p/haskell-file-embed/debian/changelog index 484352395..10e0ebd37 100644 --- a/p/haskell-file-embed/debian/changelog +++ b/p/haskell-file-embed/debian/changelog @@ -2,6 +2,7 @@ haskell-file-embed (0.0.9-2) 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:17 +0300 diff --git a/p/haskell-file-embed/debian/copyright b/p/haskell-file-embed/debian/copyright index 5fad5aff4..8c29d3845 100644 --- a/p/haskell-file-embed/debian/copyright +++ b/p/haskell-file-embed/debian/copyright @@ -1,36 +1,34 @@ -This package was debianized by Clint Adams <clint@debian.org> on -Sun, 29 May 2011 16:04:27 -0000 - -It was downloaded from -http://hackage.haskell.org/package/file-embed - -Upstream Author: - - Michael Snoyman <michael@snoyman.com> - -Copyright: - - 2008 Michael Snoyman - -License: - -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. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 COPYRIGHT HOLDERS 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: file-embed +Upstream-Contact: Michael Snoyman <michael@snoyman.com> +Source: https://hackage.haskell.org/package/file-embed + +Files: * +Copyright: 2008 Michael Snoyman <michael@snoyman.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. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 COPYRIGHT HOLDERS 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. |
