[libfinance-quote-perl] 13/42: Refresh other patches.

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 13897aa6a96ccce0e7b4af2cea88f875dcb5b431
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 29 17:34:02 2014 +0200

    Refresh other patches.
    
    Git-Dch: Ignore
---
 debian/patches/03_whatis.diff | 6 +++---
 debian/patches/04_deka.diff   | 4 ++--
 debian/patches/08_deka.diff   | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/03_whatis.diff b/debian/patches/03_whatis.diff
index 295af46..8c33cfc 100644
--- a/debian/patches/03_whatis.diff
+++ b/debian/patches/03_whatis.diff
@@ -11,7 +11,7 @@
 
 --- a/lib/Finance/Quote/AEX.pm
 +++ b/lib/Finance/Quote/AEX.pm
-@@ -165,7 +165,7 @@ sub aex {
+@@ -170,7 +170,7 @@ sub aex {
  
  =head1 NAME
  
@@ -55,7 +55,7 @@
  
 --- a/lib/Finance/Quote/Bourso.pm
 +++ b/lib/Finance/Quote/Bourso.pm
-@@ -274,7 +274,7 @@ sub bourso {
+@@ -322,7 +322,7 @@ sub bourso {
  
  =head1 NAME
  
@@ -88,7 +88,7 @@
  
 --- a/lib/Finance/Quote/USFedBonds.pm
 +++ b/lib/Finance/Quote/USFedBonds.pm
-@@ -164,9 +164,7 @@ sub treasury {
+@@ -163,9 +163,7 @@ sub treasury {
  
  =head1 NAME
  
diff --git a/debian/patches/04_deka.diff b/debian/patches/04_deka.diff
index d48e540..4578b0d 100644
--- a/debian/patches/04_deka.diff
+++ b/debian/patches/04_deka.diff
@@ -4,7 +4,7 @@
 
 --- a/lib/Finance/Quote/Deka.pm
 +++ b/lib/Finance/Quote/Deka.pm
-@@ -62,8 +62,7 @@ sub deka
+@@ -61,8 +61,7 @@ sub deka
      if (!$response -> is_success()) {
        $info{$stock,"errormsg"} = "HTTP failure";
      } else {
@@ -14,7 +14,7 @@
        $te->parse($response->content);
        foreach my $ts ($te->table_states) {
  #        foreach my $row ($ts->rows) {
-@@ -73,16 +72,34 @@ sub deka
+@@ -72,16 +71,34 @@ sub deka
  
          foreach my $row ($ts->rows) {
  	  next if !defined $$row[0] || !defined $$row[1];
diff --git a/debian/patches/08_deka.diff b/debian/patches/08_deka.diff
index af6dd43..136b391 100644
--- a/debian/patches/08_deka.diff
+++ b/debian/patches/08_deka.diff
@@ -1,9 +1,9 @@
 Patch by Daniel Bayer <daniel at halbordnung.de>
 Closes: #539052
 
---- lib/Finance/Quote/Deka.pm.orig	2009-07-29 11:16:07.000000000 +0200
-+++ ./lib/Finance/Quote/Deka.pm	2009-07-29 11:18:12.000000000 +0200
-@@ -81,7 +81,7 @@
+--- a/lib/Finance/Quote/Deka.pm
++++ b/lib/Finance/Quote/Deka.pm
+@@ -80,7 +80,7 @@ sub deka
        $info{$stock,"name"} = $1
          if( $response->content =~ /<div class="sfg_txt">[^<>]*<h1>([^<>]+)<\/h1>/s );
        $info{$stock,"eurodate"} = $1

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