[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#812002: smokeqt: FTBFS with GCC 6: deleted function



Control: tags -1 + pending
Control: user debian-release@lists.debian.org
Control: usertags -1 + bsp-2017-03-br-curitiba

Hi,

I did make a NMU with the suggested patch to 5-day/delay queue.
Feel free to cancel this upload if needed.

The debian/changelog is:

  * Non-maintainer upload.
  * debian/rules: added g++ flag to avoid FTBFS with GCC 6. (Closes: #812002)

I attached a debdiff.

cheers,

Giovani
diff -Nru smokeqt-4.14.3/debian/changelog smokeqt-4.14.3/debian/changelog
--- smokeqt-4.14.3/debian/changelog	2015-09-10 23:22:34.000000000 -0300
+++ smokeqt-4.14.3/debian/changelog	2017-03-18 13:49:35.000000000 -0300
@@ -1,3 +1,10 @@
+smokeqt (4:4.14.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added g++ flag to avoid FTBFS with GCC 6. (Closes: #812002)
+
+ -- Giovani Augusto Ferreira <giovani@debian.org>  Sat, 18 Mar 2017 13:49:35 -0300
+
 smokeqt (4:4.14.3-1) unstable; urgency=medium
 
   * Team upload
diff -Nru smokeqt-4.14.3/debian/rules smokeqt-4.14.3/debian/rules
--- smokeqt-4.14.3/debian/rules	2015-09-10 16:40:53.000000000 -0300
+++ smokeqt-4.14.3/debian/rules	2017-03-18 13:49:35.000000000 -0300
@@ -3,6 +3,8 @@
 pkgs_lib := $(filter-out %-dev %-dbg,$(filter lib%,$(shell dh_listpackages)))
 current_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 
+export DEB_CXXFLAGS_MAINT_APPEND = -std=c++98
+
 override_dh_install:
 	dh_install --list-missing
 

Reply to: