summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@debian.org>2018-01-26 13:48:11 -0200
committerRafael Laboissiere <rafael@debian.org>2018-01-26 13:48:11 -0200
commitabea63e05e6903e006e977f2689a8b76e6fb7b54 (patch)
tree5501c527245d408c20b2846fb2a816cc102623cd
parent3cb083906e56b64a9007b6228698a7ac7e9b056d (diff)
Use dh-octave for building the package
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 2876ffa..1c7087e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Thomas Weber <tweber@debian.org>,
Rafael Laboissiere <rafael@debian.org>,
Sébastien Villemot <sebastien@debian.org>,
Mike Miller <mtmiller@debian.org>
-Build-Depends: debhelper (>= 11), octave-pkg-dev (>= 2),
+Build-Depends: debhelper (>= 11), dh-octave,
libhdf5-openmpi-dev, octave-msh (>= 1.0.2-4)
Standards-Version: 4.1.3
Homepage: http://octave.sourceforge.net/bim
diff --git a/debian/rules b/debian/rules
index 7c458b1..121f3c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-include /usr/share/octave-pkg-dev/octave-pkg.mk
+%:
+ dh $@ --buildsystem=octave --with=octave