[libfinance-quote-perl] 03/42: Imported Debian patch 1.18-1

gregor herrmann gregoa at debian.org
Mon Aug 21 19:53:10 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 8805686db0bc7ba266c0b31931175bcce089a71e
Merge: b2f2497 e9d9700
Author: Jackson Doak <noskcaj at ubuntu.com>
Date:   Thu Dec 12 07:06:02 2013 +1100

    Imported Debian patch 1.18-1

 MANIFEST                              |    8 +
 MANIFEST.skip                         |   15 -
 META.yml                              |   37 +
 MYMETA.json                           |   47 ++
 MYMETA.yml                            |   28 +
 Makefile.PL                           |    2 +-
 debian/changelog                      |   13 +
 debian/compat                         |    2 +-
 debian/control                        |   13 +-
 debian/copyright                      |    3 +-
 debian/install                        |    1 -
 debian/lintian/libfinance-quote-perl  |    1 -
 debian/patches/03_whatis.diff         |   83 +-
 debian/patches/04_deka.diff           |   14 +-
 htdocs/Images/Button1.gif             |  Bin 1247 -> 0 bytes
 htdocs/Images/Button2.gif             |  Bin 1260 -> 0 bytes
 htdocs/Images/bg.jpg                  |  Bin 4695 -> 0 bytes
 htdocs/Images/bg2.jpg                 |  Bin 11048 -> 0 bytes
 htdocs/Images/logo_big1.gif           |  Bin 18565 -> 0 bytes
 htdocs/Images/logo_medium1.gif        |  Bin 16230 -> 0 bytes
 htdocs/Images/logo_small1.gif         |  Bin 11604 -> 0 bytes
 htdocs/Images/logo_small2.gif         |  Bin 9653 -> 0 bytes
 htdocs/Stylesheet.css                 |   24 -
 htdocs/developer.html                 |  118 ---
 htdocs/discussion.html                |   83 --
 htdocs/documentation.html             |   75 --
 htdocs/download.html                  |  105 ---
 htdocs/index.html                     |  173 ----
 htdocs/tpj/finance-quote-example      |   76 --
 htdocs/tpj/finance-quote-sidebar      |   36 -
 htdocs/tpj/finance-quote.txt          |  465 -----------
 inc/Module/Install.pm                 |  273 +++++--
 inc/Module/Install/Base.pm            |   65 +-
 inc/Module/Install/Can.pm             |   99 ++-
 inc/Module/Install/Fetch.pm           |   12 +-
 inc/Module/Install/Makefile.pm        |  273 +++++--
 inc/Module/Install/Metadata.pm        |  560 +++++++++----
 inc/Module/Install/Win32.pm           |    6 +-
 inc/Module/Install/WriteAll.pm        |   31 +-
 lib/Finance/Quote.pm                  |    6 +-
 lib/Finance/Quote/AEX.pm              |   33 +-
 lib/Finance/Quote/AIAHK.pm            |   12 +-
 lib/Finance/Quote/ASEGR.pm            |   32 +-
 lib/Finance/Quote/ASX.pm              |    6 +-
 lib/Finance/Quote/BMONesbittBurns.pm  |   59 +-
 lib/Finance/Quote/Bourso.pm           |   10 +-
 lib/Finance/Quote/Cdnfundlibrary.pm   |   11 +-
 lib/Finance/Quote/Cominvest.pm        |    2 +-
 lib/Finance/Quote/Currencies.pm       |   14 +-
 lib/Finance/Quote/DWS.pm              |   26 +-
 lib/Finance/Quote/Deka.pm             |    4 +-
 lib/Finance/Quote/FTPortfolios.pm     |   16 +-
 lib/Finance/Quote/Fidelity.pm         |    8 +-
 lib/Finance/Quote/FinanceCanada.pm    |    9 +-
 lib/Finance/Quote/Finanzpartner.pm    |    2 +-
 lib/Finance/Quote/Fool.pm             |    4 +-
 lib/Finance/Quote/GoldMoney.pm        |   16 +-
 lib/Finance/Quote/HEX.pm              |    4 +-
 lib/Finance/Quote/HU.pm               |  110 +--
 lib/Finance/Quote/IndiaMutual.pm      |   42 +-
 lib/Finance/Quote/LeRevenu.pm         |   70 +-
 lib/Finance/Quote/ManInvestments.pm   |    6 +-
 lib/Finance/Quote/Morningstar.pm      |    2 +-
 lib/Finance/Quote/NZX.pm              |    6 +-
 lib/Finance/Quote/Platinum.pm         |    8 +-
 lib/Finance/Quote/SEB.pm              |    4 +-
 lib/Finance/Quote/SIXfunds.pm         |   64 ++
 lib/Finance/Quote/SIXshares.pm        |   64 ++
 lib/Finance/Quote/StockHouseCanada.pm |   35 +-
 lib/Finance/Quote/TSP.pm              |   19 +-
 lib/Finance/Quote/TSX.pm              |    2 +-
 lib/Finance/Quote/Tdefunds.pm         |    6 +-
 lib/Finance/Quote/Tdwaterhouse.pm     |    6 +-
 lib/Finance/Quote/Tiaacref.pm         | 1421 +++++++++++++++++++++++++--------
 lib/Finance/Quote/Troweprice.pm       |    6 +-
 lib/Finance/Quote/Trustnet.pm         |   20 +-
 lib/Finance/Quote/USFedBonds.pm       |    3 +-
 lib/Finance/Quote/Union.pm            |    6 +-
 lib/Finance/Quote/UserAgent.pm        |    6 +-
 lib/Finance/Quote/VWD.pm              |    6 +-
 lib/Finance/Quote/Yahoo/Asia.pm       |    2 +-
 lib/Finance/Quote/Yahoo/Australia.pm  |    2 +-
 lib/Finance/Quote/Yahoo/Base.pm       |    6 +-
 lib/Finance/Quote/Yahoo/Brasil.pm     |    2 +-
 lib/Finance/Quote/Yahoo/Europe.pm     |    2 +-
 lib/Finance/Quote/Yahoo/NZ.pm         |    2 +-
 lib/Finance/Quote/Yahoo/USA.pm        |    2 +-
 lib/Finance/Quote/ZA.pm               |   15 +-
 t/bsero.t                             |   11 +-
 t/indiamutual.t                       |    2 +-
 t/sixfunds.t                          |   36 +
 t/sixshares.t                         |   36 +
 t/tiaacref.t                          |   27 +-
 t/yahoo_europe.t                      |   23 +-
 94 files changed, 2817 insertions(+), 2278 deletions(-)

diff --cc debian/changelog
index 39d95b4,0000000..e3244bc
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,171 -1,0 +1,184 @@@
++libfinance-quote-perl (1.18-1) unstable; urgency=low
++
++  * Adopt package. Closes: #731791 
++  * New upstream release
++  * Refresh patches
++  * Bump debhelper to 9
++  * debian/control:
++    - Update long description
++    - Bump standards-version to 3.9.5
++  * Drop lintian overrides
++
++ -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 12 Dec 2013 07:06:02 +1100
++
 +libfinance-quote-perl (1.17+git20120506-1) unstable; urgency=low
 +
 +  * New upstream version from git.
 +  * Online tests currencies.t, currency.t and currency_lookup.t work.
 +    The example program currency-lookup.pl works.  Closes: #660383.
 +  * The little script "demobug" on bug 651689 now consistently produces "Stock
 +    lookup failed".  Closes: #651689.
 +  * debian/patches/02_typo.diff: Removed.
 +  * debian/control: Build-Depends: libcrypt-ssleay-perl.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 06 May 2012 15:12:57 +0000
 +
 +libfinance-quote-perl (1.17+git20110918-1) unstable; urgency=low
 +
 +  * New upstream version from git.
 +    + Online test tsp.t works now.  Closes: #610186.
 +    + Online test vwd.t works now.  Closes: #564639.
 +    + Closing bug tagged fixed-upstream.  Closes: #517626.
 +  * Switch to dpkg-source 3.0 (quilt) format.
 +  * debian/rules: Skip online test bsero.t.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 18 Sep 2011 03:51:13 +0200
 +
 +libfinance-quote-perl (1.17-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches/09_currency.diff: Removed.
 +
 + -- Bart Martens <bartm at debian.org>  Mon, 12 Oct 2009 20:33:44 +0200
 +
 +libfinance-quote-perl (1.16-4) unstable; urgency=low
 +
 +  * debian/patches/09_currency.diff: Added.  Closes: #528844.  Fixes problem
 +    with currency exchange rates.
 +
 + -- Bart Martens <bartm at debian.org>  Thu, 10 Sep 2009 17:24:04 +0200
 +
 +libfinance-quote-perl (1.16-3) unstable; urgency=low
 +
 +  * debian/patches/08_deka.diff: Added.  Closes: #539052.
 +    Patch by Daniel Bayer <daniel at halbordnung.de>, thanks.
 +
 + -- Bart Martens <bartm at debian.org>  Wed, 29 Jul 2009 11:10:43 +0200
 +
 +libfinance-quote-perl (1.16-2) unstable; urgency=low
 +
 +  * debian/patches/07_encoding.diff: Disabled.  Closes: #531788.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 07 Jun 2009 11:47:26 +0200
 +
 +libfinance-quote-perl (1.16-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/copyright: Updated.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 10 May 2009 19:27:38 +0200
 +
 +libfinance-quote-perl (1.15-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches/03_whatis.diff: Updated.
 +  * debian/patches/05_yahoo_e.diff: Disabled.
 +
 + -- Bart Martens <bartm at debian.org>  Mon, 09 Mar 2009 17:05:57 +0100
 +
 +libfinance-quote-perl (1.13-4) unstable; urgency=low
 +
 +  * debian/patches/07_encoding.diff: Added.  Closes: #490395.
 +
 + -- Bart Martens <bartm at debian.org>  Wed, 27 Aug 2008 19:21:21 +0200
 +
 +libfinance-quote-perl (1.13-3) unstable; urgency=low
 +
 +  * debian/patches/05_yahoo_e.diff: Added.  Closes: #478576.
 +  * debian/patches/06_seb.diff: Added.  Fixes broken link.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 29 Jun 2008 16:58:41 +0200
 +
 +libfinance-quote-perl (1.13-2) unstable; urgency=low
 +
 +  * debian/control: Updated Standards-Version, Homepage, and my e-mail.
 +  * Fixed debian-copyright-file-uses-obsolete-national-encoding.
 +  * debian/patches/03_whatis.diff: Added.  Fixes manpage-has-bad-whatis-entry.
 +  * debian/patches/04_deka.diff: Added.  Closes: #431293.
 +  * debian/rules: Added some testcoding.
 +
 + -- Bart Martens <bartm at debian.org>  Sun, 03 Feb 2008 13:38:01 +0100
 +
 +libfinance-quote-perl (1.13-1) unstable; urgency=low
 +
 +  * New upstream release.  Closes: #412259.
 +  * debian/patches/Deka.pm.diff: Removed obsolete patch.
 +  * debian/patches/02_typo.diff: Added.  Closes: #409358.
 +
 + -- Bart Martens <bartm at knars.be>  Sat, 14 Apr 2007 18:40:49 +0200
 +
 +libfinance-quote-perl (1.12-2) unstable; urgency=low
 +
 +  * debian/control: Added libcrypt-ssleay-perl to Depends.
 +  * debian/patches/Deka.pm.diff: Changes needed for changed DekaBank website.
 +    Closes: #400674.  Patch by Vincent Smeets <V.Smeets at T-Online.de>, thanks.
 +
 + -- Bart Martens <bartm at knars.be>  Tue, 28 Nov 2006 07:57:20 +0100
 +
 +libfinance-quote-perl (1.12-1) unstable; urgency=low
 +
 +  * New maintainer.  Closes: #398116.
 +  * Acknowledge NMU.  Closes: #320815, #322819, #350093.
 +  * New upstream release.  Closes: #382910, #342843.
 +  * debian/*: Repackaged with cdbs.
 +  * debian/copyright: Updated.
 +  * debian/lintian/libfinance-quote-perl: Lintian override for long URL in
 +    Finance::Quote::SEB.3pm.
 +  * debian/watch: Added.
 +
 + -- Bart Martens <bartm at knars.be>  Sun, 12 Nov 2006 12:40:36 +0100
 +
 +libfinance-quote-perl (1.11-0.1) unstable; urgency=low
 +
 +  * Non Maintainer Upload.
 +  * New upstream release (closes: #320815)
 +  * Remove /usr/doc (closes: #322819)
 +  * Move binary indep files to /usr/share (closes: #350093)
 +  * Attempt to run the tests on build (even though they aren't actually
 +    run currently because upstream has disabled them.)
 +  * Upgrade the Standards version to 3.6.2; changes above required.
 +
 + -- Don Armstrong <don at debian.org>  Sun, 19 Feb 2006 15:22:40 -0800
 +
 +libfinance-quote-perl (1.08-1) unstable; urgency=low
 +
 +  * Version update (closes: Bug#115559) 
 +  * It also (closes: Bug#181359)
 +
 + -- Ross Peachey <rcp at debian.org>  Fri, 13 Jul 2003 15:13:12 +1000
 +
 +libfinance-quote-perl (1.07-2) stable testing unstable; urgency=low
 +
 +  * Added dependency on libwww-perl (closes: Bug#171058)
 +
 + -- Ross Peachey <rcp at debian.org>  Fri, 27 Dec 2002 09:02:40 +1000
 +
 +libfinance-quote-perl (1.07-1) unstable; urgency=low
 +
 +  * Version update (closes: Bug#147511)
 +
 + -- Ross Peachey <rcp at debian.org>  Mon, 15 Jul 2002 18:48:36 +1000
 +
 +libfinance-quote-perl (1.06-2) unstable; urgency=low
 +
 +  * Remove spurious dependancy (closes: Bug#118649)
 +
 + -- Ross Peachey <rcp at debian.org>  Sun, 11 Nov 2001 18:48:36 +1100
 +
 +libfinance-quote-perl (1.06-1) unstable; urgency=low
 +
 +  * Version update.
 +
 + -- Ross Peachey <rcp at debian.org>  Tue, 03 Jul 2001 21:14:12 +1000
 +
 +libfinance-quote-perl (1.05-1) unstable; urgency=low
 +
 +  * Initial Debian release. 
 +
 + -- Ross Peachey <rcp at debian.org>  Wed, 14 Feb 2001 15:24:49 +1100
 +
 +Local variables:
 +mode: debian-changelog
 +user-mail-address: "rcp at debian.org"
 +End:
 +
diff --cc debian/compat
index 45a4fb7,0000000..ec63514
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 8
++9
diff --cc debian/control
index 168d279,0000000..e9270e0
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,14 -1,0 +1,17 @@@
 +Source: libfinance-quote-perl
 +Section: perl
 +Priority: optional
- Maintainer: Bart Martens <bartm at debian.org>
- Build-Depends: debhelper (>= 8.0.0), libhtml-tableextract-perl, libwww-perl, libcrypt-ssleay-perl
- Standards-Version: 3.9.3
++Maintainer: Jackson Doak <noskcaj at ubuntu.com>
++Build-Depends: debhelper (>= 9), libhtml-tableextract-perl, libwww-perl, libcrypt-ssleay-perl
++Standards-Version: 3.9.5
 +Homepage: http://finance-quote.sourceforge.net/
 +
 +Package: libfinance-quote-perl
 +Architecture: all
 +Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tableextract-perl, libwww-perl, libcrypt-ssleay-perl
 +Description: Perl module for retrieving stock quotes from a variety of sources
-  This is a Perl module that retrieves stock quotes and other securities
-  information from various locations
++ This module gets stock quotes from various internet sources, including
++ Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange.
++ There are two methods of using this module -- a functional interface
++ that is depreciated, and an object-orientated method that provides
++ greater flexibility and stability.
diff --cc debian/copyright
index a947d33,0000000..487feff
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,92 -1,0 +1,93 @@@
 +This is Debian GNU/Linux's prepackaged version of Finance::Quote.  This
 +is a set of perl modules which provide access to securities prices.
 +
 +This package was put together by Ross Peachey <rcp at debian.org>, from
 +the original sources, available from:
 +
 +     http://sourceforge.net/projects/finance-quote/
 +
 +How the file libfinance-quote-perl_1.17+git20110918.orig.tar.gz was created :
 +
 +     git clone https://github.com/pfenwick/finance-quote.git
 +     cd finance-quote/
 +     rm -rf .git .gitignore .cvsignore
 +     rm -rf debian
 +     cd ..
 +     tar cf libfinance-quote-perl_1.17+git20110918.orig.tar finance-quote/
 +     gzip -9 libfinance-quote-perl_1.17+git20110918.orig.tar
 +
 +The library is also available from the Comprehensive Perl Archive
 +Network (CPAN). Visit <URL:http://www.perl.com/CPAN/> to find a CPAN
 +site near you.
 +
 +Copyright 1998, Dj Padzensky
 +Copyright 1998, 1999 Linas Vepstas
 +Copyright 2000, Yannick LE NY (update for Yahoo Europe and YahooQuote)
 +Copyright 2000-2001, Paul Fenwick (updates for ASX, maintenance and release)
 +Copyright 2000-2001, Brent Neal (update for TIAA-CREF)
 +Copyright 2000 Volker Stuerzl (DWS and VWD support)
 +Copyright 2000 Keith Refson (Trustnet support)
 +Copyright 2001 Rob Sessink (AEX support)
 +Copyright 2001 Leigh Wedding (ASX updates)
 +Copyright 2001 Tobias Vancura (Fool support)
 +Copyright 2001 James Treacy (TD Waterhouse support)
 +Copyright (C) 1989, 1991 Free Software Foundation, Inc.
 +Copyright (C) 1998, 1999 Linas Vepstas <linas at linas.org>
 +Copyright (C) 1998, Dj Padzensky <djpadz at padz.net>
 +Copyright (C) 2000-2004, Paul Fenwick <pjf at cpan.org>
 +Copyright (C) 2000-2001, Brent Neal <brentn at users.sourceforge.net>
 +Copyright (C) 2000, Keith Refson <Keith.Refson at earth.ox.ac.uk>
 +Copyright (C) 2000, Volker Stuerzl <volker.stuerzl at gmx.de>
 +Copyright (C) 2000, Yannick LE NY <y-le-ny at ifrance.com>
 +Copyright (C) 2001, James Treacy <treacy at debian.org>
 +Copyright (C) 2001, Leigh Wedding <leigh.wedding at telstra.com>
 +Copyright (C) 2001, M.R.Muthu Kumar <m_muthukumar at users.sourceforge.net>
 +Copyright (C) 2001, Rob Sessink <rob_ses at users.sourceforge.net>
 +Copyright (C) 2001, Tobias Vancura <tvancura at altavista.net>
 +Copyright (C) 2002, Rainer Dorsch <rainer.dorsch at informatik.uni-stuttgart.de>
 +Copyright (C) 2003,2005,2006 Jörg Sommer <joerg at alea.gnuu.de>
 +Copyright (C) 2003, Ian Dall <ian at beware.dropbear.id.au>
 +Copyright (C) 2003, Pawel Konieczny <konieczp at users.sourceforge.net>
 +Copyright (C) 2003, Rob Clark <finiteautomaton at users.sourceforge.net>
 +Copyright (C) 2003, Tomas Carlsson <tc at tompa.nu>
 +Copyright (C) 2004, Frank Mori Hess <fmhess at users.sourceforge.net>
 +Copyright (C) 2004, Johan van Oostrum
 +Copyright (C) 2004, Michael Curtis 
 +Copyright (C) 2005  Knut Franke <Knut.Franke at gmx.de>
 +Copyright (C) 2005, Morten Cools <morten at cools.no>
 +Copyright (C) 2006, Dominique Corbex <domcox at sourceforge.net>
 +Copyright (C) 2006, Klaus Dahlke <klaus.dahlke at gmx.de>
 +Copyright (C) 2006, Mika Laari <mika.laari at iki.fi>
 +Copyright (C) 2008, Stephan Ebelt <stephan.ebelt at gmx.de>
 +Copyright (C) 2008, Bernard Fuentes <bernard.fuentes at gmail.com>
 +Copyright (C) 2008-2009 Adam Kennedy
 +Copyright (C) 2009, Herman van Rink
 +Copyright (C) 2008-2009, Erik Colson <eco at ecocode.net>
 +Copyright (C) 2009, Bradley Dean <bjdean at bjdean.id.au>
 +
 +License:
 +
 +   This package is free software; you can redistribute it and/or modify
 +   it under the terms of the GNU General Public License as published by
 +   the Free Software Foundation; either version 2 of the License, or
 +   (at your option) any later version.
 +
 +   This package is distributed in the hope that it will be useful,
 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +   GNU General Public License for more details.
 +
 +   You should have received a copy of the GNU General Public License
 +   along with this package; if not, write to the Free Software
 +   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 +
 +On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
++Public License can be found in `/usr/share/common-licenses/GPL-2'.
 +
 +The Debian packaging is
 +   Copyright (C) 2001-2003 Ross Peachey <rcp at debian.org>
 +   Copyright (C) 2006 Don Armstrong <don at debian.org>
 +   Copyright (C) 2006-2012 Bart Martens <bartm at knars.be>
++   Copyright (C) 2013 Jackson Doak <noskcaj at ubuntu.com>
 +and is licensed under the GPL version 2, see above.
 +
diff --cc debian/patches/03_whatis.diff
index 7006c30,0000000..295af46
mode 100644,000000..100644
--- a/debian/patches/03_whatis.diff
+++ b/debian/patches/03_whatis.diff
@@@ -1,106 -1,0 +1,101 @@@
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/AEX.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/AEX.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/AEX.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -165,7 +165,7 @@
++---
++ lib/Finance/Quote/AEX.pm             |    2 +-
++ lib/Finance/Quote/AIAHK.pm           |    2 +-
++ lib/Finance/Quote/ASEGR.pm           |    2 +-
++ lib/Finance/Quote/BMONesbittBurns.pm |    2 +-
++ lib/Finance/Quote/Bourso.pm          |    2 +-
++ lib/Finance/Quote/LeRevenu.pm        |    2 +-
++ lib/Finance/Quote/TSP.pm             |    2 +-
++ lib/Finance/Quote/USFedBonds.pm      |    4 +---
++ 8 files changed, 8 insertions(+), 10 deletions(-)
++
++--- a/lib/Finance/Quote/AEX.pm
+++++ b/lib/Finance/Quote/AEX.pm
++@@ -165,7 +165,7 @@ sub aex {
 + 
 + =head1 NAME
 + 
- -Finance::Quote::AEX Obtain quotes from Amsterdam Euronext eXchange 
- +Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange 
++-Finance::Quote::AEX Obtain quotes from Amsterdam Euronext eXchange
+++Finance::Quote::AEX - Obtain quotes from Amsterdam Euronext eXchange
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/AIAHK.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/AIAHK.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/AIAHK.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -139,7 +139,7 @@
++--- a/lib/Finance/Quote/AIAHK.pm
+++++ b/lib/Finance/Quote/AIAHK.pm
++@@ -139,7 +139,7 @@ sub aiahk {
 + 
 + =head1 NAME
 + 
- -Finance::Quote::AIAHK Obtain quotes from American International Assurance 
- +Finance::Quote::AIAHK - Obtain quotes from American International Assurance 
++-Finance::Quote::AIAHK Obtain quotes from American International Assurance
+++Finance::Quote::AIAHK - Obtain quotes from American International Assurance
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/ASEGR.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/ASEGR.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/ASEGR.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -111,7 +111,7 @@
++--- a/lib/Finance/Quote/ASEGR.pm
+++++ b/lib/Finance/Quote/ASEGR.pm
++@@ -111,7 +111,7 @@ sub asegr {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::ASEGR Obtain quotes from Athens Stock Exchange.
 ++Finance::Quote::ASEGR - Obtain quotes from Athens Stock Exchange.
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/BMONesbittBurns.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/BMONesbittBurns.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/BMONesbittBurns.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -174,7 +174,7 @@
++--- a/lib/Finance/Quote/BMONesbittBurns.pm
+++++ b/lib/Finance/Quote/BMONesbittBurns.pm
++@@ -174,7 +174,7 @@ sub bmonesbittburns {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::BMONesbittBurns Obtain quotes from the BMO NesbittBurns site
 ++Finance::Quote::BMONesbittBurns - Obtain quotes from the BMO NesbittBurns site
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/Bourso.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/Bourso.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/Bourso.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -274,7 +274,7 @@
++--- a/lib/Finance/Quote/Bourso.pm
+++++ b/lib/Finance/Quote/Bourso.pm
++@@ -274,7 +274,7 @@ sub bourso {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::Bourso Obtain quotes from Boursorama.
 ++Finance::Quote::Bourso - Obtain quotes from Boursorama.
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/LeRevenu.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/LeRevenu.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/LeRevenu.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -411,7 +411,7 @@
++--- a/lib/Finance/Quote/LeRevenu.pm
+++++ b/lib/Finance/Quote/LeRevenu.pm
++@@ -411,7 +411,7 @@ sub lerevenu {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::LeRevenu Obtain quotes from http://bourse.lerevenu.com.
 ++Finance::Quote::LeRevenu - Obtain quotes from http://bourse.lerevenu.com.
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/TSP.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/TSP.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/TSP.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -152,7 +152,7 @@
++--- a/lib/Finance/Quote/TSP.pm
+++++ b/lib/Finance/Quote/TSP.pm
++@@ -152,7 +152,7 @@ sub tsp {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::TSP Obtain fund prices for US Federal Government Thrift Savings Plan
 ++Finance::Quote::TSP - Obtain fund prices for US Federal Government Thrift Savings Plan
 + 
 + =head1 SYNOPSIS
 + 
- Index: libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/USFedBonds.pm
- ===================================================================
- --- libfinance-quote-perl-1.17+git20120506.orig/lib/Finance/Quote/USFedBonds.pm	2012-05-06 15:06:44.000000000 +0000
- +++ libfinance-quote-perl-1.17+git20120506/lib/Finance/Quote/USFedBonds.pm	2012-05-06 15:17:12.000000000 +0000
- @@ -164,9 +164,7 @@
++--- a/lib/Finance/Quote/USFedBonds.pm
+++++ b/lib/Finance/Quote/USFedBonds.pm
++@@ -164,9 +164,7 @@ sub treasury {
 + 
 + =head1 NAME
 + 
 +-Finance::Quote::USFedBonds
 +-Get US Federal Bond redemption values directly from the treasury at
 +-www.publicdebt.treas.gov/sav/savvalue.htm
 ++Finance::Quote::USFedBonds - Get US Federal Bond redemption values directly from the treasury at www.publicdebt.treas.gov/sav/savvalue.htm
 + 
 + =head1 SYNOPSIS
 + 
diff --cc debian/patches/04_deka.diff
index d491bdd,0000000..d48e540
mode 100644,000000..100644
--- a/debian/patches/04_deka.diff
+++ b/debian/patches/04_deka.diff
@@@ -1,55 -1,0 +1,59 @@@
- --- ../orig/libfinance-quote-perl-1.13/lib/Finance/Quote/Deka.pm	2007-01-01 00:20:55.000000000 +0100
- +++ ./lib/Finance/Quote/Deka.pm	2008-02-03 17:24:07.000000000 +0100
- @@ -62,8 +62,7 @@
++---
++ lib/Finance/Quote/Deka.pm |   37 +++++++++++++++++++++++++++----------
++ 1 file changed, 27 insertions(+), 10 deletions(-)
++
++--- a/lib/Finance/Quote/Deka.pm
+++++ b/lib/Finance/Quote/Deka.pm
++@@ -62,8 +62,7 @@ sub deka
 +     if (!$response -> is_success()) {
 +       $info{$stock,"errormsg"} = "HTTP failure";
 +     } else {
 +-      my @headers = [qw(Name ISIN Whg Datum)];
 +-      my $te = new HTML::TableExtract(headers => @headers, slice_columns => 0);
 ++      my $te = new HTML::TableExtract();
 +       $te->parse($response->content);
 +       foreach my $ts ($te->table_states) {
 + #        foreach my $row ($ts->rows) {
- @@ -73,16 +72,34 @@
-  	
++@@ -73,16 +72,34 @@ sub deka
++ 
 +         foreach my $row ($ts->rows) {
 + 	  next if !defined $$row[0] || !defined $$row[1];
 +-	  $info{$stock,"name"} = $$row[0];
 +-	  $info{$stock,"currency"} = $$row[2];
 +-	  $quoter->store_date(\%info, $stock, {eurodate => $$row[6]});
 +-	  $info{$stock,"price"} = convert_price(trim($$row[4]));
 +-	  $info{$stock,"last"} = $info{$stock,"price"};
 +-	  $info{$stock,"success"} = 1;
 +-	  $info{$stock,"method"} = "deka";
 +-	  $info{$stock,"symbol"} = $stock;
 ++	  next if !defined $$row[2] || !defined $$row[3];
 ++	  $info{$stock,"currency"} = $$row[1] if( $$row[0] =~ /^W.hrung:$/ );
 ++	  $info{$stock,"price"} = convert_price(trim($$row[3])) if( $$row[2] eq "Anteilpreis Aktuell:" );
 +         }
 +       }
 ++
 ++      $info{$stock,"name"} = $1
 ++        if( $response->content =~ /<div class="sfg_txt">[^<>]*<h1>([^<>]+)<\/h1>/s );
 ++      $info{$stock,"eurodate"} = $1
 ++        if( $response->content =~ /<div class="box">[^<>]*<h2 class="headline">Aktuelle Fondsdaten vom ([^<>]+)<\/h2>/s );
 ++      $info{$stock,"last"} = $info{$stock,"price"}
 ++        if( defined $info{$stock,"price"} );
 ++
 ++      $info{$stock,"success"} = 1
 ++      	if( defined $info{$stock,"name"}
 ++      	&&  defined $info{$stock,"eurodate"}
 ++      	&&  defined $info{$stock,"price"}
 ++	&&  defined $info{$stock,"last"}
 ++	&&  defined $info{$stock,"currency"} );
 ++
 ++      if( $info{$stock,"success"} == 1 )
 ++      {
 ++        $info{$stock,"method"} = "deka";
 ++        $info{$stock,"symbol"} = $stock;
 ++        $quoter->store_date(\%info, $stock, {eurodate => $info{$stock,"eurodate"}});
 ++        delete $info{$stock,"eurodate"};
 ++      }
 ++
 +       $info{$stock,"errormsg"} = "Couldn't parse deka website"
 + 	  if ($info{$stock,"success"} == 0);
 +     }

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