File: control

package info (click to toggle)
adasockets 1.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: ada: 1,743; ansic: 352; perl: 238; makefile: 233; sh: 162; lisp: 73
file content (71 lines) | stat: -rw-r--r-- 2,585 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: adasockets
Maintainer: Phil Brooke <pjb@debian.org>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-ada-library (>= 9.1),
 dh-sequence-ada-library,
 gnat,
 gnat-14,
Build-Depends-Indep:
 autogen,
# For makeinfo:
 texinfo,
 texlive-base,
Homepage: https://www.rfc1149.net/devel/adasockets.html
Vcs-Browser: https://salsa.debian.org/debian/adasockets
Vcs-Git: https://salsa.debian.org/debian/adasockets.git

Package: libadasockets-dev
Breaks: libadasockets8-dev, libadasockets9-dev, libadasockets10-dev,
 libadasockets11-dev, libadasockets12-dev
Replaces: libadasockets8-dev, libadasockets9-dev, libadasockets10-dev,
 libadasockets11-dev, libadasockets12-dev
Provides: ${ada:Provides}
Suggests: pkgconf
Architecture: any
Depends:
 ${ada:Depends},
 ${misc:Depends},
Section: libdevel
Description: bindings for socket services in Ada: development files
 This package provides a binding for socket services to be used with GNAT
 (the GNU Ada compiler). One can use it to write clients and servers that
 will talk with programs written in Ada or any other programming language.
 .
 This package provides the Ada programmer with headers and libraries used
 to build Ada programs that use sockets services.

Package: libadasockets11
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: bindings for socket services in Ada: shared library
 This package provides a binding for socket services to be used with GNAT
 (the GNU Ada compiler). One can use it to write clients and servers that
 will talk with programs written in Ada or any other programming language.
 .
 This package contains the library needed to execute Ada program using sockets.

Package: libadasockets-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: gnat
# /usr/share/info/adasockets.info.gz moved from -dev to -doc:
Breaks: libadasockets8-dev, libadasockets9-dev, libadasockets10-dev,
 libadasockets11-dev, libadasockets12-dev
Replaces: libadasockets8-dev, libadasockets9-dev, libadasockets10-dev,
 libadasockets11-dev, libadasockets12-dev
Description: bindings for socket services in Ada: documentation
 This package provides a binding for socket services to be used with GNAT
 (the GNU Ada compiler). One can use it to write clients and servers that
 will talk with programs written in Ada or any other programming language.
 .
 This package contains the documentation for Ada programmers.