Andreas Tille pushed to branch master at Debian Med / hyphy
Commits: 81efab91 by Andreas Tille at 2020-12-24T07:11:05+01:00 Fix reference to the build directory - - - - - b31ec3d8 by Andreas Tille at 2020-12-24T07:15:44+01:00 routine-update: Ready to upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +hyphy (2.5.24+dfsg-2) unstable; urgency=medium + + [ Pino Toscano ] + * Fix reference to the build directory + Closes: #977992 + + -- Andreas Tille <[email protected]> Thu, 24 Dec 2020 07:11:25 +0100 + hyphy (2.5.24+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== @@ -33,7 +33,7 @@ override_dh_auto_build: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - find "$$(echo obj-*-*-*/)" \ + find "obj-$(DEB_HOST_GNU_TYPE)/" \ -not -path "*/CMakeFiles/*" \ -type f,l \ -executable \ View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/d77a7a9d72ce1d7780119350574cc88cfd436a55...b31ec3d8d47f9366d359904cbc38d4bbb08a7b52 -- View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/d77a7a9d72ce1d7780119350574cc88cfd436a55...b31ec3d8d47f9366d359904cbc38d4bbb08a7b52 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
