[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:04 UTC 2012


The following commit has been merged in the master branch:
commit b1e644f81095be935bbac0e048072d6750ae7c5f
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Mar 23 15:51:21 2012 +0100

    added missing LGPL-2 summary. refreshed patches

diff --git a/debian/patches/lgpl-2-1-plus b/debian/patches/lgpl-2-1-plus
index 7ce555b..1c11bf7 100644
--- a/debian/patches/lgpl-2-1-plus
+++ b/debian/patches/lgpl-2-1-plus
@@ -1,14 +1,14 @@
 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',
+@@ -19,6 +19,7 @@
    'GPL-3'  => 'GPL_3',
    'GPL-3+' => 'GPL_3_plus',
    'LGPL-2.1' => 'LGPL_2_1',
++  'LGPL-2.1+' => 'LGPL_2_1_plus',
+   'LGPL-3'   => 'LGPL_3_0',
+   'LGPL-3.0' => 'LGPL_3_0',
+   'Artistic'   => 'Artistic_1_0',
 --- /dev/null
 +++ b/lib/Software/License/LGPL_2_1_plus.pm
 @@ -0,0 +1,43 @@
diff --git a/debian/patches/lgpl-2-plus b/debian/patches/lgpl-2-plus
index fc6634e..ed6772d 100644
--- a/debian/patches/lgpl-2-plus
+++ b/debian/patches/lgpl-2-plus
@@ -1,13 +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+' => 'LGPL_2_plus',
-   'LGPL-2.1+' => 'LGPL_2_1_plus',
+@@ -19,6 +19,7 @@
    'GPL-3'  => 'GPL_3',
    'GPL-3+' => 'GPL_3_plus',
+   'LGPL-2' => 'LGPL_2',
++  'LGPL-2+' => 'LGPL_2_plus',
+   'LGPL-2.1' => 'LGPL_2_1',
+   'LGPL-2.1+' => 'LGPL_2_1_plus',
+   'LGPL-3'   => 'LGPL_3_0',
 --- /dev/null
 +++ b/lib/Software/License/LGPL_2_plus.pm
 @@ -0,0 +1,43 @@
diff --git a/debian/patches/lgpl-2-summary b/debian/patches/lgpl-2-summary
index 0b64a10..269ea9f 100644
--- a/debian/patches/lgpl-2-summary
+++ b/debian/patches/lgpl-2-summary
@@ -525,3 +525,13 @@
 +  Ty Coon, President of Vice
 +
 +That's all there is to it!
+--- a/lib/Software/License.pm
++++ b/lib/Software/License.pm
+@@ -18,6 +18,7 @@
+   'GPL-2+' => 'GPL_2_plus',
+   'GPL-3'  => 'GPL_3',
+   'GPL-3+' => 'GPL_3_plus',
++  'LGPL-2' => 'LGPL_2',
+   'LGPL-2.1' => 'LGPL_2_1',
+   'LGPL-2.1+' => 'LGPL_2_1_plus',
+   'LGPL-3'   => 'LGPL_3_0',
diff --git a/debian/patches/lgpl-3-plus b/debian/patches/lgpl-3-plus
index bacb777..629c504 100644
--- a/debian/patches/lgpl-3-plus
+++ b/debian/patches/lgpl-3-plus
@@ -48,7 +48,7 @@ Description: Lgpl 3+ license class
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
 @@ -22,6 +22,8 @@
-   'LGPL-2.1' => 'LGPL_2_1',
+   'LGPL-2.1+' => 'LGPL_2_1_plus',
    'LGPL-3'   => 'LGPL_3_0',
    'LGPL-3.0' => 'LGPL_3_0',
 +  'LGPL-3+'   => 'LGPL_3_0_plus',

-- 
Debian packaging of libsoftware-license-perl



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