Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
Commits: 19641568 by Michael R. Crusoe at 2024-08-16T14:19:28+02:00 Add missing python3-sphinx-rtd-theme for the docs, and a "nodoc" profile. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +seqan2 (2.5.0~rc2+dfsg-2) UNRELEASED; urgency=medium + + * Add missing python3-sphinx-rtd-theme for the docs, and a "nodoc" + profile. + + -- Michael R. Crusoe <[email protected]> Fri, 16 Aug 2024 14:19:19 +0200 + seqan2 (2.5.0~rc2+dfsg-1) experimental; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -14,7 +14,8 @@ Build-Depends-Arch: zlib1g-dev, libbam-dev, libboost-dev, help2man, - python3-sphinxcontrib.bibtex + python3-sphinxcontrib.bibtex <!nodoc>, + python3-sphinx-rtd-theme <!nodoc> Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/seqan2 Vcs-Git: https://salsa.debian.org/med-team/seqan2.git ===================================== debian/rules ===================================== @@ -49,10 +49,18 @@ ifeq ($(DEB_HOST_ARCH),mips) tests/index/CMakeLists.txt endif export DEB_BUILD_ARCH=${DEB_BUILD_ARCH} ; \ +ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) dh_auto_configure --arch -- \ -DSEQAN_STATIC_APPS=False \ -DSEQAN_DISABLE_VERSION_CHECK=YES \ -DALIGN_SIMD_TEST=FALSE +else + dh_auto_configure --arch -- \ + -DSEQAN_STATIC_APPS=False \ + -DSEQAN_DISABLE_VERSION_CHECK=YES \ + -DALIGN_SIMD_TEST=FALSE \ + -DSEQAN_NO_DOX=1 +endif override_dh_auto_configure-indep: dh_auto_configure --indep -B build -- \ @@ -61,8 +69,10 @@ override_dh_auto_configure-indep: override_dh_auto_build-arch: dh_auto_build --arch ${MAX_PARALLEL} +ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) cd obj-$(DEB_BUILD_GNU_TYPE); make dox cd manual && make html +endif override_dh_auto_install-indep: dh_auto_install --indep -B build --destdir=$(CURDIR)/debian/$(pkgdev)/ View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/1964156895baf6bb0add9a36b48ab8f50cfca054 -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/1964156895baf6bb0add9a36b48ab8f50cfca054 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
