Source: ntirpc
Section: net
Priority: optional
Maintainer: Fast Forward Maintainers <maintainers@lists.fastforward.deb822.org>
XSBC-Uploaders: Daniel Baumann <daniel@debian.org>
XSBC-Original-Maintainer: Christoph Martin <chrism@debian.org>
Bugs: mailto:maintainers@lists.fastforward.deb822.org
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-pkgkde-symbolshelper,
 dpkg-dev (>= 1.22.5),
 cmake,
 libkrb5-dev,
 libnsl-dev,
 liburcu-dev,
 prometheus-cpp-lite,
Standards-Version: 4.7.0
Homepage: https://github.com/nfs-ganesha/ntirpc
Vcs-Browser: https://git.fastforward.debian.net/trixie-fastforward-backports/ntirpc
Vcs-Git: https://git.fastforward.debian.net/trixie-fastforward-backports/ntirpc
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/libntirpc
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/libntirpc.git

Package: libntirpc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libntirpc7.2 (= ${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: libntirpc7.2
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.
