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
|
Source: nbd
Section: admin
Priority: optional
Maintainer: Wouter Verhelst <wouter@debian.org>
Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.26.0), libgnutls28-dev, libnl-genl-3-dev [linux-any], docbook-utils
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/wouter/nbd.git
Vcs-Browser: https://salsa.debian.org/wouter/nbd
Homepage: http://nbd.sourceforge.net/
Package: nbd-server
Architecture: any
Depends: ${shlibs:Depends}, debconf (>= 1.2.9) | debconf-2.0, ucf, adduser, ${misc:Depends}
Description: Network Block Device protocol - server
Network Block Device (NBD) is a client/server protocol that
emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
over the network, thus giving the system the ability to swap over the
network, or to use raw network disk space for other purposes.
.
However, writing to one Network Block Device from different clients
simultaneously is not recommended, and would probably result in data
loss. If you want multiple clients to share a remote resource, use a
network file system such as NFS or Coda.
.
This package provides the server binary for NBD.
Package: nbd-client
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0
Description: Network Block Device protocol - client
Network Block Device (NBD) is a client/server protocol that
emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
over the network, thus giving the system the ability to swap over the
network, or to use raw network disk space for other purposes.
.
However, writing to one Network Block Device from different clients
simultaneously is not recommended, and would probably result in data
loss. If you want multiple clients to share a remote resource, use a
network file system such as NFS or Coda.
.
This package provides the client binary for NBD.
Package: nbd-client-udeb
Section: debian-installer
Priority: optional
Depends: ${shlibs:Depends}
XC-Package-Type: udeb
Architecture: linux-any
Description: Network Block Device protocol - client for Debian Installer
Network Block Device (NBD) is a client/server protocol that
emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
over the network, thus giving the system the ability to swap over the
network, or to use raw network disks pace for other purposes.
.
This package provides the client binary for NBD.
.
It is a minimal version meant for use in the installer only.
|