Package: magics++
Version: 2.30.0-5
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

Hi Alastair,

As with bug #863000 on xdmf, magics++ build-depends on python3-all-dev but
does not build for more than one python3 version.  In the case of magics++
this doesn't cause a build failure, but it is still wrong usage of the
python3-all-dev build-dependency.  Please find attach the small patch to
debian/control, applied in Ubuntu, to switch from -all-dev to -dev.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru magics++-2.30.0/debian/control magics++-2.30.0/debian/control
--- magics++-2.30.0/debian/control      2017-04-09 07:44:52.000000000 -0700
+++ magics++-2.30.0/debian/control      2017-05-19 14:21:49.000000000 -0700
@@ -4,8 +4,8 @@
 Maintainer: Alastair McKinstry <mckins...@debian.org>
 Build-Depends: debhelper  (>= 10) , dh-buildinfo, gfortran, cmake, chrpath,
  dh-python,  swig,
- python-all-dev, python-numpy, 
- python3-all-dev, python3-numpy,
+ python-dev, python-numpy, 
+ python3-dev, python3-numpy,
  libhdf5-serial-dev | libhdf5-dev, libnetcdf-dev, libnetcdf-cxx-legacy-dev,
  libgl1-mesa-dev, libgd-dev, 
  libemos-dev (>=  2:4.3.9), libgeotiff-dev,

Reply via email to