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
|
Source: rvm
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 6), dpatch, autotools-dev, liblwp-dev (>= 2.4), pkg-config
Standards-Version: 3.7.3
Homepage: http://www.coda.cs.cmu.edu/
Vcs-Browser: http://git.debian.net/?p=rvm.git
Vcs-Git: git://git.debian.net/git/rvm.git
Package: rvm-dbg
Section: devel
Priority: extra
Architecture: any
Depends: librvm1 (= ${binary:Version}), librvm-dev (= ${binary:Version}), rvm-tools (= ${binary:Version})
Description: Recoverable Virtual Memory (debug)
Recoverable Virtual Memory provides easy to use persistent storage with
transactional properties for applications. It was developed at CMU for the Coda
distributed filesystem.
.
This package contains the debugging symbols.
Package: librvm1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: rvm-tools
Description: Recoverable Virtual Memory (library)
Recoverable Virtual Memory provides easy to use persistent storage with
transactional properties for applications. It was developed at CMU for the Coda
distributed filesystem.
.
This package contains the runtime libraries required to run applications that
use RVM.
Package: librvm-dev
Section: libdevel
Architecture: any
Depends: librvm1 (= ${binary:Version})
Description: Recoverable Virtual Memory (development)
Recoverable Virtual Memory provides easy to use persistent storage with
transactional properties for applications. It was developed at CMU for the Coda
distributed filesystem.
.
This package contains the headers and libraries required to build applications
that use RVM.
Package: rvm-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Recoverable Virtual Memory (tools)
Recoverable Virtual Memory provides easy to use persistent storage with
transactional properties for applications. It was developed at CMU for the Coda
distributed filesystem.
.
This package contains the runtime libraries required to initialize and manage
RVM files. Some application already know how to initialize rvm segments
themselves and do not need these additional tools.
|