summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-13 09:56:51 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-13 09:56:51 +0200
commitf14d356db24fdcb42c4564c61c6fae2315e78d6d (patch)
tree0d7817a67ea8617fe0c20c09b4962c9182484710
parent606a62c4eb1024ee5a1c997dcc46f559f2999802 (diff)
Make it work also in stretch. Add FIXME describing that functionality breaks in sid
-rw-r--r--debian/FIXME2
-rw-r--r--debian/control4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/FIXME b/debian/FIXME
new file mode 100644
index 0000000..6530c87
--- /dev/null
+++ b/debian/FIXME
@@ -0,0 +1,2 @@
+For some reason, it works fine when built in stretch, but fails with a segfault when built in sid.
+Figure out why.
diff --git a/debian/control b/debian/control
index 0a14d0d..3d4e765 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,9 @@ Build-Depends: debhelper (>= 9),
libtinyxml-dev,
libvtk6-qt-dev,
libfparser-dev,
- dh-octave,
+# It is called octave-pkg-dev in stretch
+# and dh-octave in sid
+ dh-octave | octave-pkg-dev,
chrpath,
txt2man
Standards-Version: 4.1.5