Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor
Commits: ac916dc9 by Michael R. Crusoe at 2025-02-08T11:17:04+01:00 d/tests/control: pin to the exact version of libseqan3-dev in experimental. Note: Remove this version pinning when we upload to unstable. - - - - - 2f71d8c1 by Michael R. Crusoe at 2025-02-08T11:17:04+01:00 d/seqan-raptor.install: destination path should not begin with a "/". - - - - - ba830692 by Michael R. Crusoe at 2025-02-08T12:07:57+01:00 d/rules: fix "nocheck" build profile. - - - - - 5a80e729 by Michael R. Crusoe at 2025-02-08T12:08:54+01:00 release to experimental - - - - - 4 changed files: - debian/changelog - debian/rules - debian/seqan-raptor.install - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,14 @@ -seqan-raptor (3.0.1+ds-7) UNRELEASED; urgency=medium +seqan-raptor (3.0.1+ds-7) experimental; urgency=medium * d/control: Only build on 64-bit little-endian systems. - - -- Michael R. Crusoe <[email protected]> Thu, 06 Feb 2025 14:27:09 +0100 + * d/tests/control: pin to the exact version of libseqan3-dev in + experimental. Note: Remove this version pinning when we upload to + unstable. + * d/seqan-raptor.install: destination path should not begin with a + "/". + * d/rules: fix "nocheck" build profile. + + -- Michael R. Crusoe <[email protected]> Sat, 08 Feb 2025 12:08:45 +0100 seqan-raptor (3.0.1+ds-6) experimental; urgency=medium ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ include /usr/share/dpkg/buildflags.mk dh $@ override_dh_auto_configure-indep: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) +ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) dh_auto_configure --sourcedirectory=test/documentation --builddirectory doc_build -- -DRAPTOR_NATIVE_BUILD=OFF -DRAPTOR_SUBMODULES_DIR=$(CURDIR)/lib -DRAPTOR_STRIP_BINARY=OFF -Dbuild_search=ON endif ===================================== debian/seqan-raptor.install ===================================== @@ -1,2 +1,2 @@ usr/bin/* -debian/*.cwl /usr/share/commonwl/ +debian/*.cwl usr/share/commonwl/ ===================================== debian/tests/control ===================================== @@ -3,5 +3,5 @@ Depends: @, cwltool, python3-setuptools, nodejs Restrictions: allow-stderr Tests: run-unit-test -Depends: @, cmake, g++, patch, libseqan3-dev (>= 3.4.0~rc.3), libyaml-cpp-dev, libxxhash-dev, pkg-config, libgtest-dev, libsimde-dev +Depends: @, cmake, g++, patch, libseqan3-dev (= 3.4.0~rc.3+ds-1), libyaml-cpp-dev, libxxhash-dev, pkg-config, libgtest-dev, libsimde-dev Restrictions: allow-stderr View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/b30a1dd9dcbca506776bf123868fc2600c332102...5a80e729d83370cc43527a977a09d05c464b6d23 -- View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/compare/b30a1dd9dcbca506776bf123868fc2600c332102...5a80e729d83370cc43527a977a09d05c464b6d23 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
