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 69 70 71 72 73 74
|
Source: python-rtslib-fb
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Andy Grover <andy@groveronline.com>,
Build-Depends: debhelper(>= 9),
dh-python,
python-all,
python-epydoc,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-six,
python3-six,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-rtslib-fb?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-rtslib-fb -b debian/newton
Homepage: https://github.com/agrover/rtslib-fb
Package: python-rtslib-fb
Architecture: all
Depends: python-six,
${misc:Depends},
${python:Depends},
Provides: ${python:Provides},
Suggests: python-rtslib-fb-doc,
Conflicts: python-rtslib,
Description: object API for managing the Linux LIO kernel target - Python 2.x
The rtslib-fb package is an object-based Python library for configuring the
LIO generic SCSI target, present in 3.x Linux kernel versions.
.
The rtslib-fb package is a fork of the "rtslib" code written by RisingTide
Systems. The "-fb" differentiates between the original and this version.
Ensure to use either all "fb" versions of the targetcli components --
targetcli, rtslib, and configshell, or stick with all non-fb versions,
since they are no longer strictly compatible.
.
This package contains the Python 2.x module.
Package: python3-rtslib-fb
Architecture: all
Depends: python-rtslib-fb,
python3-six,
${misc:Depends},
${python3:Depends},
Suggests: python-rtslib-fb-doc,
Description: object API for managing the Linux LIO kernel target - Python 3.x
The rtslib-fb package is an object-based Python library for configuring the
LIO generic SCSI target, present in 3.x Linux kernel versions.
.
The rtslib-fb package is a fork of the "rtslib" code written by RisingTide
Systems. The "-fb" differentiates between the original and this version.
Ensure to use either all "fb" versions of the targetcli components --
targetcli, rtslib, and configshell, or stick with all non-fb versions,
since they are no longer strictly compatible.
.
This package contains the Python 3.x module.
Package: python-rtslib-fb-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: object API for managing the Linux LIO kernel target - doc
The rtslib-fb package is an object-based Python library for configuring the
LIO generic SCSI target, present in 3.x Linux kernel versions.
.
The rtslib-fb package is a fork of the "rtslib" code written by RisingTide
Systems. The "-fb" differentiates between the original and this version.
Ensure to use either all "fb" versions of the targetcli components --
targetcli, rtslib, and configshell, or stick with all non-fb versions,
since they are no longer strictly compatible.
.
This package contains the documentation.
|