From: Alastair McKinstry Date: Tue, 26 Mar 2019 10:02:54 +0000 (+0000) Subject: Merge branch 'master' of salsa.debian.org:science-team/mathgl X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97600bdbea8bce125820bca654a24c05b2b1ce0d;p=mathgl.git Merge branch 'master' of salsa.debian.org:science-team/mathgl --- 97600bdbea8bce125820bca654a24c05b2b1ce0d diff --cc debian/rules index e8d07d4,40599c9..3479fa1 --- a/debian/rules +++ b/debian/rules @@@ -23,8 -22,13 +22,13 @@@ NODOT:=`py3versions -d | sed 's/\.//' %: dh $@ --buildsystem=cmake --with python2,python3 + + override_dh_auto_configure: + dh_auto_configure -- \ + -DPY3VERSION_DOTTED=$(DOTTED) -DPY3VERSION_NODOT=$(NODOT) + override_dh_python2: dh_numpy - + override_dh_python3: dh_numpy3