[libconfig-tiny-perl] 18/21: Switch to machine-readable debian/copyright
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Jun 20 11:30:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libconfig-tiny-perl.
commit 0eeab3fd94b8b4d01b6df48a1c18d68c65839f2a
Author: Dominic Hargreaves <dom at earth.li>
Date: Sun Feb 2 23:41:46 2014 +0000
Switch to machine-readable debian/copyright
---
debian/changelog | 1 +
debian/copyright | 56 ++++++++++++++++++++++++++++----------------------------
2 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ecb2711..b21a173 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libconfig-tiny-perl (2.20-1) UNRELEASED; urgency=low
* New upstream release
* Drop versioned Build-Depends on perl and add Build-Depends on
libtest-pod-perl
+ * Switch to machine-readable debian/copyright
-- Dominic Hargreaves <dom at earth.li> Sun, 02 Feb 2014 23:24:10 +0000
diff --git a/debian/copyright b/debian/copyright
index 072e942..6cff58e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,28 +1,28 @@
-This package was debianized by Dominic Hargreaves <dom at earth.li> on
-Wed, 22 Sep 2004 01:14:00 +0100.
-
-It was downloaded from CPAN <http://search.cpan.org/dist/Config-Tiny/>.
-
-The upstream author is:
-
-Adam Kennedy ( maintainer )
- cpan at ali.as
- http://ali.as/
-
-Copyright 2002 - 2011 Adam Kennedy.
-
-Thanks to Sherzod Ruzmetov <sherzodr at cpan.org> for Config::Simple,
-which inspired this module by being not quite "simple" enough for me :).
-
-Config::Tiny is licensed under the terms of Perl itself:
-
-a) the GNU General Public License as published by the Free
- Software Foundation; either version 1, or (at your option) any
- later version, or
-b) the "Artistic License"
-
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
-
-The full text of the Artistic licence is available on Debian systems in
-/usr/share/common-licenses/Artistic
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Config-Tiny
+Upstream-Contact: Adam Kennedy <adamk at cpan.org>
+Upstream-Name: Config-Tiny
+
+Files: *
+Copyright: 2002-2011 Adam Kennedy
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2004-2014, Dominic Hargreaves <dom at earth.li>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list