[libsoftware-license-perl] 02/08: refreshed patches

dod at debian.org dod at debian.org
Tue Jan 26 12:08:33 UTC 2016


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 a47b648d48ab101c27a2a2e54a111655135cda6e
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Jan 26 10:14:22 2016 +0100

    refreshed patches
---
 debian/patches/add-debian-text-method | 4 ++--
 debian/patches/add_or_later_clause    | 2 +-
 debian/patches/backward-compat        | 6 +++---
 debian/patches/summary_method         | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/add-debian-text-method b/debian/patches/add-debian-text-method
index e6c9900..edcc996 100644
--- a/debian/patches/add-debian-text-method
+++ b/debian/patches/add-debian-text-method
@@ -4,7 +4,7 @@ Description: Add debian_text method
 Author: dod
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
-@@ -82,6 +82,18 @@
+@@ -87,6 +87,18 @@
      $self->_fill_in(uc($distro).'-SUMMARY');
  }
  
@@ -23,7 +23,7 @@ Author: dod
  #pod =method license
  #pod
  #pod This method returns the full text of the license.
-@@ -276,6 +288,11 @@
+@@ -284,6 +296,11 @@
  containing the whole license will be in C</usr/share/common-licenses/>
  directory. (Available only on Debian)
  
diff --git a/debian/patches/add_or_later_clause b/debian/patches/add_or_later_clause
index a558e43..2043a8f 100644
--- a/debian/patches/add_or_later_clause
+++ b/debian/patches/add_or_later_clause
@@ -1,7 +1,7 @@
 Description: add or_later license parameter
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
-@@ -151,9 +151,11 @@
+@@ -156,9 +156,11 @@
    Carp::confess "couldn't build $which section" unless
      my $template = $self->section_data($which);
  
diff --git a/debian/patches/backward-compat b/debian/patches/backward-compat
index 1c48d0a..409b2fd 100644
--- a/debian/patches/backward-compat
+++ b/debian/patches/backward-compat
@@ -4,8 +4,8 @@ Description: ensure backward compatibility
  This patch should be dropped once the reverse deps are adapted to the new API.
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
-@@ -8,6 +8,8 @@
- use Sub::Install ();
+@@ -7,6 +7,8 @@
+ use Data::Section -setup => { header_re => qr/\A__([^_]+)__\Z/ };
  use Text::Template ();
  
 +use Software::LicenseUtils;
@@ -13,7 +13,7 @@ Description: ensure backward compatibility
  #pod =head1 SYNOPSIS
  #pod
  #pod   my $license = Software::License::Discordian->new({
-@@ -31,6 +33,12 @@
+@@ -30,6 +32,12 @@
  sub new {
    my ($class, $arg) = @_;
  
diff --git a/debian/patches/summary_method b/debian/patches/summary_method
index 206d016..32aebfd 100644
--- a/debian/patches/summary_method
+++ b/debian/patches/summary_method
@@ -1,7 +1,7 @@
 Description: new method
 --- a/lib/Software/License.pm
 +++ b/lib/Software/License.pm
-@@ -68,6 +68,12 @@
+@@ -73,6 +73,12 @@
  
  sub notice { shift->_fill_in('NOTICE') }
  
@@ -14,7 +14,7 @@ Description: new method
  #pod =method license
  #pod
  #pod This method returns the full text of the license.
-@@ -253,6 +259,13 @@
+@@ -261,6 +267,13 @@
  copyright holder and year of copyright, as well as an indication of the license
  under which the software is distributed.
  

-- 
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