[sfcgal] 04/10: Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Oct 2 17:59:14 UTC 2015


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

sebastic pushed a commit to branch master
in repository sfcgal.

commit 6d5bbfc1ef3f022cdefb61686a4d909841de6892
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 2 16:30:27 2015 +0200

    Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c718708..41cd349 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sfcgal (1.2.0-1) UNRELEASED; urgency=medium
   [ Bas Couwenberg ]
   * Update copyright file, add copyright holders for new files.
   * Install NEWS file as upstream changelog.
+  * Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None.
 
  -- Sven Geggus <sven-debian at geggus.net>  Fri, 18 Sep 2015 17:47:24 +0200
 
diff --git a/debian/rules b/debian/rules
index 8e8965e..70e93e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ include /usr/share/dpkg/default.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \

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



More information about the Pkg-grass-devel mailing list