File: control

package info (click to toggle)
vanessa-socket 0.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,728 kB
  • sloc: sh: 11,325; ansic: 1,659; makefile: 69
file content (63 lines) | stat: -rw-r--r-- 1,976 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
Source: vanessa-socket
Standards-Version: 4.7.2
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders:
 Simon Horman <horms@debian.org>,
 Emmanuel Arias <eamanu@debian.org>,
Section: libs
Priority: optional
Build-Depends:
 libvanessa-logger-dev,
 libpopt-dev,
 debhelper-compat (= 13),
 libltdl-dev,
Vcs-Browser: https://salsa.debian.org/salvage-team/vanessa-socket
Vcs-Git: https://salsa.debian.org/salvage-team/vanessa-socket.git
Homepage: https://horms.net/projects/vanessa/

Package: libvanessa-socket-dev
Architecture: any
Section: libdevel
Depends:
 libvanessa-socket2t64 (= ${binary:Version}),
 libvanessa-logger-dev,
 ${misc:Depends},
Description: Headers and static libraries for libvanessa_socket
 Headers and static libraries required to develop against
 libvanessa_socket.

Package: libvanessa-socket-pipe
Architecture: any
Section: devel
Depends:
 libvanessa-socket2t64 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: User space TCP/IP pipe
 A TCP/IP pipe is a user space programme that listens for TCP/IP
 connections on port on the local host and when a client connects makes a
 connection to a TCP port, possibly on another host. Once both connections
 are established data sent on one connection is relayed to the other, hence
 forming a bi-directional pipe.
 .
 Uses include enabling connections to specific ports on hosts behind a
 packet filter.
 .
 This code is intended primarily as an example of how many of the features
 of libvanessa_socket work.

Package: libvanessa-socket2t64
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Breaks:
 libvanessa-socket2 (<< ${source:Version}),
Provides:
 ${t64:Provides},
Replaces:
 libvanessa-socket2,
Description: Library to simplify TCP socket operations
 Library to simplify TCP/IP socket operations. Includes code to open a
 socket to a server as a client, to listen on socket for clients as a
 server and to pipe information between sockets.