[libdbd-mysql-perl] 03/04: Remove patches now included in upstream

Xavier Guimard xguimard-guest at alioth.debian.org
Tue Oct 1 19:14:32 UTC 2013


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

xguimard-guest pushed a commit to branch master
in repository libdbd-mysql-perl.

commit ad4942d9a5efe23fa5925537ff2724f30d9524a5
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Oct 1 21:13:21 2013 +0200

    Remove patches now included in upstream
---
 debian/patches/fix_pod_for_manpage |   36 ------------------------------------
 debian/patches/fix_spelling        |   27 ---------------------------
 debian/patches/series              |    2 --
 3 files changed, 65 deletions(-)

diff --git a/debian/patches/fix_pod_for_manpage b/debian/patches/fix_pod_for_manpage
deleted file mode 100644
index d581c84..0000000
--- a/debian/patches/fix_pod_for_manpage
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: fix pod errors
-Bug: https://rt.cpan.org/Ticket/Display.html?id=77043
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77043
-Author: Gunnar Wolf <gwolf at debian.org>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
- gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-05-07
-
---- a/lib/DBD/mysql.pm
-+++ b/lib/DBD/mysql.pm
-@@ -1311,6 +1311,7 @@
-  $bool_value = $dbh->{mysql_auto_reconnect};
-  $dbh->{mysql_auto_reconnect} = $AutoReconnect ? 1 : 0;
- 
-+=over
- 
- =item mysql_auto_reconnect
- 
-@@ -1459,7 +1460,7 @@
- 
-   $dbh->{mysql_no_autocommit_cmd} = 1;
- 
--
-+=back
- 
- =head1 STATEMENT HANDLES
- 
-@@ -1722,8 +1723,6 @@
- 
- =back
- 
--=over
--
- =head1 MULTIPLE RESULT SETS
- 
- As of version 3.0002_5, DBD::mysql supports multiple result sets (Thanks
diff --git a/debian/patches/fix_spelling b/debian/patches/fix_spelling
deleted file mode 100644
index c7bcafd..0000000
--- a/debian/patches/fix_spelling
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: spelling mistake
-Bug: https://rt.cpan.org/Ticket/Display.html?id=77044
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77044
-Author: gregor herrmann <gregoa at debian.org>
-Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2013-05-19
-
---- a/lib/DBD/mysql.pm
-+++ b/lib/DBD/mysql.pm
-@@ -944,7 +944,7 @@
-   $sth->execute();
- 
- This statement handle can be used for multiple things. First of all
--you can retreive a row of data:
-+you can retrieve a row of data:
- 
-   my $row = $sth->fetchrow_hashref();
- 
-@@ -1117,7 +1117,7 @@
- 
- =item mysql_multi_statements
- 
--As of MySQL 4.1, support for multiple statements seperated by a semicolon
-+As of MySQL 4.1, support for multiple statements separated by a semicolon
- (;) may be enabled by using this option. Enabling this option may cause
- problems if server-side prepared statements are also enabled.
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fc4134b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix_pod_for_manpage
-fix_spelling

-- 
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