[med-svn] [staden-io-lib] 03/04: Attempt to fix FTBFS on non-i386 32bit for fseeko()

Andreas Tille tille at debian.org
Thu Sep 28 13:16:32 UTC 2017


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

tille pushed a commit to branch master
in repository staden-io-lib.

commit e11efd48ae7d90c4e84fbf1ad29c33ac5e3c90fb
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 28 16:28:20 2017 +0200

    Attempt to fix FTBFS on non-i386 32bit for fseeko()
---
 debian/changelog                |  2 ++
 debian/patches/fix_fseeko.patch | 19 +++++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 332c579..a5badf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ staden-io-lib (1.14.9-3) UNRELEASED; urgency=medium
     (Thanks to James Bonfield and Christian Seiler)
     Closes: #876839
   * Upstream moved to Github
+  * Attempt to fix FTBFS on non-i386 32bit for fseeko()
+    Related to bug #876840
 
  -- Andreas Tille <tille at debian.org>  Thu, 28 Sep 2017 16:10:01 +0200
 
diff --git a/debian/patches/fix_fseeko.patch b/debian/patches/fix_fseeko.patch
new file mode 100644
index 0000000..cb6e71b
--- /dev/null
+++ b/debian/patches/fix_fseeko.patch
@@ -0,0 +1,19 @@
+Author: James Bonfield <jkb at sanger.ac.uk>
+Last-Update: Thu, 28 Sep 2017 10:11:50 +0100
+Bug-Debian: https://bugs.debian.org/876840
+Origin: Upstream
+Description: Attempt to fix FTBFS on non-i386 32bit for fseeko()
+
+--- a/io_lib/bgzip.c
++++ b/io_lib/bgzip.c
+@@ -55,6 +55,10 @@
+ #include "io_lib/bgzip.h"
+ #include "io_lib/os.h"
+ 
++#ifdef HAVE_CONFIG_H 
++#include "io_lib_config.h"
++#endif
++
+ /* ----------------------------------------------------------------------
+  * bgzip .gzi index support
+  */
diff --git a/debian/patches/series b/debian/patches/series
index 710ecaa..548d83e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 pathmax.patch
 0001-Bug-fix-bgzip-on-Big-Endian-systems.patch
+fix_fseeko.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/staden-io-lib.git



More information about the debian-med-commit mailing list