[libdbd-mysql-perl] 01/01: First try to compile against MariaDB

Axel Beckert abe at deuxchevaux.org
Sun Dec 22 18:01:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch mariadb
in repository libdbd-mysql-perl.

commit 79234a9466520a4198964bd731b650f5ecd3e7f4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 22 19:01:21 2013 +0100

    First try to compile against MariaDB
---
 debian/changelog |  7 +++++++
 debian/control   | 10 ++++++----
 debian/rules     |  3 ++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2dd658d..954290f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbd-mysql-perl (4.025-1+maridadb1) UNRELEASED+EXPERIMENTAL; urgency=low
+
+  * Add myself as Uploader
+  * Build against MariaDB
+
+ -- Axel Beckert <abe at debian.org>  Sun, 22 Dec 2013 18:43:03 +0100
+
 libdbd-mysql-perl (4.025-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 7ecebaa..50d1c88 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ 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>,
-           Xavier Guimard <x.guimard at free.fr>
+           Xavier Guimard <x.guimard at free.fr>,
+           Axel Beckert <abe at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                libdbi-perl,
-               libmysqlclient-dev,
+               libmariadbclient-dev,
                perl,
                zlib1g-dev
 Standards-Version: 3.9.5
@@ -23,7 +24,7 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
          libdbi-perl
-Description: Perl5 database interface to the MySQL database
+Description: Perl5 database interface to the MariaDB database
  DBD::mysql is the Perl5 Database Interface driver for the MySQL
  database. In other words: DBD::mysql is an interface between the Perl
  programming language and the MySQL programming API that comes with the
@@ -35,4 +36,5 @@ 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.
-
+ .
+ This package is build against MariaDB instead of MySQL.
diff --git a/debian/rules b/debian/rules
index 89192f1..275639b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ PROB_FILE = mysql.mtest
 
 override_dh_auto_configure:
 	! [ -e t/$(PROB_FILE) ] || mv t/$(PROB_FILE) debian/$(PROB_FILE).save
-	dh_auto_configure -- --ssl --testuser=test
+	dh_auto_configure -- --ssl --testuser=test \
+	                     --libs="-L/usr/lib/i386-linux-gnu -lmariadbclient"
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES='t/00base.t'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git



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