[SCM] Debian packaging of libdbix-abstract-perl branch, master, updated. 4b3a02e7cca57873b1bb1ed70ff546be8e63419a
gregor herrmann
gregoa at debian.org
Sat Sep 24 20:33:33 UTC 2011
The following commit has been merged in the master branch:
commit 1409363de33b8d0010352912aef23e1bb1ccc613
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Sep 24 22:27:57 2011 +0200
Add build and runtime dependency on libcheck-isa-perl.
diff --git a/debian/control b/debian/control
index 1c5536e..642e29d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
+ libcheck-isa-perl,
libdbi-perl,
libdbd-sqlite3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -14,7 +15,9 @@ Homepage: http://search.cpan.org/dist/DBIx-Abstract/
Package: libdbix-abstract-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcheck-isa-perl,
+ libdbi-perl
Description: DBI SQL abstraction
DBIX::Abstract provides methods for retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
--
Debian packaging of libdbix-abstract-perl
More information about the Pkg-perl-cvs-commits
mailing list