File: control

package info (click to toggle)
ntirpc 6.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,552 kB
  • sloc: ansic: 33,936; cpp: 1,132; python: 590; sh: 68; makefile: 13
file content (62 lines) | stat: -rw-r--r-- 2,022 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
Source: ntirpc
Section: net
Priority: optional
Maintainer: Christoph Martin <chrism@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 libkrb5-dev,
 libnsl-dev,
 liburcu-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/nfs-ganesha/ntirpc
Vcs-Git: https://salsa.debian.org/debian/libntirpc.git
Vcs-Browser: https://salsa.debian.org/debian/libntirpc

Package: libntirpc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libntirpc6.3 (= ${binary:Version}),
 ${misc:Depends},
Description: new transport-independent RPC library - development files
 Port of Sun's transport-independent RPC library to Linux. The library
 is intended as a replacement for the RPC code in the GNU C library,
 providing among others support for RPC (and in turn, NFS) over IPv6.
 .
 Changes introduced in the ntirpc library include:
  * Bi-directional operation.
  * Full-duplex operation on the TCP (vc) transport.
  * Thread-safe operating modes:
    * new locking primitives and lock callouts (interface change).
    * stateless send/recv on the TCP transport (interface change).
  * Flexible server integration support.
  * Event channels.
 .
 This package provides development files.

Package: libntirpc6.3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libtirpc-common,
 ${misc:Depends},
 ${shlibs:Depends},
Description: new transport-independent RPC library
 Port of Sun's transport-independent RPC library to Linux. The library
 is intended as a replacement for the RPC code in the GNU C library,
 providing among others support for RPC (and in turn, NFS) over IPv6.
 .
 Changes introduced in the ntirpc library include:
  * Bi-directional operation.
  * Full-duplex operation on the TCP (vc) transport.
  * Thread-safe operating modes:
    * new locking primitives and lock callouts (interface change).
    * stateless send/recv on the TCP transport (interface change).
  * Flexible server integration support.
  * Event channels.