From ecca1acd8421a81143cef3027e7600370295a56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 7 Oct 2019 14:14:01 +0200 Subject: Fix building against Octave 5 --- debian/changelog | 6 ++++++ debian/rules | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b7f9f9a..6468656 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openems (0.0.35+git20190103.6a75e98+dfsg.1-1~exp3) UNRELEASED; urgency=medium + + * Fix building against Octave 5 + + -- Sébastien Villemot Mon, 07 Oct 2019 14:13:30 +0200 + openems (0.0.35+git20190103.6a75e98+dfsg.1-1~exp2) experimental; urgency=medium * d/patches/0007-Fix-some-imports-to-make-python-interface-work.patch: diff --git a/debian/rules b/debian/rules index f84f290..5fb405b 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,6 @@ override_dh_auto_install: cd debian/tmp/usr/share/openEMS/matlab && CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" mkoctfile -lhdf5_cpp -DH5_USE_16_API -I/usr/include/hdf5/serial h5readatt_octave.cc mkdir -p debian/tmp/$(OCTAVE_FULLBPATH) mv debian/tmp/usr/share/openEMS/matlab/h5readatt_octave.oct debian/tmp/$(OCTAVE_FULLBPATH)/ - rm debian/tmp/usr/share/openEMS/matlab/h5readatt_octave.o rm debian/tmp/usr/share/openEMS/matlab/h5readatt_octave.cc chrpath -d debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so* chrpath -d debian/tmp/usr/bin/AppCSXCAD -- cgit v1.2.3