Andreas Tille pushed to branch master at Debian Med / mrbayes
Commits: 3c3c384c by Andreas Tille at 2020-04-18T22:02:10+02:00 Fix binary-all build - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mrbayes (3.2.7a-2) UNRELEASED; urgency=medium + + * Fix binary-all build + Closes: #958124 + + -- Andreas Tille <[email protected]> Sat, 18 Apr 2020 21:59:51 +0200 + mrbayes (3.2.7a-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== @@ -34,5 +34,7 @@ override_dh_compress: override_dh_installdeb: # FIXME: That's a dirty hack by simply removing debug information in mrbayes-mpi-dbgsym # Due to the duplicated build above this is just a duplicate of mrbayes-dbgsym and creates a file conflict - find debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug -name "*.debug" -delete + if [ -d debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug ] ; then \ + find debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug -name "*.debug" -delete ; \ + fi dh_installdeb View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/commit/3c3c384c4df6a407f445a102cf7a5f9264f2705a -- View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/commit/3c3c384c4df6a407f445a102cf7a5f9264f2705a 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
