Source: ioprocess
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Milan Zamazal <mzamazal@redhat.com>
Build-Depends:
    debhelper (>= 9~),
    autotools-dev,
    automake,
    autoconf,
    python-nose,
    python-six,
    libglib2.0-dev,
    libyajl-dev,
    dh-autoreconf,
    dh-python,
    python-all-dev (>= 2.6.6-3~),
    python-all-dbg (>= 2.6.6-3~),
    python-setuptools,
    python-cpopen
Standards-Version: 3.9.6
Section: python
Homepage: http://www.ovirt.org/Features/ioprocess
Vcs-Git: git://gerrit.ovirt.org/ioprocess.git
Vcs-Browser: https://gerrit.ovirt.org/gitweb?p=ioprocess.git

Package: ioprocess
Section: utils
Architecture: any
Depends:
    ${shlibs:Depends},
    ${misc:Depends},
    libyajl2,
    libglib2.0-0
Description: Slave process to perform risky IO
 When performing IO over network storage (specifically NFS) the process might
 get stuck in D state.  To prevent your main process from becoming unkillable
 you might prefer to have a slave process do all the risky IO.  This is what
 ioprocess is for.

Package: python-ioprocess
Section: python
Architecture: all
Depends:
    ${python:Depends},
    ${misc:Depends},
    python,
    python-cpopen,
    python-six,
    ioprocess
Description: Python bindings for ioprocess
 When performing IO over network storage (specifically NFS) the process might
 get stuck in D state.  To prevent your main process from becoming unkillable
 you might prefer to have a slave process do all the risky IO.  This is what
 ioprocess is for.
 .
 This package provides a python API to ioprocess.
