[med-svn] [staden-io-lib] 02/03: Really fix fseeko()
Andreas Tille
tille at debian.org
Fri Dec 8 07:41:05 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 6d233acdba3483c540535b93e4a4b13cd4c36293
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 8 08:32:18 2017 +0100
Really fix fseeko()
---
debian/changelog | 2 ++
debian/patches/fix_fseeko.patch | 17 +++++++++--------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 09a8948..865aa49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
staden-io-lib (1.14.9-4) UNRELEASED; urgency=medium
* Standards-Version: 4.1.2
+ * Really fix fseeko()
+ Closes: #876840
-- Andreas Tille <tille at debian.org> Fri, 08 Dec 2017 08:22:05 +0100
diff --git a/debian/patches/fix_fseeko.patch b/debian/patches/fix_fseeko.patch
index cb6e71b..e8edd1c 100644
--- a/debian/patches/fix_fseeko.patch
+++ b/debian/patches/fix_fseeko.patch
@@ -1,19 +1,20 @@
-Author: James Bonfield <jkb at sanger.ac.uk>
-Last-Update: Thu, 28 Sep 2017 10:11:50 +0100
+Author: James Bonfield <jkb at sanger.ac.uk>,
+ James Cowgill <jcowgill at debian.org>
+Last-Update: Thu, 7 Dec 2017 18:09:16 +0000
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"
+@@ -44,6 +44,10 @@
+ * from that point onwards.
+ */
+#ifdef HAVE_CONFIG_H
+#include "io_lib_config.h"
+#endif
+
- /* ----------------------------------------------------------------------
- * bgzip .gzi index support
- */
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <inttypes.h>
--
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