summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@debian.org>2018-01-26 17:59:01 -0200
committerRafael Laboissiere <rafael@debian.org>2018-01-26 17:59:01 -0200
commitb11e6b9a7e04968888b342b0747e5bfbeec9463f (patch)
tree521955f5ebbc8c66f170086b59e0f1fe7f225238
parentaac053ef70a2ca47849e293e0d0b1ca1b1ef46bf (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 581290d..d295d78 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,
libgdal-dev
Standards-Version: 4.1.3
Homepage: http://octave.sourceforge.net/mapping
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