[SCM] Debian packaging of DBD-Firebird CPAN distribution branch,	master, updated. 734129c51950f86f5c59658ca65f95da9bbc87ab
    Damyan Ivanov 
    dmn at debian.org
       
    Tue Aug 30 09:02:36 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit 4a527513fb6feb6df62d1dda4fcb3504b7a205ec
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Aug 30 11:41:35 2011 +0300
    add (build-)dependency on libdbi-perl
diff --git a/debian/control b/debian/control
index c0aefbb..c97ee90 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Build-Depends: debhelper (>= 8),
  firebird2.5-dev | firebird-dev,
+ libdbi-perl,
  perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-firebird-perl.git
@@ -13,7 +14,8 @@ Homepage: http://search.cpan.org/dist/DBD-Firebird/
 
 Package: libdbd-firebird-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libdbi-perl
 Description: Perl DBI driver for Firebird RDBMS server 
  DBD::Firebird is a Perl Database Driver module which works with the DBI
  module to provide access to Firebird databases. It provides access to
-- 
Debian packaging of DBD-Firebird CPAN distribution
    
    
More information about the Pkg-perl-cvs-commits
mailing list