Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor
Commits: 91a27edf by Michael R. Crusoe at 2023-07-19T14:16:37+02:00 d/rules: set -DRAPTOR_STRIP_BINARY=OFF to prevent binary striping - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +seqan-raptor (3.0.0+ds-3) unstable; urgency=medium + + * d/rules: set -DRAPTOR_STRIP_BINARY=OFF to prevent binary striping + + -- Michael R. Crusoe <[email protected]> Wed, 19 Jul 2023 14:16:30 +0200 + seqan-raptor (3.0.0+ds-2) unstable; urgency=medium * d/patches/debian_seqan3: set patch to vendored seqan3 libraries. ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ include /usr/share/dpkg/buildflags.mk dh $@ override_dh_auto_configure-arch: - dh_auto_configure -- -DRAPTOR_NATIVE_BUILD=OFF -DRAPTOR_SUBMODULES_DIR=$(CURDIR)/lib + dh_auto_configure -- -DRAPTOR_NATIVE_BUILD=OFF -DRAPTOR_SUBMODULES_DIR=$(CURDIR)/lib -DRAPTOR_STRIP_BINARY=OFF override_dh_auto_build-arch: dh_auto_build --arch View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/91a27edfb9707946b0da6f11144e00ae52081d4a -- View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/91a27edfb9707946b0da6f11144e00ae52081d4a 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
