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
|
Source: libtirpc
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libtool, pkgconf, libkrb5-dev
Standards-Version: 4.7.1
Section: libs
Homepage: http://sourceforge.net/projects/libtirpc
Vcs-Git: https://salsa.debian.org/debian/libtirpc.git
Vcs-Browser: https://salsa.debian.org/debian/libtirpc
Rules-Requires-Root: no
Package: libtirpc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtirpc3t64 (= ${binary:Version}), ${misc:Depends}
Description: transport-independent RPC library - development files
This package contains a 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.
.
This package contains the files needed for development against libtirpc.
Package: libtirpc3t64
Provides: ${t64:Provides}
Replaces: libtirpc3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libtirpc-common (>= ${source:Version})
Breaks: libtirpc3 (<< ${source:Version}), nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7)
Description: transport-independent RPC library
This package contains a 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.
Package: libtirpc-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libtirpc1, libtirpc3t64 (<< 1.1.4-0.1~)
Replaces: libtirpc1, libtirpc3t64 (<< 1.1.4-0.1~)
Description: transport-independent RPC library - common files
This package contains a 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.
.
This package contains the netconfig configuration file as well as the
associated manpage.
Package: libtirpc3-udeb
Package-Type: udeb
Architecture: any
Section: debian-installer
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: transport-independent RPC library - udeb
This package contains a 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.
.
This is a cut-down library package for use in debian-installer.
|