[med-svn] [ugene] 03/03: fix building with newer GCCs

Sascha Steinbiss satta at debian.org
Sat Sep 17 16:53:37 UTC 2016


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

satta pushed a commit to branch master
in repository ugene.

commit e929c7a1d723b447ad0de2aa06849f64a52e6c20
Author: Sascha Steinbiss <satta at debian.org>
Date:   Sat Sep 17 16:53:01 2016 +0000

    fix building with newer GCCs
---
 debian/changelog | 10 ++++++++++
 debian/rules     |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 014f542..64cfb71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ugene (1.24.2+dfsg-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Fix building with GCC 6.
+    - Force empty QMAKE_CXXFLAGS_ISYSTEM as suggested in
+      https://github.com/ugeneunipro/ugene/issues/13.
+
+ -- Sascha Steinbiss <satta at debian.org>  Sat, 17 Sep 2016 16:22:33 +0000
+
 ugene (1.23.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index ce48e30..316609e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_configure:
 	# exclude non-free plugins
-	dh_auto_configure -- UGENE_WITHOUT_NON_FREE=1 UGENE_LRELEASE=lrelease-qt5 UGENE_LUPDATE=lupdate-qt5
+	dh_auto_configure -- QMAKE_CFLAGS_ISYSTEM= QMAKE_CXXFLAGS_ISYSTEM= UGENE_WITHOUT_NON_FREE=1 UGENE_LRELEASE=lrelease-qt5 UGENE_LUPDATE=lupdate-qt5
 
 	find . -name Makefile.* | xargs -r sed -i '/STRIP/d'
 

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



More information about the debian-med-commit mailing list