Étienne Mollier pushed to branch master at Debian Med / parsinsert
Commits: cdb1ed69 by Étienne Mollier at 2023-08-14T21:36:37+02:00 d/rules: drop compiler optimization to -O1. This used to be done only on a handful of cpu architectures in the past, but since gcc-13, precision errors also affect amd64. Closes: #1037816 - - - - - 7c01e5e5 by Étienne Mollier at 2023-08-14T21:45:10+02:00 d/s/lintian-overrides: adjust mismatched override. - - - - - bd2a07fe by Étienne Mollier at 2023-08-14T21:45:39+02:00 d/control: declare compliance to standards version 4.6.2. - - - - - 89bf1cda by Étienne Mollier at 2023-08-14T21:46:52+02:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +parsinsert (1.04-13) unstable; urgency=medium + + * Team upload. + * d/rules: drop compiler optimization to -O1. + This used to be done only on a handful of cpu architectures in the + past, but since gcc-13, precision errors also affect amd64. + (Closes: #1037816) + * d/s/lintian-overrides: adjust mismatched override. + * d/control: declare compliance to standards version 4.6.2. + + -- Étienne Mollier <[email protected]> Mon, 14 Aug 2023 21:46:10 +0200 + parsinsert (1.04-12) unstable; urgency=medium * Fix error: ‘time’ was not declared in this scope ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Tim Booth <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/parsinsert Vcs-Git: https://salsa.debian.org/med-team/parsinsert.git Homepage: http://sourceforge.net/projects/parsinsert/ ===================================== debian/rules ===================================== @@ -4,12 +4,10 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto -# Trade performances for correctess of result on these architectures; yes, I'm +# Trade performances for correctess of result on all architectures; yes, I'm # afraid performances are impeded, but wrong results do not serve anything. :( -# See bugs #964082, #973789 and #976929. -ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips64el ppc64el riscv64)) +# See bugs #964082, #973789, #976929, and finally #1037816. export DEB_CXXFLAGS_MAINT_APPEND = -O1 -endif %: dh $@ ===================================== debian/source/lintian-overrides ===================================== @@ -1,4 +1,4 @@ # Manpage file was sent to upstream. # See https://sourceforge.net/p/parsinsert/bugs/4/ # Overriding as requested by lintian. -parsinsert source: maintainer-manual-page debian/parsinsert.1 +parsinsert source: maintainer-manual-page [debian/parsinsert.1] View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/be88f7ab3ea17e9b0901dcec6d51103ca3431577...89bf1cdab62a098dde54b889b8e89546149b910e -- View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/be88f7ab3ea17e9b0901dcec6d51103ca3431577...89bf1cdab62a098dde54b889b8e89546149b910e 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
