]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian: add python-rgw package
authorSage Weil <sage@redhat.com>
Tue, 8 Nov 2016 21:29:35 +0000 (16:29 -0500)
committerSage Weil <sage@redhat.com>
Wed, 9 Nov 2016 17:22:46 +0000 (12:22 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
debian/control
debian/python-rgw.install [new file with mode: 0644]
debian/python3-rgw.install [new file with mode: 0644]

index d41082d5b0e5084d4ca22f8c6982aef04c5245da..c961d8125b8c714870fc1ed6f1c392a4c869eac1 100644 (file)
@@ -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
@@ -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
@@ -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
diff --git a/debian/python-rgw.install b/debian/python-rgw.install
new file mode 100644 (file)
index 0000000..15e1f49
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python2*/dist-packages/rgw.so
+usr/lib/python2*/dist-packages/rgw-*.egg-info
diff --git a/debian/python3-rgw.install b/debian/python3-rgw.install
new file mode 100644 (file)
index 0000000..4131a2c
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python3*/dist-packages/rgw.cpython*.so
+usr/lib/python3*/dist-packages/rgw-*.egg-info