summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2022-05-31 13:10:44 -0300
committerRafael Laboissière <rafael@debian.org>2022-05-31 15:30:11 -0300
commitb5691c97d113db10453f6c9f5905ab4e3a0c6f34 (patch)
tree1f3b03acc4f82176750076c39d95c8724e794cf4
parentc7c01d3a09a039a5ac9da0cb4de8b76c1c9300d5 (diff)
Build-depend on dh-sequence-octave
+ d/control: Ditto + d/rules: Drop the --with=octave option from dh call Gbp-Dch: Full
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 32672f3..8ae3de4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
- dh-octave
+ dh-sequence-octave
Standards-Version: 4.6.1
Homepage: https://octave.sourceforge.io/splines/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-splines.git
diff --git a/debian/rules b/debian/rules
index 121f3c8..1fd39e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
# -*- makefile -*-
%:
- dh $@ --buildsystem=octave --with=octave
+ dh $@ --buildsystem=octave