[libfinance-quotehist-perl] 07/09: Remove unneeded dependency from libhtml-tableextract-perl (build) dependency.

gregor herrmann gregoa at debian.org
Tue Oct 22 16:56:58 UTC 2013


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

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

commit 22918565b1fba2a7ba12fef6965d78a186f5f155
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 22 18:52:24 2013 +0200

    Remove unneeded dependency from libhtml-tableextract-perl (build) dependency.
---
 debian/control |   24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6e575a8..1907868 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: libfinance-quotehist-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libdate-manip-perl, libhtml-tableextract-perl (>= 2.07),
- libregexp-common-perl, libtext-csv-perl, libwww-perl, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: libdate-manip-perl,
+                     libhtml-tableextract-perl,
+                     libregexp-common-perl,
+                     libtext-csv-perl,
+                     libwww-perl,
+                     perl
 Standards-Version: 3.9.4
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfinance-quotehist-perl.git
 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 (>= 2.07), libregexp-common-perl, libtext-csv-perl,
- libwww-perl
+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

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



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