[SCM] Debian packaging of libsoftware-license-perl branch, master, updated. debian/0.103004-1-11-gce4037d

Dominique Dumont dod at debian.org
Fri Mar 23 16:55:03 UTC 2012


The following commit has been merged in the master branch:
commit 56853e9f50ee31985c264cd8bba06054c6fec8f3
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Mar 23 13:35:14 2012 +0100

    Added new class for LGPL-2+ license

diff --git a/debian/patches/lgpl-2-1-plus b/debian/patches/lgpl-2-plus
similarity index 62%
copy from debian/patches/lgpl-2-1-plus
copy to debian/patches/lgpl-2-plus
index 7ce555b..fc6634e 100644
--- a/debian/patches/lgpl-2-1-plus
+++ b/debian/patches/lgpl-2-plus
@@ -1,24 +1,23 @@
-Description: Lgpl 2.1+ license class
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
 @@ -16,6 +16,7 @@
    'GPL-1+' => 'GPL_1_plus',
    'GPL-2'  => 'GPL_2',
    'GPL-2+' => 'GPL_2_plus',
-+  'LGPL-2.1+' => 'LGPL_2_1_plus',
++  'LGPL-2+' => 'LGPL_2_plus',
+   'LGPL-2.1+' => 'LGPL_2_1_plus',
    'GPL-3'  => 'GPL_3',
    'GPL-3+' => 'GPL_3_plus',
-   'LGPL-2.1' => 'LGPL_2_1',
 --- /dev/null
-+++ b/lib/Software/License/LGPL_2_1_plus.pm
++++ b/lib/Software/License/LGPL_2_plus.pm
 @@ -0,0 +1,43 @@
 +use strict;
 +use warnings;
-+package Software::License::LGPL_2_1_plus;
++package Software::License::LGPL_2_plus;
 +
-+use base 'Software::License::LGPL_2_1';
++use base 'Software::License::LGPL_2';
 +
-+sub name { 'The GNU Lesser General Public License, Version 2.1 or later' }
++sub name { 'The GNU Lesser General Public License, Version 2 or later' }
 +
 +1;
 +
@@ -26,7 +25,7 @@ Description: Lgpl 2.1+ license class
 +
 +=head1 NAME
 +
-+Software::License::LGPL_2_1_plus - GNU Lesser General Public License, Version 2.1 or later
++Software::License::LGPL_2_plus - GNU Lesser General Public License, Version 2 or later
 +
 +=head1 VERSION
 +
@@ -50,8 +49,8 @@ Description: Lgpl 2.1+ license class
 +__DEBIAN-SUMMARY__
 +This program 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
++the Free Software Foundation; either version 2 of the License, or (at
 +your option) any later version.
 +
-+On Debian systems, the complete text of version 2.1 of the GNU Lesser
-+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
++On Debian systems, the complete text of version 2 of the GNU Lesser
++Public License can be found in `/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/patches/series b/debian/patches/series
index d41ce0e..3996a54 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ lgpl-3-summary
 lgpl-3-plus
 summary_test
 
+lgpl-2-plus

-- 
Debian packaging of libsoftware-license-perl



More information about the Pkg-perl-cvs-commits mailing list