Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb: add python-rgw packages #11832

Merged
merged 1 commit into from Nov 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions debian/control
Expand Up @@ -350,6 +350,7 @@ Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
python-rados (= ${binary:Version}),
python-cephfs (= ${binary:Version}),
python-rbd (= ${binary:Version}),
python-rgw (= ${binary:Version}),
${python:Depends},
python-requests
Conflicts: ceph-client-tools
Expand Down Expand Up @@ -651,6 +652,7 @@ Architecture: linux-any
Section: python
Depends: python-rados (= ${binary:Version}),
python-rbd (= ${binary:Version}),
python-rgw (= ${binary:Version}),
python-cephfs (= ${binary:Version})
Description: Meta-package for python libraries for the Ceph libraries
Ceph is a massively scalable, open-source, distributed
Expand Down Expand Up @@ -723,6 +725,38 @@ Description: Python 3 libraries for the Ceph librbd library
This package contains Python 3 libraries for interacting with Ceph's
RBD block device library.

Package: python-rgw
Architecture: linux-any
Section: python
Depends: librgw1 (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${python:Depends}
Replaces: python-ceph (<< 0.92-1223)
Breaks: python-ceph (<< 0.92-1223)
Description: Python 2 libraries for the Ceph librgw library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 2 libraries for interacting with Ceph's
RGW library.

Package: python3-rgw
Architecture: linux-any
Section: python
Depends: librgw1 (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${python3:Depends}
Description: Python 3 libraries for the Ceph librgw library
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains Python 3 libraries for interacting with Ceph's
RGW library.

Package: python-cephfs
Architecture: linux-any
Section: python
Expand Down
2 changes: 2 additions & 0 deletions debian/python-rgw.install
@@ -0,0 +1,2 @@
usr/lib/python2*/dist-packages/rgw.so
usr/lib/python2*/dist-packages/rgw-*.egg-info
2 changes: 2 additions & 0 deletions debian/python3-rgw.install
@@ -0,0 +1,2 @@
usr/lib/python3*/dist-packages/rgw.cpython*.so
usr/lib/python3*/dist-packages/rgw-*.egg-info