summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Villemot <sebastien@debian.org>2019-10-07 14:14:01 +0200
committerSébastien Villemot <sebastien@debian.org>2019-10-07 14:14:01 +0200
commitecca1acd8421a81143cef3027e7600370295a56c (patch)
tree11b2b0b0851380e993232b1a2fbb12abbf868cc0
parent5be343cfcf023871aefaef34c54027efed9309bc (diff)
Fix building against Octave 5
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules1
2 files changed, 6 insertions, 1 deletions
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 <sebastien@debian.org> 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