[Forensics-changes] [libbfio] 01/01: Imported Debian patch 20140105-5

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Jul 5 15:36:13 UTC 2015


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

eriberto pushed a commit to branch master
in repository libbfio.

commit 4a20e26cd3bd6738b5460326b4caff5eb7865f14
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Jul 2 22:36:01 2015 -0300

    Imported Debian patch 20140105-5
---
 debian/changelog                       |  8 ++++++++
 debian/patches/02-fix-FTBFS-GCC5.patch | 19 +++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8ddf250..bba4447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libbfio (20140105-5) unstable; urgency=medium
+
+  * Team upload.
+  * debian/patches/02-fix-FTBFS-GCC5.patch: added to fix a FTBFS over GCC-5.
+      Thanks to Linn Crosetto <linn at hp.com>. (Closes: #777938)
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 02 Jul 2015 22:36:01 -0300
+
 libbfio (20140105-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/02-fix-FTBFS-GCC5.patch b/debian/patches/02-fix-FTBFS-GCC5.patch
new file mode 100644
index 0000000..1f56e2e
--- /dev/null
+++ b/debian/patches/02-fix-FTBFS-GCC5.patch
@@ -0,0 +1,19 @@
+Description: Change libuna to use GNU89 inline semantics for GCC 5
+ libuna as written relies on the GNU89 inline semantics. Workaround build
+ failure in GCC 5 with the -std=gnu89 option until it is changed upstream.
+ For more information see https://gcc.gnu.org/gcc-5/porting_to.html.
+Author: Linn Crosetto <linn at hp.com>
+Bug-Debian: https://bugs.debian.org/777938
+Index: libbfio-20140105/libuna/Makefile.am
+===================================================================
+--- libbfio-20140105.orig/libuna/Makefile.am
++++ libbfio-20140105/libuna/Makefile.am
+@@ -3,7 +3,7 @@ AM_CPPFLAGS = \
+ 	-I$(top_srcdir)/include \
+ 	-I$(top_srcdir)/common \
+ 	@LIBCSTRING_CPPFLAGS@ \
+-	@LIBCERROR_CPPFLAGS@
++	@LIBCERROR_CPPFLAGS@ -std=gnu89
+ 
+ noinst_LTLIBRARIES = libuna.la
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7f9d8e0..c5f787a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix-FTBFS-hurd-386.patch
+02-fix-FTBFS-GCC5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/libbfio.git



More information about the forensics-changes mailing list