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

Xavier x.guimard at free.fr
Tue Oct 30 06:11:48 UTC 2012


The following commit has been merged in the master branch:
commit 929b02f935440afc133edd2927a61adff98e9bbe
Author: Xavier <x.guimard at free.fr>
Date:   Tue Oct 30 07:05:52 2012 +0100

    Add version dependency for libdbi-perl

diff --git a/debian/changelog b/debian/changelog
index 09146e5..edb6d2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,6 @@ libdbd-mysql-perl (4.022-1) UNRELEASED; urgency=low
   TODO:
   - in general, I'd suggest to wait with libdbd* uploads until after the
     wheezy release
-  - version for libdbi-perl: we don't only look at wheezy but on all releases
-    that still exist (i.e. either oldstable or stable). cf. "Build and runtime
-    dependencies" in
-    http://pkg-perl.alioth.debian.org/policy.html#debian_control_handling
   - both patches apply with an offset
 
   * New upstream release
@@ -14,6 +10,7 @@ libdbd-mysql-perl (4.022-1) UNRELEASED; urgency=low
   * Remove unnecessary version dependency since libdbi-perl is at least
     >=1.612 since wheezy
   * Correct copyright format error
+  * Add version dependency for libdbi-perl
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 28 Oct 2012 08:10:11 +0100
 
diff --git a/debian/control b/debian/control
index 6a701b6..29f2b4f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,10 @@ Section: perl
 Priority: optional
 Build-Depends: perl,
                debhelper (>= 9.20120312),
-               libdbi-perl,
+               libdbi-perl (>= 1.612),
                libmysqlclient-dev,
-               zlib1g-dev
+               zlib1g-dev,
+               perl-modules
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-mysql-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-mysql-perl.git
@@ -22,7 +23,7 @@ Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${perl:Depends},
-         libdbi-perl
+         libdbi-perl (>= 1.612)
 Description: Perl5 database interface to the MySQL database
  DBD::mysql is the Perl5 Database Interface driver for the MySQL
  database. In other words: DBD::mysql is an interface between the Perl
@@ -35,4 +36,3 @@ 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