Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor
Commits: 48e445f7 by Michael R. Crusoe at 2022-10-19T18:57:02+02:00 fix nodoc profile - - - - - c38741a1 by Michael R. Crusoe at 2022-10-19T18:58:48+02:00 submit to NEW queue - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -seqan-raptor (2.0.0.0.git.fecfbca+ds-1) UNRELEASED; urgency=medium +seqan-raptor (2.0.0.0.git.fecfbca+ds-1) unstable; urgency=medium * Initial release (Closes: #1022057) - -- Michael R. Crusoe <[email protected]> Tue, 18 Oct 2022 13:18:08 +0200 + -- Michael R. Crusoe <[email protected]> Wed, 19 Oct 2022 18:58:32 +0200 ===================================== debian/rules ===================================== @@ -21,12 +21,10 @@ export CPPFLAGS=-I/usr/include/seqan3/submodules/sdsl-lite/include/ -I/usr/inclu %: dh $@ -override_dh_auto_build: - rm -Rf lib/chopper/lib/robin-hood-hashing/src/scripts lib/chopper/lib/robin-hood-hashing/src/test/ \ - lib/chopper/test/ lib/robin-hood-hashing/src/test/ lib/submodules/sharg-parser/test \ - workflow - dh_auto_build +override_dh_auto_build-indep: +ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) cd obj-* && $(MAKE) doc && cd doc/latex && $(MAKE) +endif ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/4b070e4fbee7323683a35c30017e8ba76d89a2ff...c38741a14469bea0b3001b0a9cbafceb075f32ff -- View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/4b070e4fbee7323683a35c30017e8ba76d89a2ff...c38741a14469bea0b3001b0a9cbafceb075f32ff 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
