From: Dimitrios Eftaxiopoulos Date: Wed, 8 Jul 2020 16:29:47 +0000 (+0300) Subject: Merge changes of the 2.4.4-6 debian release X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6681b9ccd53089f26f447ea392770ee40aa07cdd;p=mathgl.git Merge changes of the 2.4.4-6 debian release --- diff --git a/debian/changelog b/debian/changelog index 65a2c4f..f50f343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mathgl (2.4.4-6) unstable; urgency=medium + + * Standards-Version: 4.5.0 + * Use dh-sequence-python3 rather than --with python3 + * Use swig rather than swig4.0. Closes: #952600 + + -- Alastair McKinstry Thu, 27 Feb 2020 09:37:10 +0000 + mathgl (2.4.4-5) unstable; urgency=medium * Disable building of python2 module diff --git a/debian/control b/debian/control index 39ca608..45ae2c0 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Science Maintainers , Alastair McKinstry Build-Depends: debhelper-compat (= 12), + dh-sequence-python3, libltdl-dev, libgsl-dev, freeglut3-dev, @@ -17,7 +18,6 @@ Build-Depends: debhelper-compat (= 12), libfltk1.3-dev, python3-dev, python3-numpy, - dh-python, qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], libwxgtk3.0-gtk3-dev, texinfo, @@ -35,12 +35,12 @@ Build-Depends: debhelper-compat (= 12), libxi-dev, libhpdf-dev, mpi-default-dev, - swig3.0, + swig, cmake, libxft-dev, liboctave-dev, fluid -Standards-Version: 4.4.1.0 +Standards-Version: 4.5.0 Homepage: http://mathgl.sourceforge.net/doc_en/Main.html Vcs-Git: https://salsa.debian.org/science-team/mathgl.git Vcs-Browser: https://salsa.debian.org/science-team/mathgl diff --git a/debian/rules b/debian/rules index 56b7879..61a8319 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DOTTED:=`py3versions -d | sed 's/python//' ` NODOT:=`py3versions -d | sed 's/\.//' | sed 's/python//' ` %: - dh $@ --buildsystem=cmake --with python3 + dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- \