[SCM] Debian packaging of libsoftware-license-perl branch, master, updated. debian/0.103004-2-20-g03627e4

Dominique Dumont dod at debian.org
Mon Dec 10 12:54:30 UTC 2012


The following commit has been merged in the master branch:
commit 0e12bf4142667c7dfaf2590c55d62a0f4c5597fd
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Dec 10 13:43:15 2012 +0100

    refreshed patch new_from_short_name

diff --git a/debian/patches/new_from_short_name b/debian/patches/new_from_short_name
index b6d1d58..de9e932 100644
--- a/debian/patches/new_from_short_name
+++ b/debian/patches/new_from_short_name
@@ -1,22 +1,14 @@
-diff --git a/lib/Software/LicenseUtils.pm b/lib/Software/LicenseUtils.pm
-index 0caa5bd..c049976 100644
 --- a/lib/Software/LicenseUtils.pm
 +++ b/lib/Software/LicenseUtils.pm
-@@ -1,12 +1,12 @@
+@@ -1,5 +1,7 @@
  use strict;
  use warnings;
++use Carp;
++
  package Software::LicenseUtils;
-+use Carp ;
  {
-   $Software::LicenseUtils::VERSION = '0.103004';
- }
- # ABSTRACT: little useful bits of code for licensey things
- 
--
- my $_v = qr/(?:v(?:er(?:sion|\.))(?: |\.)?)/i;
- my @phrases = (
-   "under the same (?:terms|license) as perl $_v?6" => [],
-@@ -96,6 +96,43 @@ sub guess_license_from_meta {
+   $Software::LicenseUtils::VERSION = '0.103005';
+@@ -96,6 +98,43 @@
  
  *guess_license_from_meta_yml = \&guess_license_from_meta;
  

-- 
Debian packaging of libsoftware-license-perl



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