[med-svn] [Git][med-team/hyphy][master] 3 commits: Fix arch independent build
Michael R. Crusoe
gitlab at salsa.debian.org
Sat Jan 30 11:53:52 GMT 2021
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 <crusoe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210130/2535e9a9/attachment-0001.html>
More information about the debian-med-commit
mailing list