File: control

package info (click to toggle)
xnbd 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,036 kB
  • ctags: 847
  • sloc: sh: 10,992; ansic: 7,292; python: 331; makefile: 142
file content (68 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
Source: xnbd
Section: admin
Priority: extra
Maintainer: Arno Töll <arno@debian.org>
Build-Depends: debhelper (>= 8.0),
 libglib2.0-dev,
 asciidoc,
 libxml2-utils,
 docbook-xml,
 docbook-xsl,
 xsltproc,
 python-all-dev (>= 2.6.6-3~),
Standards-Version: 3.9.5
Homepage: https://bitbucket.org/hirofuchi/xnbd/wiki/Home
Vcs-Git: git://anonscm.debian.org/collab-maint/xnbd.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xnbd.git

Package: xnbd-server
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 xnbd-common (= ${binary:Version})
Description: Network Block Device server with support for live migration
 xNBD is a NBD (Network Block Device) server program, which is fully compatible
 with the NBD client driver of Linux kernel. It adds extended features to the
 traditional NBD server:
 .
  * Better performance
  * Support for distributed copy-on-write disks
  * Live storage migration for virtual machines.
  * IPv6 support.
 .
 This is the server side of the program


Package: xnbd-client
Architecture: linux-any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 xnbd-common (= ${binary:Version})
Description: Network Block Device client with support for live migration
 xNBD is a NBD (Network Block Device) server program, which is fully compatible
 with the NBD client driver of Linux kernel. It adds extended features to the
 traditional NBD server:
 .
  * Better performance
  * Support for distributed copy-on-write disks
  * Live storage migration for virtual machines.
  * IPv6 support.
 .
 This is the client side of the program


Package: xnbd-common
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 lsb-base (>= 3.2-14),
 python (>= 2.7) | python-argparse,
 kmod,
 ${python:Depends}
Description: Network Block Device - common files
 xNBD is a NBD (Network Block Device) server program, which is fully compatible
 with the NBD client driver of Linux kernel. It adds extended features to the
 traditional NBD server.
 .
 This package contains common files and shared directories.