[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.91-1

Damyan Ivanov dmn at debian.org
Thu Nov 3 20:36:06 UTC 2011


The following commit has been merged in the master branch:
commit ec17a169a23aa0ac7e8df26b64bd2ed8f5674a3c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Nov 3 22:31:29 2011 +0200

    drop patch released upstream

diff --git a/debian/patches/error_format_security.patch b/debian/patches/error_format_security.patch
deleted file mode 100644
index b1c3c10..0000000
--- a/debian/patches/error_format_security.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: add a format argument, otherwise this FTBFS with [-Werror=format-security]
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-02
-
---- a/Firebird.xs
-+++ b/Firebird.xs
-@@ -1452,7 +1452,7 @@
-         dialect, NULL );
- 
-     if( (str = ib_error_decode(status)) != NULL ) {
--        croak(str);
-+        croak("%s", str);
-     }
- 
-     // disconnect from the just created database
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 027b021..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-error_format_security.patch

-- 
Debian packaging of DBD-Firebird CPAN distribution



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