[SCM] Debian packaging of libdbd-mysql-perl branch, master, updated. debian/4.021-1-23-gce14028

Xavier Guimard x.guimard at free.fr
Tue Apr 23 04:29:52 UTC 2013


The following commit has been merged in the master branch:
commit bd0ef19d54757b0cf2183c5746ad8d3e35b8d045
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Apr 23 06:25:42 2013 +0200

    Remove libdbi-perl version in deps

diff --git a/debian/control b/debian/control
index 00295b4..bde1db6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: perl,
-               debhelper (>= 9.20120312),
-               libdbi-perl (>= 1.612),
+Build-Depends: debhelper (>= 9.20120312),
+               libdbi-perl,
                libmysqlclient-dev,
+               perl,
                zlib1g-dev
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-mysql-perl.git
@@ -20,8 +20,8 @@ Homepage: https://metacpan.org/release/DBD-mysql/
 Package: libdbd-mysql-perl
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends},
          ${perl:Depends},
+         ${shlibs:Depends},
          libdbi-perl
 Description: Perl5 database interface to the MySQL database
  DBD::mysql is the Perl5 Database Interface driver for the MySQL
@@ -35,3 +35,4 @@ Description: Perl5 database interface to the MySQL database
  and dropping databases and restarting the server; auto-reconnection;
  utf8; bind type guessing; bind comment placeholders; automated insert ids;
  transactions; multiple result sets and multithreading.
+

-- 
Debian packaging of libdbd-mysql-perl



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