[libfinance-quote-perl] 15/42: mozilla-ca.patch: new patch, removes unneeded dependency on Mozilla::CA.

gregor herrmann gregoa at debian.org
Mon Aug 21 19:53:11 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 69e582b609d8da003a4b24f3d8b85665de0a2da7
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 29 17:42:57 2014 +0200

    mozilla-ca.patch: new patch, removes unneeded dependency on Mozilla::CA.
---
 debian/patches/mozilla-ca.patch | 56 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 57 insertions(+)

diff --git a/debian/patches/mozilla-ca.patch b/debian/patches/mozilla-ca.patch
new file mode 100644
index 0000000..6c4459f
--- /dev/null
+++ b/debian/patches/mozilla-ca.patch
@@ -0,0 +1,56 @@
+Description: Remove all references to Mozilla::CA package
+ It is not used. And even if it were, it could easily be replaced by hardcoding
+ /etc/ssl/certs/ca-certificates.crt.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-06-29
+---
+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::Simple" : "0",
+             "LWP::UserAgent" : "0",
+-            "Mozilla::CA" : "0",
+             "POSIX" : "0",
+             "Storable" : "0",
+             "Time::Piece" : "0",
+--- a/META.yml
++++ b/META.yml
+@@ -46,7 +46,6 @@ requires:
+   JSON: '0'
+   LWP::Simple: '0'
+   LWP::UserAgent: '0'
+-  Mozilla::CA: '0'
+   POSIX: '0'
+   Storable: '0'
+   Time::Piece: '0'
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -38,7 +38,6 @@ my %WriteMakefileArgs = (
+     "JSON" => 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,
+   "LWP::Simple" => 0,
+   "LWP::UserAgent" => 0,
+-  "Mozilla::CA" => 0,
+   "POSIX" => 0,
+   "Storable" => 0,
+   "Test" => 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 Mozilla::CA;
+ 
+ use strict;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0f8a1ec..dcb798d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 06_seb.diff
 08_deka.diff
 10_whatis.diff
+mozilla-ca.patch

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