Source: magics++
Version 4.1.2-1
Severity: important

Hello, please apply this patch, to be sure python3.7 is picked correctly up 
during runtime.

It fixes a metview build failure when magics++ is built with wl, asneeded gcc 
flag.

E.g. Debian will have this issue on the next gcc-default update to 9

diff -Nru magics++-4.1.2/debian/changelog magics++-4.1.2/debian/changelog
--- magics++-4.1.2/debian/changelog     2019-08-05 18:10:02.000000000 +0200
+++ magics++-4.1.2/debian/changelog     2019-08-06 17:42:50.000000000 +0200
@@ -1,3 +1,10 @@
+magics++ (4.1.2-1ubuntu1) eoan; urgency=medium
+
+  * Add python3-all-dev runtime dependency, it is needed by reverse-deps
+    (libpython-X-Ym.so is used and exposed outside)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Tue, 06 Aug 2019 
17:42:50 +0200
+
 magics++ (4.1.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru magics++-4.1.2/debian/control magics++-4.1.2/debian/control
--- magics++-4.1.2/debian/control       2019-08-05 18:10:02.000000000 +0200
+++ magics++-4.1.2/debian/control       2019-08-06 17:42:50.000000000 +0200
@@ -62,7 +62,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libmagplus3v5 ( = ${binary:Version} ), ${misc:Depends}, python3,
+Depends: libmagplus3v5 ( = ${binary:Version} ), ${misc:Depends}, 
python3-all-dev,
  libterralib-dev, magics++, libodb-api-dev
 Recommends: pkg-config
 Description: Development files for ECMWF  plotting software MAGICS++

Reply via email to