[SCM] Debian packaging of libimage-librsvg-perl branch, master, updated. debian/0.07-6

Ansgar Burchardt ansgar at debian.org
Sun Oct 2 09:17:02 UTC 2011


The following commit has been merged in the master branch:
commit f7f6cec74b68454f95a3544445a969c5d75d7654
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 2 11:13:27 2011 +0200

    Fix format-security compiler warnings. (Closes: #643428)

diff --git a/debian/patches/format-security.diff b/debian/patches/format-security.diff
new file mode 100644
index 0000000..0a43482
--- /dev/null
+++ b/debian/patches/format-security.diff
@@ -0,0 +1,18 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sun, 02 Oct 2011 11:10:56 +0200
+Subject: Fix format-security compiler warnings
+Bug-Debian: http://bugs.debian.org/643428
+Origin: vendor
+Forwarded: no
+
+--- libimage-librsvg-perl.orig/LibRSVG.xs
++++ libimage-librsvg-perl/LibRSVG.xs
+@@ -118,7 +118,7 @@
+     if (!f) {
+         g_set_error (error, G_FILE_ERROR,
+         g_file_error_from_errno (errno),
+-        g_strerror (errno));
++        "%s", g_strerror (errno));
+         return NULL;
+     }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d4589e1..fce7257 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 init_rsvg.patch
+format-security.diff

-- 
Debian packaging of libimage-librsvg-perl



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