[med-svn] [seqan2] 01/01: Skip unneeded build for -indep.
Michael Crusoe
misterc-guest at moszumanska.debian.org
Mon Oct 24 19:44:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch debian-experimental
in repository seqan2.
commit 2ec4e203f1a091376a04a02ec00a478ceecc3d03
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Mon Oct 24 11:30:51 2016 -0700
Skip unneeded build for -indep.
---
debian/changelog | 6 ++++++
debian/rules | 10 +++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fd2578e..2aa2bd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+seqan2 (2.3.0~1.20161019~af07bc1+dfsg-4) UNRELEASED; urgency=medium
+
+ * Skip unneeded build for -indep.
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Mon, 24 Oct 2016 11:30:34 -0700
+
seqan2 (2.3.0~1.20161019~af07bc1+dfsg-3) experimental; urgency=medium
* Fix recursive variable expansion error.
diff --git a/debian/rules b/debian/rules
index fd77642..05505f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,16 +38,20 @@ pkgdev=libseqan2-dev
%:
dh $@ --parallel
-override_dh_auto_configure:
+override_dh_auto_configure-arch:
dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS -DSEQAN_STATIC_APPS=False # skip the tests for now
-override_dh_auto_build:
- dh_auto_build
+override_dh_auto_configure-indep: ;
+
+override_dh_auto_build-arch:
+ dh_auto_build --arch
#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
# cd manual && make html
+
+override_dh_auto_build-indep:
sed -e "s#@CMAKE_INSTALL_PREFIX@#/usr#g" \
-e "s/@SEQAN_VERSION_STRING@/$(UPSTREAM_VERSION)/g" \
-e "s/@CMAKE_PROJECT_NAME@/seqan/g" \
--
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