[libdbd-xbase-perl] 11/13: Move libdbi-perl from Suggests to Depends.

gregor herrmann gregoa at debian.org
Mon Mar 7 22:54:08 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdbd-xbase-perl.

commit 6d536c9ae13e3f0647de21884cf3e2c6223aac37
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 7 23:45:34 2016 +0100

    Move libdbi-perl from Suggests to Depends.
    
    Thanks: autopkgtest.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f8eea6d..6b8b702 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Homepage: https://metacpan.org/release/DBD-XBase
 Package: libdbd-xbase-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
-Suggests: libdbi-perl
+         ${perl:Depends},
+         libdbi-perl
 Description: Perl module to access xbase files (optionally through DBI)
  DBD::XBase allows creation, access and modification of .dbf (dBase,
  Clipper, Fox* style) database files. It is capable of handling memo

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



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