File: control

package info (click to toggle)
octave-database 2.4.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: cpp: 4,855; makefile: 202; perl: 169; sh: 40; xml: 21
file content (25 lines) | stat: -rw-r--r-- 985 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: octave-database
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               libpq-dev,
               postgresql
Standards-Version: 4.5.0
Homepage: https://octave.sourceforge.io/database/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-database.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-database
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-database
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: interface to SQL databases in Octave
 The database package enables accessing SQL databases from
 Octave, a scientific computation software. Currently, however, this
 package only supports the PostgreSQL database.
 .
 This Octave add-on package is part of the Octave-Forge project.