[SCM] qt5webkit packaging branch, experimental, updated. debian/5.212.0_alpha2-1-2-g2cd5d3c
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Sep 13 15:56:04 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=2cd5d3c
The following commit has been merged in the experimental branch:
commit 2cd5d3c013330d09d339b5f64eaed66925a2db54
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Sep 13 18:52:36 2017 +0300
Add -DNDEBUG to CPPFLAGS to disable debug output.
---
debian/changelog | 2 ++
debian/rules | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 13ad470..f107824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qtwebkit-opensource-src (5.212.0~alpha2-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Add -DNDEBUG to CPPFLAGS to disable debug output.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 13 Sep 2017 18:44:14 +0300
diff --git a/debian/rules b/debian/rules
index d791fbe..2d9b2e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
gstabs_architectures := amd64 powerpc ppc64el s390x
+export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG
export DEB_CXXFLAGS_MAINT_STRIP = -g
# Enable gstabs debugging symbols only on gstabs_architectures
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list