[cpl-plugin-giraf] 06/34: Fix install files and compilation

Ole Streicher olebole-guest at alioth.debian.org
Mon Sep 16 17:28:00 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-giraf.

commit 058abe5ef98547655ef7ae00d0f841551390a69e
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Jan 4 13:50:13 2013 +0100

    Fix install files and compilation
---
 ...alib.install => cpl-plugin-giraf-calib.install} |    0
 ...in-giraffe.install => cpl-plugin-giraf.install} |    0
 debian/patches/format_security.patch               |   20 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 4 files changed, 21 insertions(+)

diff --git a/debian/cpl-plugin-giraffe-calib.install b/debian/cpl-plugin-giraf-calib.install
similarity index 100%
rename from debian/cpl-plugin-giraffe-calib.install
rename to debian/cpl-plugin-giraf-calib.install
diff --git a/debian/cpl-plugin-giraffe.install b/debian/cpl-plugin-giraf.install
similarity index 100%
rename from debian/cpl-plugin-giraffe.install
rename to debian/cpl-plugin-giraf.install
diff --git a/debian/patches/format_security.patch b/debian/patches/format_security.patch
new file mode 100644
index 0000000..81f4242
--- /dev/null
+++ b/debian/patches/format_security.patch
@@ -0,0 +1,20 @@
+--- a/giraffe/gimatrix.c
++++ b/giraffe/gimatrix.c
+@@ -878,7 +878,7 @@
+         cx_string_append(buffer, cx_string_get(tmp));
+     }
+ 
+-    cpl_msg_debug("", cx_string_get(buffer));
++    cpl_msg_debug("", "%s", cx_string_get(buffer));
+ 
+     /* print values */
+     for (k = 0, i = 0; i < nr; i++) {
+@@ -888,7 +888,7 @@
+             cx_string_append(buffer, cx_string_get(tmp));
+         }
+ 
+-        cpl_msg_debug("", cx_string_get(buffer));
++        cpl_msg_debug("", "%s", cx_string_get(buffer));
+     }
+ 
+     cx_string_delete(tmp);
diff --git a/debian/patches/series b/debian/patches/series
index e2c2220..3306368 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 libadd_cpl.patch
 set_plugindir.patch
 use-std-paths-for-cpl.patch
+format_security.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-giraf.git



More information about the debian-science-commits mailing list