Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
Commits: cb52b938 by Michael R. Crusoe at 2024-08-15T16:31:58+02:00 debian/rules: restore "reproducible=-fixfilepath" - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ seqan2 (2.5.0~rc1+dfsg-1~0exp1) UNRELEASED; urgency=medium * debian/libseqan2-dev.docs: README.rst→README.md + * debian/rules: restore "reproducible=-fixfilepath" -- Michael R. Crusoe <[email protected]> Wed, 14 Aug 2024 17:36:14 +0200 ===================================== debian/rules ===================================== @@ -3,7 +3,9 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath +# reproducible=-fixfilepath is needed due to how the tests get their file paths :-( + include /usr/share/dpkg/pkg-info.mk export HOME=$(CURDIR)/fakehome View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/cb52b938e536098b8894c557cbb522cf02c984f3 -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/cb52b938e536098b8894c557cbb522cf02c984f3 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
