[med-svn] [Git][med-team/scrm][master] 3 commits: d/rules: build scrm with -ffloat-store on i386.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Jan 5 17:33:35 GMT 2025
Étienne Mollier pushed to branch master at Debian Med / scrm
Commits:
e8b17316 by Étienne Mollier at 2025-01-05T18:26:55+01:00
d/rules: build scrm with -ffloat-store on i386.
scrm recently encountered test failures apparently related to i387
excess precision, given that this fix resolves the issue; it is
unclear what triggered the error though, as the package used to build
fine on i386 a couple of years ago.
Closes: #1091565
- - - - -
d4698af4 by Étienne Mollier at 2025-01-05T18:29:12+01:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
d4de414b by Étienne Mollier at 2025-01-05T18:33:03+01:00
d/changelog: ready for upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+scrm (1.7.4-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: build scrm with -ffloat-store on i386.
+ scrm recently encountered test failures apparently related to i387
+ excess precision, given that this fix resolves the issue; it is
+ unclear what triggered the error though, as the package used to build
+ fine on i386 a couple of years ago. (Closes: #1091565)
+ * d/control: declare compliance to standards version 4.7.0.
+
+ -- Étienne Mollier <emollier at debian.org> Sun, 05 Jan 2025 18:30:58 +0100
+
scrm (1.7.4-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libcppunit-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/scrm
Vcs-Git: https://salsa.debian.org/med-team/scrm.git
Homepage: https://github.com/scrm/scrm
=====================================
debian/rules
=====================================
@@ -2,11 +2,14 @@
export DH_VERBOSE = 1
-DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+ifeq ($(DEB_HOST_ARCH),i386)
+export DEB_CXXFLAGS_MAINT_APPEND = -ffloat-store
+endif
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/scrm/-/compare/4d3434a47bc7a3ea0ae0c10a89a609efa76307ad...d4de414ba2cfbb2a41483c23b5677ee781a750e0
--
View it on GitLab: https://salsa.debian.org/med-team/scrm/-/compare/4d3434a47bc7a3ea0ae0c10a89a609efa76307ad...d4de414ba2cfbb2a41483c23b5677ee781a750e0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250105/378d7842/attachment-0001.htm>
More information about the debian-med-commit
mailing list