[pyfftw] 01/03: d/control: don't depend on libfftw3-long3 on arm{el, hf}
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 23 08:39:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfftw.
commit b8f16d29b61b26c579ae0a89e99559a29b450c1c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Sep 23 09:30:28 2015 +0100
d/control: don't depend on libfftw3-long3 on arm{el,hf}
Thanks to Logan Rosen for providing this fix.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e406191..b43e2d2 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Package: python-pyfftw
Architecture: any
Depends:
libfftw3-double3,
- libfftw3-long3,
+ libfftw3-long3 [!armel !armhf],
libfftw3-single3,
python-numpy,
${shlibs:Depends},
@@ -83,7 +83,7 @@ Package: python3-pyfftw
Architecture: any
Depends:
libfftw3-double3,
- libfftw3-long3,
+ libfftw3-long3 [!armel !armhf],
libfftw3-single3,
python3-numpy,
${shlibs:Depends},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list