[med-svn] [seqan2] 02/03: Tell cmake to do a release build (skips demos)
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Jul 21 06:31:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository seqan2.
commit 663693f3267d815ff0e242d728a576e1f4b4f820
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Tue Feb 16 16:06:22 2016 -0800
Tell cmake to do a release build (skips demos)
---
debian/rules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e2adb89..a57ea54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,9 +28,13 @@ pkgdev=libseqan2-dev
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DCMAKE_BUILD_TYPE=SEQAN_RELEASE
+
override_dh_auto_build:
dh_auto_build
- #cd obj-$(DEB_BUILD_GNU_TYPE); make dox # FIXME: This does nothing and no *.html files will be created at all
+ # cd obj-$(DEB_BUILD_GNU_TYPE); make dox # FIXME: This does nothing and no *.html files will be created at all
# This ends up in:
# Could not import extension sphinxcontrib.bibtex (exception: No module named sphinxcontrib.bibtex)
# Seems there is no sphinx module bibtex - thus deactivating creation of html manual
--
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