Stop using travis for Debian builds
[nbd.git] / debian / control
blobb3c11db7a4a2ff4b1b80481395b64040919f71bf
1 Source: nbd
2 Section: admin
3 Priority: optional
4 Maintainer: Wouter Verhelst <wouter@debian.org>
5 Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.26.0), libgnutls28-dev, libnl-genl-3-dev [linux-any]
6 Standards-Version: 4.1.3
7 Vcs-Git: https://salsa.debian.org/wouter/nbd.git
8 Vcs-Browser: https://salsa.debian.org/wouter/nbd
9 Homepage: http://nbd.sourceforge.net/
11 Package: nbd-server
12 Architecture: any
13 Depends: ${shlibs:Depends}, debconf (>= 1.2.9) | debconf-2.0, ucf, adduser, ${misc:Depends}
14 Description: Network Block Device protocol - server
15  Network Block Device (NBD) is a client/server protocol that
16  emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
17  over the network, thus giving the system the ability to swap over the
18  network, or to use raw network disk space for other purposes.
19  .
20  However, writing to one Network Block Device from different clients
21  simultaneously is not recommended, and would probably result in data
22  loss. If you want multiple clients to share a remote resource, use a
23  network file system such as NFS or Coda.
24  .
25  This package provides the server binary for NBD.
27 Package: nbd-client
28 Architecture: linux-any
29 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0
30 Description: Network Block Device protocol - client
31  Network Block Device (NBD) is a client/server protocol that
32  emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
33  over the network, thus giving the system the ability to swap over the
34  network, or to use raw network disk space for other purposes.
35  .
36  However, writing to one Network Block Device from different clients
37  simultaneously is not recommended, and would probably result in data
38  loss. If you want multiple clients to share a remote resource, use a
39  network file system such as NFS or Coda.
40  .
41  This package provides the client binary for NBD.
43 Package: nbd-client-udeb
44 Section: debian-installer
45 Priority: optional
46 Depends: ${shlibs:Depends}
47 XC-Package-Type: udeb
48 Architecture: linux-any
49 Description: Network Block Device protocol - client for Debian Installer
50  Network Block Device (NBD) is a client/server protocol that
51  emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
52  over the network, thus giving the system the ability to swap over the
53  network, or to use raw network disks pace for other purposes.
54  .
55  This package provides the client binary for NBD.
56  .
57  It is a minimal version meant for use in the installer only.