]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: use python:Depends for ceph-{common,base,osd}'s deps 10322/head
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jul 2016 14:05:37 +0000 (22:05 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 07:02:12 +0000 (15:02 +0800)
commitf11acf2b15e62eb1fa79613bbebe9393697553f4
tree2685805bad233f59bf1017356279d2030563b4df
parent7db7f236b3a4948abe91226d91185a3716d71220
debian: use python:Depends for ceph-{common,base,osd}'s deps

* ceph-base: use ${python:Depends} instead of listing the python
  dependencies manually, dh_python2 will scan the requirements
  of ceph-detect-init. and fill the subst var for us.
* ceph-common: add ${python:Depends}, as it packages ceph,
  and ceph-brag client.
* ceph-osd: it packages ceph-disk, so should add ${python:Depends}
  as its dependencies.

dh_python2 will figure them out.

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control