[Debian-astro-commits] [cpl-plugin-xsh] 01/01: Fix ImplicitPointerConversions

Ole Streicher olebole at moszumanska.debian.org
Thu Oct 29 10:41:33 UTC 2015


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

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

commit 4d8ae35b8d29eebd35e04a450d992b72dd29eea6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Oct 29 11:30:37 2015 +0100

    Fix ImplicitPointerConversions
---
 debian/changelog                                    |  6 ++++++
 debian/patches/fix_implicitpointerconversions.patch | 14 ++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 424d47f..c67da27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cpl-plugin-xshoo (2.6.8+dfsg-2) unstable; urgency=low
+
+  * Fix ImplicitPointerConversion
+
+ -- Ole Streicher <olebole at debian.org>  Thu, 29 Oct 2015 11:30:02 +0100
+
 cpl-plugin-xshoo (2.6.8+dfsg-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/fix_implicitpointerconversions.patch b/debian/patches/fix_implicitpointerconversions.patch
new file mode 100644
index 0000000..94af989
--- /dev/null
+++ b/debian/patches/fix_implicitpointerconversions.patch
@@ -0,0 +1,14 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Include header file with needed declarations
+ This header file contains the declarations of xsh_frameset_mflat_divide()
+ and xsh_frameset_crh_single().
+--- a/recipes/xsh_util_ifu_offset.c
++++ b/recipes/xsh_util_ifu_offset.c
+@@ -58,6 +58,7 @@
+ #include <xsh_model_io.h>
+ #include <xsh_model_utils.h>
+ #include <xsh_utils_ifu.h>
++#include <xsh_utils_scired_slit.h>
+ #include <xsh_model_arm_constants.h>
+ /* DRL functions */
+ #include <xsh_drl.h>
diff --git a/debian/patches/series b/debian/patches/series
index cdb741b..e0d0609 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ lapack.patch
 force-serial-tests.patch
 add_cpldrs.patch
 fix_hdr_endianess_fail.patch
+fix_implicitpointerconversions.patch

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



More information about the Debian-astro-commits mailing list