Package: pyfftw
Version: 0.9.2+dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

The 0.9.2+dfsg-3 upload properly fixed the build on armhf and armel, but it
didn't remove the dependency on libfftw3-long3 on those platforms, meaning
that the package remainins uninstallable.

In Ubuntu, the attached patch was applied to achieve the following:

  * Don't depend on libfftw3-long3 on arm{el,hf}. 

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), 
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-10-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pyfftw-0.9.2+dfsg/debian/control pyfftw-0.9.2+dfsg/debian/control
--- pyfftw-0.9.2+dfsg/debian/control	2014-08-07 09:23:18.000000000 -0400
+++ pyfftw-0.9.2+dfsg/debian/control	2015-09-22 23:09:48.000000000 -0400
@@ -29,7 +29,7 @@
 Architecture: any
 Depends:
  libfftw3-double3,
- libfftw3-long3,
+ libfftw3-long3 [!armel !armhf],
  libfftw3-single3,
  python-numpy,
  ${shlibs:Depends},
@@ -83,7 +83,7 @@
 Architecture: any
 Depends:
  libfftw3-double3,
- libfftw3-long3,
+ libfftw3-long3 [!armel !armhf],
  libfftw3-single3,
  python3-numpy,
  ${shlibs:Depends},
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to