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
|
Source: rpc2
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7), dpatch, autotools-dev, bison, flex, liblua5.1-0-dev, liblwp-dev (>= 2.4), libncurses5-dev, libreadline5-dev, pkg-config
Standards-Version: 3.8.0
Homepage: http://www.coda.cs.cmu.edu/
Vcs-Browser: http://git.debian.net/?p=debian/rpc2.git
Vcs-Git: git://git.debian.net/git/debian/rpc2.git
Package: librpc2-5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: librcp2-4
Replaces: librpc2-4
Suggests: rpc2-tools
Description: Remote Procedure Call implementation 2
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem.
Package: librpc2-dev
Section: libdevel
Architecture: any
Depends: librpc2-5 (= ${binary:Version})
Description: Remote Procedure Call implementation 2 (development)
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem.
.
This package contains the development files.
Package: rpc2-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, librpc2-5 (= ${binary:Version})
Description: Remote Procedure Call implementation 2 (utilities)
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem.
.
This package contains additional utilities.
Package: rpc2-dbg
Section: devel
Priority: extra
Architecture: any
Depends: librpc2-5 (= ${binary:Version}), librpc2-dev (= ${binary:Version}), rpc2-tools (= ${binary:Version})
Description: Remote Procedure Call implementation 2 (debug)
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem.
.
This package contains the debugging symbols.
|