Michael R. Crusoe pushed to branch master at Debian Med / seqan-needle
Commits: 99b255db by Michael R. Crusoe at 2024-11-09T16:14:18+01:00 Fix arch: all build - - - - - 9a7475bc by Michael R. Crusoe at 2024-11-09T16:15:41+01:00 d/control: Restrict to 64-bit little-endian systems. - - - - - 3a0656bb by Michael R. Crusoe at 2024-11-09T16:30:06+01:00 release 1.0.3~rc.2+ds-2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +seqan-needle (1.0.3~rc.2+ds-2) unstable; urgency=medium + + * Fix arch: all build + * d/control: Restrict to 64-bit little-endian systems. + + -- Michael R. Crusoe <[email protected]> Sat, 09 Nov 2024 16:29:51 +0100 + seqan-needle (1.0.3~rc.2+ds-1) unstable; urgency=medium * d/watch: rewrite RC versions to Debian style ===================================== debian/control ===================================== @@ -4,6 +4,8 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Michael R. Crusoe <[email protected]> Build-Depends: debhelper-compat (= 13), + architecture-is-64-bit, + architecture-is-little-endian, cmake, libseqan3-dev (>= 3.2.0+ds-5), libgtest-dev, ===================================== debian/rules ===================================== @@ -11,9 +11,11 @@ include /usr/share/dpkg/buildflags.mk %: dh $@ -override_dh_auto_configure: - rm -Rf lib/seqan3 - dh_auto_configure -- -DSEQAN3_NO_LEMON=OFF -DCPM_USE_LOCAL_PACKAGES=On +override_dh_auto_configure-indep: + echo I: No configuration needed for the docs + +override_dh_auto_configure-arch: + dh_auto_configure --arch -- -DSEQAN3_NO_LEMON=OFF -DCPM_USE_LOCAL_PACKAGES=On execute_after_dh_auto_build-arch: obj-*/bin/needle --export-help man > debian/needle.1 @@ -31,4 +33,4 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) endif override_dh_auto_test-indep: - echo "Do Nothing" + echo I: Not running tests for the docs View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/379f00c529411760efe0b3fdaef46335d2c4c7e4...3a0656bb10dfbcdf3b6229a9a98047d9cd6fe5d0 -- View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/379f00c529411760efe0b3fdaef46335d2c4c7e4...3a0656bb10dfbcdf3b6229a9a98047d9cd6fe5d0 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
