[med-svn] [seqan2] 06/07: switch to -DCMAKE_BUILD_TYPE=Release as per upstream

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Jan 3 13:01:43 UTC 2018


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

misterc-guest pushed a commit to branch experimental
in repository seqan2.

commit 30d3c43b6672469a56ed58ab37ceac3cb8f9ebd9
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Wed Dec 20 23:52:27 2017 -0800

    switch to -DCMAKE_BUILD_TYPE=Release as per upstream
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 354387a..6b97a2c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends-Arch: cmake,
 #default-jdk,
 #python-sphinx,
 #python-sphinx-rtd-theme,
-Standards-Version: 4.1.1
+Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/seqan2.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/seqan2.git
 Homepage: http://www.seqan.de/
diff --git a/debian/rules b/debian/rules
index cf69d98..09628f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ export CXXFLAGS CFLAGS DEB_BUILD_OPTIONS
 
 override_dh_auto_configure-arch:
 	export DEB_BUILD_ARCH=${DEB_BUILD_ARCH} ; \
-	dh_auto_configure -- \
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release \
 		-DSEQAN_STATIC_APPS=False -DSEQAN_NO_DOX=1 \
 		-DSEQAN_DISABLE_VERSION_CHECK=YES
 

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



More information about the debian-med-commit mailing list