summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@debian.org>2018-01-26 18:08:38 -0200
committerRafael Laboissiere <rafael@debian.org>2018-01-26 18:08:38 -0200
commit05af2e8b418688489a9ef467dc7be5de4b8081b3 (patch)
tree6122e8759255a97f116fd9882fec32d42c50def7
parent0967002499ac91ed9483d2c8d8ad72d4cdc6127a (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 3e86037..32da604 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
-Build-Depends: debhelper (>= 11), octave-pkg-dev (>= 2)
+Build-Depends: debhelper (>= 11), dh-octave
Standards-Version: 4.1.3
Homepage: http://octave.sourceforge.net/optiminterp
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-optiminterp.git
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