[libdbd-pg-perl] 05/08: Bump versioned build dependency on libdbi-perl
gregor herrmann
gregoa at debian.org
Wed Feb 12 18:38:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdbd-pg-perl.
commit 7e781c760b4cfbf1f755e5d21a91a69c73c9966b
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Feb 12 19:32:16 2014 +0100
Bump versioned build dependency on libdbi-perl
and add it to Depends as well.
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 93baf84..f349d2b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Section: perl
Priority: optional
Build-Depends: perl,
debhelper (>= 9.20120312),
- libdbi-perl,
+ libdbi-perl (>= 1.614),
libpq-dev,
postgresql
Standards-Version: 3.9.4
@@ -25,7 +25,8 @@ Package: libdbd-pg-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libdbi-perl (>= 1.614)
Description: Perl DBI driver for the PostgreSQL database server
DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
provide access to PostgreSQL databases. It enables you to control a PostgreSQL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-pg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list