summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b90687e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: octave-stk
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
+Uploaders: Julien Bect <julien.bect@centralesupelec.fr>,
+Build-Depends: debhelper-compat (= 13),
+ dh-octave (>= 1.0.2)
+Standards-Version: 4.5.1
+Homepage: https://octave.sourceforge.io/stk/
+Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-stk.git
+Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-stk
+Testsuite: autopkgtest-pkg-octave
+Rules-Requires-Root: no
+
+Package: octave-stk
+Architecture: any
+Depends: ${misc:Depends},
+ ${octave:Depends},
+ ${shlibs:Depends}
+Description: (not so) Small Toolbox for Kriging
+ ${octave:Upstream-Description}
+ .
+ This Octave add-on package is part of the Octave-Forge project.