[libsql-abstract-perl] 05/06: Update (build) dependencies.
gregor herrmann
gregoa at debian.org
Sat Jun 7 12:49:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libsql-abstract-perl.
commit 29659042eb7068acbb93eb6c1b8e095ee50ac6ed
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 7 14:46:48 2014 +0200
Update (build) dependencies.
---
debian/control | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 329b67b..829b7c7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,10 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-accessor-grouped-perl (>= 0.10005),
- libgetopt-long-descriptive-perl (>= 0.091),
- libhash-merge-perl,
+Build-Depends-Indep: libhash-merge-perl,
+ libmoo-perl (>= 1.004002),
libtest-deep-perl,
- libtest-exception-perl,
+ libtest-exception-perl (>= 0.31),
libtest-warn-perl,
perl
Standards-Version: 3.9.5
@@ -24,9 +23,8 @@ Package: libsql-abstract-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libclass-accessor-grouped-perl (>= 0.10005),
- libgetopt-long-descriptive-perl (>= 0.091),
- libhash-merge-perl
+ libhash-merge-perl,
+ libmoo-perl (>= 1.004002)
Description: module to generate SQL from Perl data structures
SQL::Abstract is a Perl module that allows developers to generate SQL from
Perl data strutures, inspired by DBIx::Abstract. The intent of this module
@@ -39,4 +37,3 @@ Description: module to generate SQL from Perl data structures
hopefully more intuitive. The underlying idea is that this module does what
you mean, based on the data structures you provide it; the biggest advantage
is that you don't have to modify your code every time your data changes.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-perl.git
More information about the Pkg-perl-cvs-commits
mailing list