summaryrefslogtreecommitdiff
path: root/debian/control
blob: 13f67c3d880bdaf1eb0400e75273493f85bfe707 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: octave-communications
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>,
           Mike Miller <mtmiller@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.2.3),
               dh-sequence-octave,
               gnuplot-nox,
               octave-signal,
               pkg-config,
               texlive,
               texlive-plain-generic,
               epstool
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-communications
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-communications.git
Homepage: https://gnu-octave.github.io/packages/communications/
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-communications
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         octave-communications-common (= ${source:Version})
Multi-Arch: same
Description: communications package for Octave
 This package provides functions for Octave, a numerical computation
 software, to perform error analysis on communication signals,
 convert between analog and digital signals, and many more functions
 pertaining to signal analysis.
 .
 This Octave add-on package is part of the Octave-Forge project.

Package: octave-communications-common
Architecture: all
Depends: ${misc:Depends},
         ${octave:Depends}
Multi-Arch: foreign
Description: communications package for Octave (arch-indep files)
 This package provides functions for Octave, a numerical computation
 software, to perform error analysis on communication signals,
 convert between analog and digital signals, and many more functions
 pertaining to signal analysis.
 .
 This Octave add-on package is part of the Octave-Forge project.
 .
 This package contains the architecture-independent files for the
 octave-communications package.