File: control

package info (click to toggle)
libmatio 1.5.13-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,372 kB
  • sloc: sh: 124,087; ansic: 21,491; makefile: 569
file content (53 lines) | stat: -rw-r--r-- 1,685 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
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
52
53
Source: libmatio
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 11),
               zlib1g-dev,
               texinfo,
               texlive,
               libhdf5-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/libmatio
Vcs-Git: https://salsa.debian.org/science-team/libmatio.git
Homepage: http://sourceforge.net/projects/matio
Rules-Requires-Root: no

Package: libmatio-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libmatio4 (= ${binary:Version}),
         zlib1g-dev,
         libhdf5-dev
Suggests: libmatio-doc
Description: MAT File I/O Library - development files
 matio is an ISO C library for reading and writing Matlab MAT files.
 .
 This package contains the development files needed to compile software to
 use the libmatio API.

Package: libmatio4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library to read and write Matlab MAT files
 matio is an ISO C library for reading and writing Matlab MAT files.
 .
 This package contains the shared version of the library.

Package: libmatio-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Breaks: libmatio-dev (<< 1.5.10-1~)
Replaces: libmatio-dev (<< 1.5.10-1~)
Description: MAT File I/O Library - documentation files
 matio is an ISO C library for reading and writing Matlab MAT files.
 .
 This package contains the documentation of the library (PDF and manpages).