[debhelper-devel] [debhelper] 01/01: cmake: Configure with -DCMAKE_BUILD_TYPE=None Closes: #701233

Joey Hess joey at kitenet.net
Thu Dec 5 18:05:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

joeyh pushed a commit to branch master
in repository debhelper.

commit df54af7aa5e75400fee01aff8c8d92d4d976a8db
Author: Joey Hess <joey at kitenet.net>
Date:   Thu Dec 5 14:04:59 2013 -0400

    cmake: Configure with -DCMAKE_BUILD_TYPE=None Closes: #701233
---
 Debian/Debhelper/Buildsystem/cmake.pm | 2 +-
 debian/changelog                      | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index d47821c..db971db 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -43,7 +43,7 @@ sub configure {
 	# Standard set of cmake flags
 	push @flags, "-DCMAKE_INSTALL_PREFIX=/usr";
 	push @flags, "-DCMAKE_VERBOSE_MAKEFILE=ON";
-	push @flags, "-DCMAKE_BUILD_TYPE=RelWithDebInfo";
+	push @flags, "-DCMAKE_BUILD_TYPE=None";
 
 	# CMake doesn't respect CPPFLAGS, see #653916.
 	if ($ENV{CPPFLAGS} && ! compat(8)) {
diff --git a/debian/changelog b/debian/changelog
index 77757da..526ca9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (9.20131128) UNRELEASED; urgency=low
+
+  * cmake: Configure with -DCMAKE_BUILD_TYPE=None
+    Closes: #701233
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 05 Dec 2013 14:04:01 -0400
+
 debhelper (9.20131127) unstable; urgency=low
 
   * dh_compress: Exclude several more compressed file formats.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list