[SCM] Debian packaging of libdbd-odbc-perl branch, master, updated. debian/1.37-1-22-gc51f1ae

Xavier Guimard x.guimard at free.fr
Fri Apr 26 04:30:53 UTC 2013


The following commit has been merged in the master branch:
commit 70521444495dd156e7dce2e837b2841427d3a952
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Apr 26 06:29:48 2013 +0200

    Add libdbi-perl in dependencies

diff --git a/debian/control b/debian/control
index f5613e2..a1b0016 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Uploaders: Carlo Segre <segre at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: perl,
-               debhelper (>= 9.20120312),
+Build-Depends: debhelper (>= 9.20120312),
                libdbi-perl,
+               perl,
                unixodbc-dev
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-odbc-perl.git
@@ -21,8 +21,9 @@ Homepage: https://metacpan.org/release/DBD-ODBC/
 Package: libdbd-odbc-perl
 Architecture: any
 Depends: ${misc:Depends},
+         ${perl:Depends},
          ${shlibs:Depends},
-         ${perl:Depends}
+         libdbi-perl
 Description: Perl Database Driver implementing ODBC for DBI
  DBD::ODBC allows DBI to connect to any server complying with the ODBC (Open
  DataBase Connectivity) standard. This provides access to various platforms

-- 
Debian packaging of libdbd-odbc-perl



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