This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libcrypt-unixcrypt-perl.
commit 680b0c92b9bb9bbdcef9f244dad0757c9fc66534 Author: Axel Beckert <[email protected]> Date: Thu Nov 16 02:43:43 2017 +0100 Convert debian/copyright to machine-readable DEP5 format --- debian/changelog | 1 + debian/copyright | 73 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 787643f..e0bfa5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libcrypt-unixcrypt-perl (1.0-7) UNRELEASED; urgency=medium [ Axel Beckert ] * Declare compliance with Debian Policy 4.1.1. * Mark package as autopkgtestable. + * Convert debian/copyright to machine-readable DEP5 format. -- Axel Beckert <[email protected]> Thu, 16 Nov 2017 02:35:33 +0100 diff --git a/debian/copyright b/debian/copyright index 773610b..0041a7e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,36 +1,37 @@ -This is the debian package for the Crypt::UnixCrypt module created by -Brian Nelson <[email protected]>. - -The original sources should always be available from the Comprehensive -Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a -CPAN site near you. - -The upstream author is: - -Martin Vorlaender <[email protected]> - -Based upon Java source code written by [email protected], which in turn is -based upon C source code written by Eric Young, [email protected].. - -Copyright 1997-1999, Martin Vorlaender <[email protected]> - -This module is free software; you may redistribute it and/or modify it -under the same terms as Perl itself. - -You can redistribute it and/or modify Perl under the terms of either: - - 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" which comes with Perl. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License (GPL) can be found in /usr/share/common-licenses/GPL-1 -and the Artistic Licence in /usr/share/common-licenses/Artistic. - -The Debian packaging is -Copyright 2002-2005, Brian Nelson <[email protected]> -Copyright 2006-2007, Bart Martens <[email protected]> -Copyright 2013, Axel Beckert <[email protected]> -and is licensed under the GPL. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Crypt-UnixCrypt +Upstream-Contact: Martin Vorlaender <[email protected]> +Upstream-Name: Crypt-UnixCrypt + +Files: * +Copyright: 1997-1999 Martin Vorlaender <[email protected]> +License: Artistic or GPL-1+ +Comment: Based upon Java source code written by [email protected], which + in turn is based upon C source code written by Eric Young, + [email protected].. + +Files: debian/* +Copyright: 2002-2005 Brian Nelson <[email protected]> + 2006-2007 Bart Martens <[email protected]> + 2013-2017 Axel Beckert <[email protected]> +License: GPL-1+ +Comment: The original license statement about the packaging says "The + Debian packaging is licensed under the GPL.". Without explicit + statement it is assumed that "GPL" means "any version of the GPL, + i.e. version 1 or later. + +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/libcrypt-unixcrypt-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
