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

Dominique Dumont dod at debian.org
Sat Oct 8 11:13:43 UTC 2011


The following commit has been merged in the master branch:
commit 50f72ae6c43d3c7ec18651f75090917348ec547d
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Oct 8 13:10:38 2011 +0200

    re-organised patches to make upstream life easier (take 3)

diff --git a/debian/patches/gpl-2-plus-class b/debian/patches/gpl-2-plus-class
index 3aa6f2f..bb65154 100644
--- a/debian/patches/gpl-2-plus-class
+++ b/debian/patches/gpl-2-plus-class
@@ -45,3 +45,13 @@ Description: new class
 +
 +On Debian systems, the complete text of version 2 of the GNU General
 +Public License can be found in '/usr/share/common-licenses/GPL-2'.
+--- a/lib/Software/License.pm
++++ b/lib/Software/License.pm
+@@ -15,6 +15,7 @@
+   'GPL-1'  => 'GPL_1',
+   'GPL-1+' => 'GPL_1_plus',
+   'GPL-2'  => 'GPL_2',
++  'GPL-2+' => 'GPL_2_plus',
+   'GPL-3'  => 'GPL_3',
+   'Artistic' => 'Artistic_1_0',
+   'Artistic-1' => 'Artistic_1_0',
diff --git a/debian/patches/gpl-3-plus-class b/debian/patches/gpl-3-plus-class
index e3e0748..efee324 100644
--- a/debian/patches/gpl-3-plus-class
+++ b/debian/patches/gpl-3-plus-class
@@ -44,3 +44,13 @@ Description: new class for gpl3 plus summary
 +
 +On Debian systems, the complete text of version 3 of the GNU General
 +Public License can be found in '/usr/share/common-licenses/GPL-3'.
+--- a/lib/Software/License.pm
++++ b/lib/Software/License.pm
+@@ -17,6 +17,7 @@
+   'GPL-2'  => 'GPL_2',
+   'GPL-2+' => 'GPL_2_plus',
+   'GPL-3'  => 'GPL_3',
++  'GPL-3+' => 'GPL_3_plus',
+   'Artistic' => 'Artistic_1_0',
+   'Artistic-1' => 'Artistic_1_0',
+   'Artistic-2' => 'Artistic_2_0',

-- 
Debian packaging of libsoftware-license-perl



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