[libdbd-firebird-perl] 02/03: adapt to firebird 3

Damyan Ivanov dmn at moszumanska.debian.org
Tue Oct 11 09:04:25 UTC 2016


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

dmn pushed a commit to branch master
in repository libdbd-firebird-perl.

commit 8c10747f28b186b0fb4de299063afb4c65caa402
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Oct 11 06:30:03 2016 +0000

    adapt to firebird 3
    
    require firebird-dev with directories matchinf fb_config output
    
    drop build-dependency on libfbembed2.5
    
    add build-dependency on firebird3.0-server-core for embedded tests
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3234148..2168ccd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
-               firebird-dev,
+               firebird-dev (>= 3.0.1.32609.ds4-4),
+               firebird3.0-server-core,
                libdbi-perl,
-               libfbembed2.5,
                libfile-which-perl,
                libtest-deep-perl,
                libtest-exception-perl,

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



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