[libdbi-test-perl] 03/03: control

gregor herrmann gregoa at debian.org
Thu Aug 7 15:42:24 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdbi-test-perl.

commit 53ffb729d61544f0893b8b630cfc3ee96d347fee
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 7 17:41:45 2014 +0200

    control
---
 debian/control | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index cb5a06c..b1e65c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: libdbi-test-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libmodule-pluggable-perl | perl (<< 5.17.0)
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbi-test-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbi-test-perl.git
@@ -12,8 +13,10 @@ Homepage: https://metacpan.org/release/DBI-Test
 
 Package: libdbi-test-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Test suite for DBI API
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-pluggable-perl | perl (<< 5.17.0)
+Description: test suite for the DBI API
  DBI::Test aims to be a test suite for the DBI API and an underlying DBD
  driver, to check if the provided functionality is working and complete.
  .
@@ -21,5 +24,3 @@ Description: Test suite for DBI API
  not designed to be another DBI::PurePerl - it's designed to allow tests can
  be verified to work as expected in a sandbox. This is, of course, limited to
  DBI API itself and cannot load any driver nor really execute any action.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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