Michael R. Crusoe pushed to branch master at Debian Med / hyphy
Commits: 162470f1 by Michael R. Crusoe at 2021-01-30T12:31:01+01:00 Fix arch independent build - - - - - e1fa197f by Michael R. Crusoe at 2021-01-30T12:33:11+01:00 debian/control: mark hyphy-common as Multi-Arch: foreign - - - - - 0833938a by Michael R. Crusoe at 2021-01-30T12:52:56+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +hyphy (2.5.27+dfsg-3) unstable; urgency=medium + + * Team upload. + * Fix arch independent build. + * debian/control: mark hyphy-common as Multi-Arch: foreign + + -- Michael R. Crusoe <[email protected]> Sat, 30 Jan 2021 12:52:56 +0100 + hyphy (2.5.27+dfsg-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -56,6 +56,7 @@ Description: Hypothesis testing using Phylogenies (MPI version) Package: hyphy-common Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Suggests: hyphygui | hyphy-mpi | hyphy-pt Description: Hypothesis testing using Phylogenies (common files) ===================================== debian/rules ===================================== @@ -41,8 +41,8 @@ else dh_auto_build -- MP MPI endif -override_dh_install: - dh_install +override_dh_install-arch: + dh_install -a ifeq (amd64,$(DEB_HOST_ARCH)) mkdir -p debian/hyphy-mpi/usr/lib/$(DEB_SOURCE)/bin mkdir -p debian/hyphy-pt/usr/lib/$(DEB_SOURCE)/bin View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/bd2e5ebf6c8f69c23ca8ff64ff3a87abfa8960de...0833938a0d724c8963adb0649722258eb6f731f0 -- View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/compare/bd2e5ebf6c8f69c23ca8ff64ff3a87abfa8960de...0833938a0d724c8963adb0649722258eb6f731f0 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
