This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository plink1.9.
commit 14aefc01f13e27d559b9c4a8237438e116f06168 Author: Dylan Aïssi <[email protected]> Date: Mon Sep 21 20:50:14 2015 +0200 Disable build for unsupported architectures --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0647af9..bc76c5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ plink1.9 (1.90~b3w-150903-1) UNRELEASED; urgency=low - [ Dylan Aïssi ] * New upstream release * debian/upstream/metadata: Update reference paper + * debian/control: Disable build for unsupported architectures, + thanks to Gert Wollny (Closes: #799471) * debian/copyright: Update -- Dylan Aïssi <[email protected]> Sat, 19 Sep 2015 15:44:10 +0200 diff --git a/debian/control b/debian/control index 68ee2c6..fa1dc2b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Dylan Aïssi <[email protected]> -Build-Depends: debhelper (>= 9.0.0), +Build-Depends: debhelper (>= 9), help2man, libatlas-base-dev, liblapack-dev, @@ -15,7 +15,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/plink1.9.git Homepage: https://www.cog-genomics.org/plink2/ Package: plink1.9 -Architecture: any +Architecture: amd64 armel armhf i386 hurd-i386 kfreebsd-amd64 kfreebsd-i386 mipsel Depends: ${misc:Depends}, ${shlibs:Depends} Description: whole-genome association analysis toolset plink expects as input the data from SNP (single nucleotide polymorphism) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plink1.9.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
