summaryrefslogtreecommitdiff
path: root/libtsnet/debian/control
blob: db0892ebe825465c52d3ba3aa148ddd8c93738e4 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: libtsnet
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 libtsol-dev, lib32tsol-dev [illumos-amd64],
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org


Package: libtsnet1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: trusted extensions network library
 This package contains libtsnet shared library.
 .
 Functions in this library provide programmatic access to solaris trusted
 network extensions.

Package: libtsnet1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libtsnet-dev
Depends: libtsnet1 (= ${binary:Version}), ${misc:Depends}, libc1-dev
Description: trusted extensions network library (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libtsnet.
 .
 Functions in this library provide programmatic access to solaris trusted
 network extensions.

Package: lib32tsnet1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: trusted extensions network library (32 bit)
 This package contains libtsnet shared library.
 .
 Functions in this library provide programmatic access to solaris trusted
 network extensions.
 .
 This is a 32-bit version of the library.

Package: lib32tsnet1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32tsnet-dev
Depends: lib32tsnet1 (= ${binary:Version}), libtsnet1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: trusted extensions network library (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libtsnet.
 .
 Functions in this library provide programmatic access to solaris trusted
 network extensions.