Followup-For: Bug #857897
Control: tag -1 patch pending

We can just build it with -std=c++11 if it does not like -std=c++14
(default in gcc-6).

Uploading NMU to DELAYED/5, please let me know if I should delay it
longer or reschedule.


Andreas
diff -Nru qtads-2.1.6/debian/changelog qtads-2.1.6/debian/changelog
--- qtads-2.1.6/debian/changelog	2013-07-14 20:32:49.000000000 +0200
+++ qtads-2.1.6/debian/changelog	2017-03-19 02:41:27.000000000 +0100
@@ -1,3 +1,10 @@
+qtads (2.1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=c++11. qtads is not ready for C++14.  (Closes: #857897)
+
+ -- Andreas Beckmann <a...@debian.org>  Sun, 19 Mar 2017 02:41:27 +0100
+
 qtads (2.1.6-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru qtads-2.1.6/debian/rules qtads-2.1.6/debian/rules
--- qtads-2.1.6/debian/rules	2012-06-10 23:27:17.000000000 +0200
+++ qtads-2.1.6/debian/rules	2017-03-19 02:24:36.000000000 +0100
@@ -6,7 +6,7 @@
 export QTDIR = /usr/share/qt4
 
 CFLAGS += -fno-strict-aliasing
-CXXFLAGS += -fno-strict-aliasing
+CXXFLAGS += -fno-strict-aliasing -std=c++11
 
 QMAKE = qmake-qt4
 DEB_QMAKE_ARGS := BIN_INSTALL=/usr/games DOC_INSTALL=/usr/share/doc \

Reply via email to