[eso-midas] 06/16: Fix the prototype of heap_copy

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 25 14:16:07 UTC 2015


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

olebole pushed a commit to branch debian
in repository eso-midas.

commit dd5e631d24478dfeef420b771e860d7a3aee2830
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 13:29:40 2015 +0100

    Fix the prototype of heap_copy
---
 debian/patches/fix_mutil_h.patch | 13 +++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix_mutil_h.patch b/debian/patches/fix_mutil_h.patch
new file mode 100644
index 0000000..f93abd8
--- /dev/null
+++ b/debian/patches/fix_mutil_h.patch
@@ -0,0 +1,13 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Fix the prototype of heap_copy
+--- a/incl/mutil.h
++++ b/incl/mutil.h
+@@ -68,7 +68,7 @@
+ extern void heap_copy
+ (
+ #ifdef __STDC__
+- int, float [];
++    int, float [], float[]
+ #endif
+ );
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a6700c3..f9a7076 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ fix_fitswdm_c.patch
 fix_midfct_c.patch
 fix_esoext_c.patch
 fix_filepath_c.patch
+fix_mutil_h.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git



More information about the debian-science-commits mailing list