[SCM] Debian packaging of libsoftware-license-perl branch, master, updated. 852070fdf6a2c6b4cfcefa3608d02f2552a584c0

Dominique Dumont dod at debian.org
Fri Sep 30 16:00:49 UTC 2011


The following commit has been merged in the master branch:
commit 852070fdf6a2c6b4cfcefa3608d02f2552a584c0
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Sep 30 18:00:19 2011 +0200

    last summaries

diff --git a/debian/patches/apache-2-summary b/debian/patches/apache-2-summary
new file mode 100644
index 0000000..40c26d5
--- /dev/null
+++ b/debian/patches/apache-2-summary
@@ -0,0 +1,23 @@
+Description: added apache 2 summary
+--- a/lib/Software/License/Apache_2_0.pm
++++ b/lib/Software/License/Apache_2_0.pm
+@@ -40,6 +40,19 @@
+ 
+ 
+ __DATA__
++__DEBIAN-SUMMARY__
++Licensed under the Apache License, Version 2.0 (the "License");
++you may not use this file except in compliance with the License.
++You may obtain a copy of the License at
++    http://www.apache.org/licenses/LICENSE-2.0
++Unless required by applicable law or agreed to in writing, software
++distributed under the License is distributed on an "AS IS"BASIS,
++WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++See the License for the specific language governing permissions and
++limitations under the License.
++
++On Debian systems, the complete text of the Apache License,
++Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.
+ __LICENSE__
+                                  Apache License
+                            Version 2.0, January 2004
diff --git a/debian/patches/gpl-2-plus-class b/debian/patches/gpl-2-plus-class
new file mode 100644
index 0000000..a7fa73b
--- /dev/null
+++ b/debian/patches/gpl-2-plus-class
@@ -0,0 +1,22 @@
+Description: new class 
+--- /dev/null
++++ b/lib/Software/License/GPL_2_plus.pm
+@@ -0,0 +1,18 @@
++use strict;
++use warnings;
++package Software::License::GPL_2_plus;
++
++use base 'Software::License::GPL_2';
++
++sub name { 'The GNU General Public License, Version 2 or later' }
++
++2;
++__DATA__
++__DEBIAN-SUMMARY__
++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; version 2 dated June, 1991, or (at your
++option) any later version.
++
++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'.
diff --git a/debian/patches/gpl-2-summary b/debian/patches/gpl-2-summary
new file mode 100644
index 0000000..0a44112
--- /dev/null
+++ b/debian/patches/gpl-2-summary
@@ -0,0 +1,17 @@
+Description: gpl-2 summary
+--- a/lib/Software/License/GPL_2.pm
++++ b/lib/Software/License/GPL_2.pm
+@@ -40,6 +40,13 @@
+ 
+ 
+ __DATA__
++__DEBIAN-SUMMARY__
++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; version 2 dated June, 1991.
++
++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'.
+ __LICENSE__
+                     GNU GENERAL PUBLIC LICENSE
+                        Version 2, June 1991
diff --git a/debian/patches/gpl-3-plus-class b/debian/patches/gpl-3-plus-class
new file mode 100644
index 0000000..0aab193
--- /dev/null
+++ b/debian/patches/gpl-3-plus-class
@@ -0,0 +1,22 @@
+Description: new class for gpl3 plus summary
+--- /dev/null
++++ b/lib/Software/License/GPL_3_plus.pm
+@@ -0,0 +1,18 @@
++use strict;
++use warnings;
++package Software::License::GPL_3_plus;
++
++use base 'Software::License::GPL_3';
++
++sub name { 'The GNU General Public License, Version 3 or later' }
++
++1;
++__DATA__
++__DEBIAN-SUMMARY__
++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; version 3 dated June, 2007, or (at your
++option) any later version.
++
++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'.
diff --git a/debian/patches/gpl-3-summary b/debian/patches/gpl-3-summary
new file mode 100644
index 0000000..efb3b71
--- /dev/null
+++ b/debian/patches/gpl-3-summary
@@ -0,0 +1,17 @@
+Description: gpl3 summary
+--- a/lib/Software/License/GPL_3.pm
++++ b/lib/Software/License/GPL_3.pm
+@@ -40,6 +40,13 @@
+ 
+ 
+ __DATA__
++__DEBIAN-SUMMARY__
++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; version 3 dated June, 2007.
++
++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'.
+ __LICENSE__
+                     GNU GENERAL PUBLIC LICENSE
+                        Version 3, 29 June 2007
diff --git a/debian/patches/series b/debian/patches/series
index f4ea42d..62b2943 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,8 @@ artistic_1.0_summary
 gpl-1-summary
 gpl-1-plus-class
 summary_test
+gpl-2-summary
+gpl-2-plus-class
+gpl-3-summary
+gpl-3-plus-class
+apache-2-summary
diff --git a/debian/patches/summary_test b/debian/patches/summary_test
index 3a33a09..4bc366e 100644
--- a/debian/patches/summary_test
+++ b/debian/patches/summary_test
@@ -1,3 +1,4 @@
+Description: new test for summary feature
 --- /dev/null
 +++ b/t/summary.t
 @@ -0,0 +1,15 @@

-- 
Debian packaging of libsoftware-license-perl



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