[libsoftware-license-perl] 01/01: Refresh patches which have offsets

Axel Beckert abe at deuxchevaux.org
Sat May 7 20:14:13 UTC 2016


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

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

commit f8d2b350b68d5d9494389d762f3c755094540884
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat May 7 21:24:25 2016 +0200

    Refresh patches which have offsets
---
 debian/changelog                           | 6 ++++++
 debian/patches/add-bsd-3-clause-short-name | 2 +-
 debian/patches/add-expat-short-name        | 2 +-
 debian/patches/add_or_later_clause         | 4 ++--
 debian/patches/short-name-fallback         | 4 ++--
 5 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d48abab..1c22659 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsoftware-license-perl (0.103012-2) UNRELEASED; urgency=medium
+
+  * Refresh patches which have offsets.
+
+ -- Axel Beckert <abe at debian.org>  Sat, 07 May 2016 21:07:40 +0200
+
 libsoftware-license-perl (0.103012-1) unstable; urgency=medium
 
   * Add debian/upstream/metadata
diff --git a/debian/patches/add-bsd-3-clause-short-name b/debian/patches/add-bsd-3-clause-short-name
index 3e54ebf..29fbdbd 100644
--- a/debian/patches/add-bsd-3-clause-short-name
+++ b/debian/patches/add-bsd-3-clause-short-name
@@ -8,7 +8,7 @@ Author: dod
 Applied-Upstream: NA
 --- a/lib/Software/LicenseUtils.pm
 +++ b/lib/Software/LicenseUtils.pm
-@@ -183,6 +183,7 @@
+@@ -186,6 +186,7 @@
    'Artistic'   =>  'Software::License::Artistic_1_0',
    'Artistic-1' =>  'Software::License::Artistic_1_0',
    'Artistic-2' =>  'Software::License::Artistic_2_0',
diff --git a/debian/patches/add-expat-short-name b/debian/patches/add-expat-short-name
index 07c714d..8c4baed 100644
--- a/debian/patches/add-expat-short-name
+++ b/debian/patches/add-expat-short-name
@@ -5,7 +5,7 @@ Author: dod
 Applied-Upstream: NA
 --- a/lib/Software/LicenseUtils.pm
 +++ b/lib/Software/LicenseUtils.pm
-@@ -173,6 +173,7 @@
+@@ -176,6 +176,7 @@
  }
  
  my %short_name = (
diff --git a/debian/patches/add_or_later_clause b/debian/patches/add_or_later_clause
index 2043a8f..41db3bb 100644
--- a/debian/patches/add_or_later_clause
+++ b/debian/patches/add_or_later_clause
@@ -16,7 +16,7 @@ Description: add or_later license parameter
  }
 --- a/lib/Software/LicenseUtils.pm
 +++ b/lib/Software/LicenseUtils.pm
-@@ -183,6 +183,13 @@
+@@ -186,6 +186,13 @@
    'Artistic'   =>  'Software::License::Artistic_1_0',
    'Artistic-1' =>  'Software::License::Artistic_1_0',
    'Artistic-2' =>  'Software::License::Artistic_2_0',
@@ -30,7 +30,7 @@ Description: add or_later license parameter
  );
  
  #pod =method new_from_short_name
-@@ -207,10 +214,12 @@
+@@ -210,10 +217,12 @@
    Carp::croak "Unknow license with short name $short"
      unless $short_name{$short};
  
diff --git a/debian/patches/short-name-fallback b/debian/patches/short-name-fallback
index 0721f5d..3398608 100644
--- a/debian/patches/short-name-fallback
+++ b/debian/patches/short-name-fallback
@@ -4,7 +4,7 @@ Forwarded: https://github.com/rjbs/Software-License/pull/31
 Author: dod
 --- a/lib/Software/LicenseUtils.pm
 +++ b/lib/Software/LicenseUtils.pm
-@@ -212,15 +212,15 @@
+@@ -215,15 +215,15 @@
  
    Carp::croak "no license short name specified"
      unless defined $arg->{short_name};
@@ -25,7 +25,7 @@ Author: dod
    return $lic_class->new( { %$arg, @infos } );
  }
  
-@@ -277,7 +277,10 @@
+@@ -280,7 +280,10 @@
  
  Create a new L<Software::License> object from the license specified
  with C<short_name>. Known short license names are C<GPL-*>, C<LGPL-*> ,

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