[libfinance-quote-perl] 21/42: Refresh patch.

gregor herrmann gregoa at debian.org
Mon Aug 21 19:53:12 UTC 2017


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

gregoa pushed a commit to branch master
in repository libfinance-quote-perl.

commit 5c772815462164af9c7e6c98737e845e044d3f7c
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Apr 30 19:45:13 2015 +0200

    Refresh patch.
    
    Git-Dch: Ignore
---
 debian/patches/mozilla-ca.patch | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/patches/mozilla-ca.patch b/debian/patches/mozilla-ca.patch
index 6c4459f..dd8456e 100644
--- a/debian/patches/mozilla-ca.patch
+++ b/debian/patches/mozilla-ca.patch
@@ -9,47 +9,47 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/META.json
 +++ b/META.json
 @@ -55,7 +55,6 @@
-             "JSON" : "0",
+             "LWP::Protocol::https" : "0",
              "LWP::Simple" : "0",
              "LWP::UserAgent" : "0",
 -            "Mozilla::CA" : "0",
              "POSIX" : "0",
-             "Storable" : "0",
              "Time::Piece" : "0",
+             "URI" : "0",
 --- a/META.yml
 +++ b/META.yml
-@@ -46,7 +46,6 @@ requires:
-   JSON: '0'
+@@ -45,7 +45,6 @@ requires:
+   LWP::Protocol::https: '0'
    LWP::Simple: '0'
    LWP::UserAgent: '0'
 -  Mozilla::CA: '0'
    POSIX: '0'
-   Storable: '0'
    Time::Piece: '0'
+   URI: '0'
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -38,7 +38,6 @@ my %WriteMakefileArgs = (
-     "JSON" => 0,
+     "LWP::Protocol::https" => 0,
      "LWP::Simple" => 0,
      "LWP::UserAgent" => 0,
 -    "Mozilla::CA" => 0,
      "POSIX" => 0,
-     "Storable" => 0,
      "Time::Piece" => 0,
-@@ -85,7 +84,6 @@ my %FallbackPrereqs = (
-   "JSON" => 0,
+     "URI" => 0,
+@@ -84,7 +83,6 @@ my %FallbackPrereqs = (
+   "LWP::Protocol::https" => 0,
    "LWP::Simple" => 0,
    "LWP::UserAgent" => 0,
 -  "Mozilla::CA" => 0,
    "POSIX" => 0,
-   "Storable" => 0,
-   "Test" => 0,
+   "Test::More" => 0,
+   "Time::Piece" => 0,
 --- a/lib/Finance/Quote/Tiaacref.pm
 +++ b/lib/Finance/Quote/Tiaacref.pm
 @@ -30,7 +30,6 @@
  package Finance::Quote::Tiaacref;
  require 5.005;
- require Crypt::SSLeay;
+ require LWP::Protocol::https;
 -require Mozilla::CA;
  
  use strict;

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



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