[med-svn] [Git][med-team/praat][master] 2 commits: d/rules: Link against libatomic on armel
Rafael Laboissière (@rafael)
gitlab at salsa.debian.org
Sun Sep 7 06:31:10 BST 2025
Rafael Laboissière pushed to branch master at Debian Med / praat
Commits:
01063858 by Rafael Laboissière at 2025-09-06T16:06:07-03:00
d/rules: Link against libatomic on armel
- - - - -
d94c25cd by Rafael Laboissière at 2025-09-06T16:06:34-03:00
d/changelog: Add entry for release 6.4.42+dfsg-2
Gbp-Dch: Ignore
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+praat (6.4.42+dfsg-2) unstable; urgency=medium
+
+ * d/rules: Link against libatomic on armel
+
+ -- Rafael Laboissière <rafael at debian.org> Sat, 06 Sep 2025 16:06:12 -0300
+
praat (6.4.42+dfsg-1) unstable; urgency=medium
[ Rafael Laboissière ]
=====================================
debian/rules
=====================================
@@ -23,6 +23,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH), i386))
export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store
endif
+ifneq (,$(filter $(DEB_HOST_ARCH), armel))
+ export DEB_LDFLAGS_MAINT_APPEND=-latomic
+endif
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/be0653e872fde89302c8b3bdc76212cdedfb5b8c...d94c25cdb08701f617a34867c8946433395a199b
--
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/be0653e872fde89302c8b3bdc76212cdedfb5b8c...d94c25cdb08701f617a34867c8946433395a199b
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/20250907/1b4c0db6/attachment-0001.htm>
More information about the debian-med-commit
mailing list