[SCM] telepathy-qt4 packaging branch, master, updated. debian/0.9.3-1-15-gd45c890
Diane Trout
diane-guest at moszumanska.debian.org
Sat Feb 15 03:18:26 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-qt4.git;a=commitdiff;h=04362a1
The following commit has been merged in the master branch:
commit 04362a1fc14f7f2d48b98f527d3f9f95c174aedc
Author: Diane Trout <diane at ghic.org>
Date: Mon Jan 20 09:42:44 2014 -0800
Explicitly force build type RelWithDebInfo
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d1d8b34..d7efb6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ telepathy-qt (0.9.3-3) UNRELEASED; urgency=low
* Simplify debian/rules by removing override_dh_strip and override_dh_install
and passing their arguments to the default dh rule.
* Explicitly use pkg-kde-tools for its symbol helper utilities.
+ * Explicitly force build type RelWithDebInfo
-- Diane Trout <diane at ghic.org> Sun, 12 Jan 2014 11:09:28 -0800
diff --git a/debian/rules b/debian/rules
index 58a7639..bc21ae6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ include /usr/share/dpkg/architecture.mk
override_dh_auto_configure:
dh_auto_configure -- -DDISABLE_WERROR=ON -DHAVE_DOT=YES \
- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
+ -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
ifeq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
--
telepathy-qt4 packaging
More information about the pkg-kde-commits
mailing list