[SCM] Debian packaging of libsoftware-license-perl branch, master, updated. debian/0.103002-3-8-g9afc515

Dominique Dumont dod at debian.org
Sun Oct 23 12:10:27 UTC 2011


The following commit has been merged in the master branch:
commit f33798a7eb1abf36fb3959a67807440dd39d792e
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Oct 23 13:01:32 2011 +0200

    added patches for LGPL-3+ class

diff --git a/debian/patches/lgpl-2-1-plus b/debian/patches/lgpl-3-plus
similarity index 53%
copy from debian/patches/lgpl-2-1-plus
copy to debian/patches/lgpl-3-plus
index 3b8d423..0984d86 100644
--- a/debian/patches/lgpl-2-1-plus
+++ b/debian/patches/lgpl-3-plus
@@ -1,23 +1,13 @@
---- 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',
-   '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_3_0_plus.pm
 @@ -0,0 +1,43 @@
 +use strict;
 +use warnings;
-+package Software::License::LGPL_2_1_plus;
++package Software::License::LGPL_3_0_plus;
 +
-+use base 'Software::License::LGPL_2_1';
++use base 'Software::License::LGPL_3_0';
 +
-+sub name { 'The GNU Lesser General Public License, Version 2.1 or later' }
++sub name { 'The GNU Lesser General Public License, Version 3 or later' }
 +
 +1;
 +
@@ -25,7 +15,7 @@
 +
 +=head1 NAME
 +
-+Software::License::LGPL_2_1_plus - GNU Lesser General Public License, Version 2.1 or later
++Software::License::LGPL_3_0_plus - GNU Lesser General Public License, Version 3 or later
 +
 +=head1 VERSION
 +
@@ -49,8 +39,19 @@
 +__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 3 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 3 of the GNU Lesser
++Public License can be found in `/usr/share/common-licenses/LGPL-3'.
+--- a/lib/Software/License.pm
++++ b/lib/Software/License.pm
+@@ -22,6 +22,8 @@
+   'LGPL-2.1' => 'LGPL_2_1',
+   'LGPL-3'   => 'LGPL_3_0',
+   'LGPL-3.0' => 'LGPL_3_0',
++  'LGPL-3+'   => 'LGPL_3_0_plus',
++  'LGPL-3.0+' => 'LGPL_3_0_plus',
+   'Artistic'   => 'Artistic_1_0',
+   'Artistic-1' => 'Artistic_1_0',
+   'Artistic-2' => 'Artistic_2_0',
diff --git a/debian/patches/series b/debian/patches/series
index 7ea2f34..d41ce0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,5 +12,6 @@ gpl-3-summary
 lgpl-2-1-plus
 lgpl-2-1-summary
 lgpl-3-summary
+lgpl-3-plus
 summary_test
 

-- 
Debian packaging of libsoftware-license-perl



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