This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository eagle.
commit 3e898c26027c13f740d32aec76a84f335d9c5e13 Author: Dylan Aïssi <[email protected]> Date: Sun Nov 5 15:21:04 2017 +0100 Restrict building architecture to x86, upstream supports only x86 arch --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 69ef399..51abf0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bio-eagle (2.3.5-2) UNRELEASED; urgency=medium + + * Restrict building architecture to x86, upstream supports only x86 arch. + + -- Dylan Aïssi <[email protected]> Sun, 05 Nov 2017 15:16:38 +0100 + bio-eagle (2.3.5-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 0937aaf..47770ce 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/eagle.git Homepage: https://data.broadinstitute.org/alkesgroup/Eagle/ Package: bio-eagle -Architecture: any +Architecture: any-amd64 any-i386 Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: med-config (>= 2.1) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/eagle.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
