Étienne Mollier pushed to branch master at Debian Med / freecontact
Commits: 0b65a5f4 by Étienne Mollier at 2023-05-18T11:40:06+02:00 d/rules: update d-shlibmove override to gcc-12 The d-shlibmove override pointed to libgfortran-10-dev, causing ftbfs in bookworm, which ships only libgfortran-12-dev. Closes: #1036260 - - - - - f7193141 by Étienne Mollier at 2023-05-18T11:44:53+02:00 Ready to upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +freecontact (1.0.21-13) unstable; urgency=medium + + * d/rules: update d-shlibmove override to gcc-12. + The d-shlibmove override pointed to libgfortran-10-dev, causing ftbfs + in bookworm, which ships only libgfortran-12-dev. (Closes: #1036260) + + -- Étienne Mollier <[email protected]> Thu, 18 May 2023 11:43:26 +0200 + freecontact (1.0.21-12) unstable; urgency=medium * Upstream download vanished ===================================== debian/rules ===================================== @@ -31,7 +31,7 @@ override_dh_install: --exclude-la \ --devunversioned \ --v5 \ - --override s/libgfortran[345]-dev/libgfortran-10-dev/ \ + --override s/libgfortran[345]-dev/libgfortran-12-dev/ \ --movedev debian/tmp/usr/include/* usr/include \ debian/tmp/usr/lib/*/*.so find debian -name "lib*.la" -delete View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/a6a3d8b25ee13d7c393450c5c23a8935095e237f...f719314186768e97e780874c6fd554785c746396 -- View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/a6a3d8b25ee13d7c393450c5c23a8935095e237f...f719314186768e97e780874c6fd554785c746396 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
