summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@debian.org>2018-01-26 17:55:44 -0200
committerRafael Laboissiere <rafael@debian.org>2018-01-26 17:55:44 -0200
commit36da7b2d42cc34cb0347034cd345f102599db698 (patch)
tree7e34324c56bdcb56a01cf409253b2057a3ad6a42
parentce573c02d2ce9f32d07c03d6e51860da6d54a946 (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 456546c..4d295e9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: math
Priority: optional
Build-Depends: debhelper (>= 11),
octave-io,
- octave-pkg-dev (>= 2)
+ dh-octave
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-financial
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-financial.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