[Forensics-changes] [libewf] 01/01: Imported Debian patch 20140608-5

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


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

eriberto pushed a commit to branch debian
in repository libewf.

commit fe50eb8eadcdfa828a9c6a4b6ee4f7bd2373844e
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Jul 2 22:50:59 2015 -0300

    Imported Debian patch 20140608-5
---
 debian/changelog                       |  8 ++++++++
 debian/patches/04-fix-FTBFS-GCC5.patch | 17 +++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 86841fd..3cc4cee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libewf (20140608-5) unstable; urgency=medium
+
+  * Team upload.
+  * debian/patches/04-fix-FTBFS-GCC5.patch: added to fix a FTBFS with GCC-5.
+      (Closes: #777945)
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 02 Jul 2015 22:50:59 -0300
+
 libewf (20140608-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/04-fix-FTBFS-GCC5.patch b/debian/patches/04-fix-FTBFS-GCC5.patch
new file mode 100644
index 0000000..eb1f3ae
--- /dev/null
+++ b/debian/patches/04-fix-FTBFS-GCC5.patch
@@ -0,0 +1,17 @@
+Description: fix a FTBFS with GCC-5. Thanks to Linn Crosetto <linn at hp.com> for
+             the first fix (see #777938). This patch closes #777945.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+Last-Update: 2015-07-02
+Index: libewf-20140608/libuna/Makefile.am
+===================================================================
+--- libewf-20140608.orig/libuna/Makefile.am
++++ libewf-20140608/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 aeda28d..6726b2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_fix_libbfio_check.patch
 02-fix-pkgconfig-mfcache-error.patch
 03-fix-FTBFS-hurd-386.patch
+04-fix-FTBFS-GCC5.patch

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



More information about the forensics-changes mailing list