[cpl-plugin-uves] 04/05: Fix missing declaration in cpl_propertylist_test.c

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Jan 29 11:37:00 UTC 2014


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

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

commit 86c5f209d3e4974075e07d427f63acbbd4f0a45a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jan 29 12:19:28 2014 +0100

    Fix missing declaration in cpl_propertylist_test.c
---
 debian/changelog                         |  7 +++++++
 debian/patches/fix_compiler_errors.patch | 11 +++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c748314..2109a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cpl-plugin-uves (5.3.0+dfsg-2) unstable; urgency=low
+
+  * Fix FTBS on ia64 (irqlib)
+  * Fix missing declaration in cpl_propertylist_test.c
+
+ -- Ole Streicher <debian at liska.ath.cx>  Wed, 29 Jan 2014 12:01:28 +0100
+
 cpl-plugin-uves (5.3.0+dfsg-1) unstable; urgency=low
 
   * Initial release. (Closes: #731630)
diff --git a/debian/patches/fix_compiler_errors.patch b/debian/patches/fix_compiler_errors.patch
index 5959f5e..3e3800e 100644
--- a/debian/patches/fix_compiler_errors.patch
+++ b/debian/patches/fix_compiler_errors.patch
@@ -304,3 +304,14 @@ Description: Fix format security errors
  	    "Could not read reference object type");
  
       uves_msg("std: %s \t %s \t %f \t %f",ref_name,ref_type,ref_ra,ref_dec);
+--- a/uves/tests/cpl_propertylist-test.c
++++ b/uves/tests/cpl_propertylist-test.c
+@@ -53,6 +53,8 @@
+ #define FLT_EPS  1.0e-6
+ #define DBL_EPS  1.0e-14
+ 
++// temporary workaround for missing prototype
++cpl_propertylist *cpl_propertylist_from_fitsfile(fitsfile *file);
+ 
+ static void
+ test_property_dump(cpl_property *property)

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



More information about the debian-science-commits mailing list