[SCM] smokeqt packaging branch, master, updated. debian/4.14.3-1-1-g92fd36f

Scott Kitterman kitterman at moszumanska.debian.org
Thu Dec 28 19:35:20 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/smokeqt.git;a=commitdiff;h=92fd36f

The following commit has been merged in the master branch:
commit 92fd36fbc772a14bb9abf6b666f581af1702a715
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Dec 28 14:35:11 2017 -0500

    debian/rules: added g++ flag to avoid FTBFS with GCC 6. (Closes: #812002)
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 12ad594..d3957bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Sat, 18 Mar 2017 13:49:35 -0300
+
 smokeqt (4:4.14.3-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index 8201b17..a47812a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
 

-- 
smokeqt packaging



More information about the pkg-kde-commits mailing list