[Pkg-ceph-commits] [ceph] 16/17: d/python-*.install: Correct wildcards for python module install.

James Downing Page jamespage at moszumanska.debian.org
Thu Mar 31 10:53:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.

commit 7b9ea3b6b97d68f937559fed545b57b40efd107b
Author: James Page <james.page at ubuntu.com>
Date:   Thu Mar 31 11:50:10 2016 +0100

    d/python-*.install: Correct wildcards for python module install.
---
 debian/changelog             | 1 +
 debian/python-cephfs.install | 3 ++-
 debian/python-rados.install  | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc8c6c5..a6b6b04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ceph (10.1.0-0ubuntu1) UNRELEASED; urgency=medium
     - d/p/disable-openssl-linking.patch: Disable build time linking
       with OpenSSL due to licensing incompatibilities.
     - d/*.symbols: Add new symbols for RC.
+    - d/python-*.install: Correct wildcards for python module install.
   * d/rules: Strip rbd-mirror package correctly.
   * d/rules: Install upstart and systemd configurations for rbd-mirror.
   * d/copyright: Ensure that jerasure and gf-complete are not stripped
diff --git a/debian/python-cephfs.install b/debian/python-cephfs.install
index 458102c..f7a9fcf 100644
--- a/debian/python-cephfs.install
+++ b/debian/python-cephfs.install
@@ -1 +1,2 @@
-usr/lib/python*/dist-packages/cephfs.py*
+usr/lib/python*/dist-packages/ceph_volume_client.py*
+usr/lib/python*/dist-packages/cephfs*
diff --git a/debian/python-rados.install b/debian/python-rados.install
index 7012f60..2960b51 100644
--- a/debian/python-rados.install
+++ b/debian/python-rados.install
@@ -1 +1 @@
-usr/lib/python*/dist-packages/rados.py*
+usr/lib/python*/dist-packages/rados*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list