[librecad] 01/02: boost_gcc6_includes.patch, remove /usr/include if found by qmake (Closes: #831189)

Scott Sheridan Howard showard at moszumanska.debian.org
Fri Aug 5 02:13:51 UTC 2016


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

showard pushed a commit to branch master
in repository librecad.

commit 7023bc2cb7861d114e2f848cfe04542c8d2a1f91
Author: Scott Howard <showard314 at gmail.com>
Date:   Thu Aug 4 20:33:44 2016 -0400

    boost_gcc6_includes.patch, remove /usr/include if found by qmake (Closes: #831189)
---
 debian/changelog                         |  8 ++++++++
 debian/patches/boost_gcc6_includes.patch | 17 +++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9fe5928..0dda7f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+librecad (2.0.9-3) unstable; urgency=medium
+
+  * boost_gcc6_includes.patch, remove /usr/include if found by
+    qmake (Closes: #831189) 
+  * DSV 3.9.8 (no changes)
+
+ -- Scott Howard <showard at debian.org>  Thu, 04 Aug 2016 17:12:32 -0400
+
 librecad (2.0.9-2) unstable; urgency=medium
 
   * debian/patches/remove_qt4_docs_postprocess.patch
diff --git a/debian/patches/boost_gcc6_includes.patch b/debian/patches/boost_gcc6_includes.patch
new file mode 100644
index 0000000..e261b10
--- /dev/null
+++ b/debian/patches/boost_gcc6_includes.patch
@@ -0,0 +1,17 @@
+Description: Don't add /usr/include to system includes
+Author: Scott Howard <showard at debian.org>
+Bug: https://github.com/LibreCAD/LibreCAD/pull/800
+Bug-Qt: https://bugreports.qt.io/browse/QTBUG-53367
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831189
+Index: librecad/librecad/src/boost.pri
+===================================================================
+--- librecad.orig/librecad/src/boost.pri
++++ librecad/librecad/src/boost.pri
+@@ -109,6 +109,7 @@ unix {
+     }
+ 
+ 
++    BOOST_INCDIR -= $$QMAKE_DEFAULT_INCDIRS
+     INCLUDEPATH += $${BOOST_INCDIR}
+     HEADERS += $${BOOST_INCDIR}
+ 
diff --git a/debian/patches/series b/debian/patches/series
index bcc4c34..0fe2047 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+boost_gcc6_includes.patch
 debian_build.patch
 remove_qt4_docs_postprocess.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/librecad.git



More information about the debian-science-commits mailing list