Andreas Tille pushed to branch master at Debian Med / mia
Commits: 0a271aec by Andreas Tille at 2021-01-01T18:22:29+01:00 Ignore failures when trying to install some files that are not built in arch all builds - - - - - 1925c111 by Andreas Tille at 2021-01-01T18:43:55+01:00 routine-update: Ready to upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +mia (2.4.7-5) unstable; urgency=medium + + * Team upload. + * Ignore failures when trying to install some files that are not built + in arch all builds + Closes: #976756 + + -- Andreas Tille <[email protected]> Fri, 01 Jan 2021 18:22:49 +0100 + mia (2.4.7-4) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -50,6 +50,10 @@ override_dh_auto_build-indep: override_dh_auto_build-arch: dh_auto_build +override_dh_auto_install-indep: + # Install process expects some files that are not built in arch all builds + dh_auto_install -i || true + override_dh_shlibdeps: dh_shlibdeps -- $(shell find debian/libmia-2.4-4/ -name "*.mia") View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/81171c5148c6b555f088906ffc2b6b5258cd47ed...1925c11106fe33b69fb7fd977725f900ebda5322 -- View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/81171c5148c6b555f088906ffc2b6b5258cd47ed...1925c11106fe33b69fb7fd977725f900ebda5322 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
