[med-svn] [nanopolish] 03/04: Restrict Architectures: any-amd64 any-i386 x32
Andreas Tille
tille at debian.org
Tue Sep 19 14:18:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository nanopolish.
commit b1a353e38560d1eef89c9f5c2db8685ffddcdd41
Author: Andreas Tille <tille at debian.org>
Date: Tue Sep 19 15:37:26 2017 +0200
Restrict Architectures: any-amd64 any-i386 x32
---
debian/changelog | 6 ++++++
debian/control | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ca04780..2282244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ nanopolish (0.8.1-2) UNRELEASED; urgency=medium
* DEP3
* Fix path tp hdf5 lib on i386 (thanks for the hint to Christian Seiler
<christian at iwakd.de>)
+ * Restrict Architectures: any-amd64 any-i386 x32
+ since immintrin.h is a x86/amd64 specific header for intrinsics not
+ available on other architectures (Thanks for the hint to Gert Wollny
+ <gw.fossdev at gmail.com>)
+ * Depends: sse-support [any-i386] (thanks for the hint to Christian Seiler
+ <christian at iwakd.de>)
-- Andreas Tille <tille at debian.org> Tue, 19 Sep 2017 15:28:58 +0200
diff --git a/debian/control b/debian/control
index 3b72655..d755c01 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,11 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/nanopolish.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/nanopolish.git
Package: nanopolish
-Architecture: any
+Architecture: any-amd64 any-i386 x32
Depends:
${shlibs:Depends},
${misc:Depends},
+ sse-support [any-i386]
Suggests:
python,
perl,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanopolish.git
More information about the debian-med-commit
mailing list