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.
