summaryrefslogtreecommitdiff
path: root/p/cpphs
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-12 16:26:02 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-14 13:12:58 +0300
commit4c9a3db71bc0e6e281cb2030bfbb409f13545fad (patch)
treebd4a20668a32fa3339ad119b2c8e5204f623fd2b /p/cpphs
parentf35343dcbbcd6a664f7b53f07a6f444bb0ccb9d7 (diff)
downloadDHG_packages-4c9a3db71bc0e6e281cb2030bfbb409f13545fad.tar.gz
cpphs: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/cpphs')
-rw-r--r--p/cpphs/debian/changelog1
-rw-r--r--p/cpphs/debian/copyright53
2 files changed, 30 insertions, 24 deletions
diff --git a/p/cpphs/debian/changelog b/p/cpphs/debian/changelog
index ea4cd2db6..c1ac963d5 100644
--- a/p/cpphs/debian/changelog
+++ b/p/cpphs/debian/changelog
@@ -2,6 +2,7 @@ cpphs (1.19.3-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:34:41 +0300
diff --git a/p/cpphs/debian/copyright b/p/cpphs/debian/copyright
index c19169d40..d053962ab 100644
--- a/p/cpphs/debian/copyright
+++ b/p/cpphs/debian/copyright
@@ -1,24 +1,29 @@
-This package was debianised by Ian Lynagh <igloo@debian.org> on Wed, 29
-Sep 2004. All of the Debian packaging is released into the public
-domain.
-
-It was downloaded from
-http://www.cs.york.ac.uk/fp/cpphs/cpphs-0.7.tar.gz
-
-Upstream Author: Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
-
-
-Copyright:
-
-Copyright 2004 Malcolm Wallace,
-except for ParseLib (Copyright 1995 Graham Hutton and Erik Meijer)
-
-License: The library modules in cpphs are distributed under the terms of
-the LGPL (see /usr/share/common-licenses/LGPL on Debian systems for more
-details). If that's a problem for you, contact me to make other
-arrangements.
-
-The application module 'Main.hs' itself is GPL (see
-/usr/share/common-licenses/GPL on Debian systems for more details).
-
-This software comes with no warranty. Use at your own risk.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cpphs
+Upstream-Contact: Malcolm Wallace <Malcolm.Wallace@me.com>
+Source: https://hackage.haskell.org/package/cpphs
+
+Files: *
+Copyright: 2004-2015 Malcolm Wallace
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in "/usr/share/common-licenses/GPL-2.1".