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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
