[libsoftware-license-perl] 02/05: new patch add-bsd-3-clause-short-name

dod at debian.org dod at debian.org
Wed Jul 22 16:55:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libsoftware-license-perl.

commit c961891e7b49de580f9d9ebef7cfc2fbc9eda11d
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Jul 22 17:56:16 2015 +0200

    new patch add-bsd-3-clause-short-name
---
 debian/patches/add-bsd-3-clause-short-name | 18 ++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/add-bsd-3-clause-short-name b/debian/patches/add-bsd-3-clause-short-name
new file mode 100644
index 0000000..3e54ebf
--- /dev/null
+++ b/debian/patches/add-bsd-3-clause-short-name
@@ -0,0 +1,18 @@
+Description: Add bsd 3 clause short name
+ BSD-3-clause is often used in debian/copyright. This
+ patch enables cme to automatically fill license text
+ for this license.
+ .
+ Debian only patch.
+Author: dod
+Applied-Upstream: NA
+--- a/lib/Software/LicenseUtils.pm
++++ b/lib/Software/LicenseUtils.pm
+@@ -183,6 +183,7 @@
+   'Artistic'   =>  'Software::License::Artistic_1_0',
+   'Artistic-1' =>  'Software::License::Artistic_1_0',
+   'Artistic-2' =>  'Software::License::Artistic_2_0',
++  'BSD-3-clause' => 'Software::License::BSD',
+   'GPL-1+'     =>  [ 'Software::License::GPL_1',    or_later => 1 ],
+   'GPL-2+'     =>  [ 'Software::License::GPL_2',    or_later => 1 ],
+   'GPL-3+'     =>  [ 'Software::License::GPL_3',    or_later => 1 ],
diff --git a/debian/patches/series b/debian/patches/series
index 7594d39..375c974 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,7 @@ lgpl-3-summary
 lgpl-2-summary
 summary_test
 add_or_later_clause
+add-bsd-3-clause-short-name
 backward-compat
 add-expat-short-name
 add-debian-text-method

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsoftware-license-perl.git



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