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

Xavier x.guimard at free.fr
Sun Oct 28 07:18:32 UTC 2012


The following commit has been merged in the master branch:
commit c42e7345ceccf4f2e818d7036d269f500d36d88b
Author: Xavier <x.guimard at free.fr>
Date:   Sun Oct 28 08:11:30 2012 +0100

    Remove unnecessary version dependency

diff --git a/debian/changelog b/debian/changelog
index b718fea..f5fbc23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbd-mysql-perl (4.022-1) UNRELEASED; urgency=low
+
+  * Remove unnecessary version dependency since libdbi-perl is at least
+    >=1.612 since wheezy
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 28 Oct 2012 08:10:11 +0100
+
 libdbd-mysql-perl (4.021-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index ce012cc..47a8e82 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,27 @@
 Source: libdbd-mysql-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 9.20120312),
- libdbi-perl (>= 1.612),
- libmysqlclient-dev,
- zlib1g-dev
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, 
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/DBD-mysql/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-mysql-perl.git
+Build-Depends: perl,
+               debhelper (>= 9.20120312),
+               libdbi-perl,
+               libmysqlclient-dev,
+               zlib1g-dev
+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
+Homepage: http://search.cpan.org/dist/DBD-mysql/
 
 Package: libdbd-mysql-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
- libdbi-perl (>= 1.610.90)
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${perl:Depends},
+         libdbi-perl
 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
@@ -30,3 +34,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