This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository pbdagcon.
commit 7c485db97ab0728d6470ba096d6abe67d18d9511 Author: Afif Elghraoui <[email protected]> Date: Thu Aug 4 00:41:26 2016 -0700 Do not use -isystem while building This is unnecessary and causes build failures with GCC-6 Closes: #831105 --- debian/patches/disable-dazcon-tests.patch | 2 +- debian/patches/gtest-directory.patch | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/patches/disable-dazcon-tests.patch b/debian/patches/disable-dazcon-tests.patch index 0937528..9648bb0 100644 --- a/debian/patches/disable-dazcon-tests.patch +++ b/debian/patches/disable-dazcon-tests.patch @@ -5,7 +5,7 @@ Forwarded: not-needed Last-Update: 2015-12-10 --- pbdagcon.orig/test/cpp/Makefile +++ pbdagcon/test/cpp/Makefile -@@ -29,7 +28,7 @@ +@@ -28,7 +28,7 @@ all: check diff --git a/debian/patches/gtest-directory.patch b/debian/patches/gtest-directory.patch index d061086..e18aa93 100644 --- a/debian/patches/gtest-directory.patch +++ b/debian/patches/gtest-directory.patch @@ -5,12 +5,11 @@ Last-Update: 2015-12-10 --- pbdagcon.orig/test/cpp/Makefile +++ pbdagcon/test/cpp/Makefile -@@ -6,22 +6,24 @@ +@@ -6,22 +6,23 @@ include $(SRCDIR)/boost.mk include gtest.mk -GTEST_CPPFLAGS += -isystem $(GTEST_DIR)/include -+GTEST_CPPFLAGS += -isystem /usr/include GTEST_CXXFLAGS += -g -Wall -Wextra -pthread -INCDIRS := -I$(PBDATA) -I$(BLASR) -I$(BOOST_HEADERS) -I$(GTEST_DIR)/include -I$(GTEST_DIR) $(EXTRA_INCDIRS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbdagcon.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
