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
|
Source: lwp
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 6), dpatch, autotools-dev, pkg-config
Standards-Version: 3.7.3
Homepage: http://www.coda.cs.cmu.edu/
Vcs-Browser: http://git.debian.net/?p=lwp.git
Vcs-Git: git://git.debian.net/git/lwp.git
Package: lwp-dbg
Section: devel
Priority: extra
Architecture: any
Depends: liblwp2 (= ${binary:Version}), liblwp-dev (= ${binary:Version})
Description: Light Weight Processes library (debug)
The LWP userspace threads library. The LWP threads library is used by the Coda
distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote
procedure call library).
.
This package contains the debugging symbols.
Package: liblwp2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Light Weight Processes library
The LWP userspace threads library. The LWP threads library is used by the Coda
distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote
procedure call library).
Package: liblwp-dev
Section: libdevel
Architecture: any
Depends: liblwp2 (= ${binary:Version})
Description: Light Weight Processes library (development)
The LWP userspace threads library. The LWP threads library is used by the Coda
distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote
procedure call library).
.
This package contains the development files.
|