debian/0000755000000000000000000000000012231527055007170 5ustar debian/rules0000755000000000000000000000013412231527055010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: disable_network_tests=1 dh_auto_test debian/control0000644000000000000000000000237712231527055010604 0ustar Source: libfinance-quotehist-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdate-manip-perl, libhtml-tableextract-perl, libregexp-common-perl, libtext-csv-perl, libwww-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfinance-quotehist-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfinance-quotehist-perl.git Homepage: https://metacpan.org/release/Finance-QuoteHist/ Package: libfinance-quotehist-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdate-manip-perl, libhtml-tableextract-perl, libregexp-common-perl, libtext-csv-perl, libwww-perl Description: Perl modules for fetching historical stock quotes from the web The Finance::QuoteHist bundle contains several modules designed to fetch historical stock quotes from the web. This includes modules to retrieve information from Yahoo, Yahoo Australia, StockNod, Google, BusinessWeek and DailyFinance. debian/libfinance-quotehist-perl.docs0000644000000000000000000000000712231527055015114 0ustar README debian/source/0000755000000000000000000000000012231527055010470 5ustar debian/source/format0000644000000000000000000000001312231527055011675 0ustar 3.0 (quilt)debian/changelog0000644000000000000000000000450112231527055011042 0ustar libfinance-quotehist-perl (1.20-1) unstable; urgency=low * Team upload. * New upstream release: - added DailyFinance - removed QuoteMedia, MSN, Investopedia * Refresh patch (offset). Add more DEP3 headers. * debian/copyright: update years of upstream copyright and license stanzas. * Bump debhelper compatibility level to 8. * Remove unneeded dependency from libhtml-tableextract-perl (build) dependency. * Update list of supported services in long description. -- gregor herrmann Tue, 22 Oct 2013 18:55:50 +0200 libfinance-quotehist-perl (1.19-2) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610384#20) * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza). Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: John Lightsey ); Added myself to Uploaders. * debian/watch: use metacpan-based URL. * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL.; Source URL changed to metacpan.org URL. * bring d/copyright in line with DEP-5 * s/Finance-QuoteHist/Finance::QuoteHist/ in long description * remove 'perl' from dependencies, since there already is ${perl:Depends} present * Standards-Version: 3.9.4 -- Damyan Ivanov Mon, 01 Apr 2013 01:16:56 +0300 libfinance-quotehist-perl (1.19-1) unstable; urgency=low * New upstream release -- John Lightsey Sat, 03 Sep 2011 15:53:56 -0500 libfinance-quotehist-perl (1.16-2) unstable; urgency=low * Add patch to disable all tests that require network connectivity. (Closes: #636270) * Bump standards version to 3.9.2.0 -- John Lightsey Mon, 22 Aug 2011 20:41:00 -0500 libfinance-quotehist-perl (1.16-1) unstable; urgency=low * New upstream release * Remove spelling_errors.patch (applied upstream) -- John Lightsey Thu, 25 Nov 2010 10:54:00 -0600 libfinance-quotehist-perl (1.14-1) unstable; urgency=low * Initial Release. (Closes: #588401) -- John Lightsey Sat, 10 Jul 2010 19:15:00 -0500 debian/compat0000644000000000000000000000000212231527055010366 0ustar 8 debian/patches/0000755000000000000000000000000012231527055010617 5ustar debian/patches/disable_network_tests.patch0000644000000000000000000000105312231527055016235 0ustar Description: Add check of environmental variable to disable all network tests during the build process. Origin: vendor Forwarded: not-needed Author: John Lightsey Reviewed-by: gregor herrmann Last-Update: 2013-10-22 --- a/t/testload.pm +++ b/t/testload.pm @@ -86,6 +86,10 @@ sub network_ok { if (! defined $Network_Up) { my %ua_parms; + if ($ENV{disable_network_tests}) { + $Network_Up = 0; + return $Network_Up; + } if ($ENV{http_proxy}) { $ua_parms{env_proxy} = 1; } debian/patches/series0000644000000000000000000000003412231527055012031 0ustar disable_network_tests.patch debian/copyright0000644000000000000000000000206112231527055011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Finance-QuoteHist Upstream-Contact: Matt P. Sisk Source: https://metacpan.org/release/Finance-QuoteHist/ Files: * Copyright: 2000-2013, Matthew P. Sisk License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, John Lightsey License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020012231527055010211 0ustar version=3 https://metacpan.org/release/Finance-QuoteHist/ .*/Finance-QuoteHist-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$