[libtest-database-perl] 03/08: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Sun Apr 6 17:27:15 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-database-perl.

commit 54c122cf71f02677f5bb16b366748a0068fdd704
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 6 19:20:45 2014 +0200

    Update (build) dependencies.
---
 debian/control | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 5e32d85..c822489 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libtest-database-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders:
+Uploaders: 
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libdbi-perl,
-                     libdbd-csv-perl,
+Build-Depends-Indep: libdbd-csv-perl,
                      libdbd-sqlite2-perl,
-                     libfile-homedir-perl,
-                     libyaml-tiny-perl,
                      libdbd-sqlite3-perl,
+                     libdbi-perl,
+                     libfile-homedir-perl,
+                     libsql-statement-perl,
+                     libtest-pod-coverage-perl,
                      libtest-pod-perl,
-                     libtest-pod-coverage-perl
+                     libyaml-tiny-perl (>= 1.62),
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-database-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-database-perl.git
@@ -22,10 +23,9 @@ Package: libtest-database-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libdbi-perl,
          libfile-homedir-perl,
-         perl,
-         libyaml-tiny-perl,
-         libdbi-perl
+         libyaml-tiny-perl (>= 1.62)
 Suggests: libdbd-csv-perl,
           libdbd-sqlite2-perl,
           libdbd-sqlite3-perl
@@ -40,4 +40,3 @@ Description: support for testing against multiple unspecified databases
  Test::Database, you put a config file in your home directory which
  explains how to connect to non-file based databases. File based databases
  do not normally needed configuration so long as the DBD driver is available.
-

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



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