[med-svn] [python-pbconsensuscore] 02/07: Limit package to x86 architectures
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Nov 25 08:26:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pbconsensuscore.
commit 3b0dbd171cc0e31b8f4b0c9004f683f9a9c0e3e6
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Tue Nov 24 22:36:26 2015 -0800
Limit package to x86 architectures
The program seems to need the -msse3 flag on GCC, which is only
available for x86 architectures. In the unlikely event that
anyone needs it on another architecture, it would be worth
investigating this.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e165dbb..b0de58a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/python-pbconsensuscore.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-pbconsensuscore.git
Package: python-pbconsensuscore
-Architecture: any
+Architecture: any-x32 any-amd64 any-i386
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
@@ -31,7 +31,7 @@ Description: algorithms for Pacific Biosciences multiple sequence consensus
This package is part of the SMRT Analysis suite
Package: python3-pbconsensuscore
-Architecture: any
+Architecture: any-x32 any-amd64 any-i386
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbconsensuscore.git
More information about the debian-med-commit
mailing list