Étienne Mollier pushed to branch master at Debian Med / diamond-aligner
Commits: 9f97a2a0 by Étienne Mollier at 2025-02-16T11:15:18+01:00 d/rules: remove use of ld.gold. ld.gold is deprecated and not part of binutils anymore, causing diamond-aligner to fail to build from source. Closes: #1095338 Thanks: Michael R. Crusoe - - - - - 3d304ace by Étienne Mollier at 2025-02-16T11:17:26+01:00 d/control: declare compliance to standards version 4.7.0. - - - - - c40a04e2 by Étienne Mollier at 2025-02-16T11:33:09+01:00 d/changelog: ready for upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +diamond-aligner (2.1.9-2) unstable; urgency=medium + + * Team upload. + + [ Andreas Tille ] + * Exclude i386 build from Salsa CI + + [ Étienne Mollier ] + * d/rules: remove use of ld.gold. + ld.gold is deprecated and not part of binutils anymore, causing + diamond-aligner to fail to build from source. + Thanks to Michael R. Crusoe (Closes: #1095338) + * d/control: declare compliance to standards version 4.7.0. + + -- Étienne Mollier <[email protected]> Sun, 16 Feb 2025 11:26:11 +0100 + diamond-aligner (2.1.9-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), cmake, zlib1g-dev, debhelper -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/diamond-aligner Vcs-Git: https://salsa.debian.org/med-team/diamond-aligner.git Homepage: https://github.com/bbuchfink/diamond ===================================== debian/rules ===================================== @@ -8,13 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -# Use the gold linker where we can -ifeq (,$(filter $(DEB_HOST_ARCH),alpha hppa ia64 loong64 m68k riscv64 sh4)) -export LD=ld.gold -export DEB_CFLAGS_MAINT_APPEND+=-fuse-ld=gold -export DEB_CXXFLAGS_MAINT_APPEND+=-fuse-ld=gold -endif - ifeq (,$(filter $(DEB_HOST_ARCH),amd64 i386)) EXTRA=-DX86=OFF endif View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/compare/8158d6dc4dc87c86e912ca69b911844eca261d02...c40a04e2d2348643b947bd83f99397385ecdd854 -- View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/compare/8158d6dc4dc87c86e912ca69b911844eca261d02...c40a04e2d2348643b947bd83f99397385ecdd854 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
