Andreas Tille pushed to branch master at Debian Med / racon
Commits: 09d1022d by Andreas Tille at 2020-08-07T17:29:27+02:00 Fix FTBFS on i386: test failures - - - - - ae6e7c51 by Andreas Tille at 2020-08-07T17:29:40+02:00 routine-update: debhelper-compat 13 - - - - - d7e3c267 by Andreas Tille at 2020-08-07T17:38:09+02:00 routine-update: Ready to upload to unstable - - - - - ddfdc085 by Andreas Tille at 2020-08-07T17:50:05+02:00 Add lintian-override - - - - - 4 changed files: - debian/changelog - debian/control - + debian/lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,20 @@ +racon (1.4.13-3) UNRELEASED; urgency=medium + + * Add lintian-override + + -- Andreas Tille <[email protected]> Fri, 07 Aug 2020 17:49:51 +0200 + +racon (1.4.13-2) unstable; urgency=medium + + [ Adrian Bunk ] + * Fix FTBFS on i386: test failures + Closes: #961110 + + [ Andreas Tille ] + * debhelper-compat 13 (routine-update) + + -- Andreas Tille <[email protected]> Fri, 07 Aug 2020 17:29:44 +0200 + racon (1.4.13-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Cédric Lood <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), cmake, libgtest-dev, libbioparser-dev, ===================================== debian/lintian-overrides ===================================== @@ -0,0 +1,2 @@ +# see https://lists.debian.org/debian-med/2018/06/msg00043.html +racon: script-with-language-extension usr/bin/*.* ===================================== debian/rules ===================================== @@ -4,6 +4,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all DEB_CMAKE_EXTRA_FLAGS = -Dracon_build_tests=ON +ifneq (,$(filter $(DEB_HOST_ARCH), i386)) + export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store +endif + %: dh $@ --buildsystem=cmake View it on GitLab: https://salsa.debian.org/med-team/racon/-/compare/25530155a7923034053641e6148f65c83970ca34...ddfdc08564aec0365ddc7029269abccf83739f24 -- View it on GitLab: https://salsa.debian.org/med-team/racon/-/compare/25530155a7923034053641e6148f65c83970ca34...ddfdc08564aec0365ddc7029269abccf83739f24 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
