Andreas Tille pushed to branch master at Debian Med / libcereal
Commits: bf69ba99 by Scott Talbert at 2022-10-13T13:34:30-04:00 Disable -Werror to fix FTBFS on arm, ppc, s390x (Closes: #1021394) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libcereal (1.3.2+dfsg-4) UNRELEASED; urgency=medium + + * Disable -Werror to fix FTBFS on arm, ppc, s390x (Closes: #1021394) + + -- Scott Talbert <[email protected]> Thu, 13 Oct 2022 13:31:58 -0400 + libcereal (1.3.2+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ endif dh $@ override_dh_auto_configure: - dh_auto_configure -- -DSKIP_PORTABILITY_TEST=on $(EXTRA) + dh_auto_configure -- -DSKIP_PORTABILITY_TEST=on -DWITH_WERROR=OFF $(EXTRA) override_dh_auto_build: dh_auto_build -- all doc View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/commit/bf69ba9963f29b2eda02d39ea02c0c2f71426e78 -- View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/commit/bf69ba9963f29b2eda02d39ea02c0c2f71426e78 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
