]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian: enable dh_python3 for python3 packages
authorKefu Chai <kchai@redhat.com>
Fri, 19 Aug 2016 02:31:40 +0000 (10:31 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Aug 2016 02:31:43 +0000 (10:31 +0800)
commit49a4bd92f234ef2d148fc6046c7fce24b449b02c
tree4cc21a2aa8c8f17d34945dc7584c3a6f09ba52a1
parentab3db4e8ec8143c5ac1a8966d7cf15ad96488615
debian: enable dh_python3 for python3 packages

so we can use subvars like ${python3:Depends} in debian/control.
this silences the warnings like:
```
warning: dpkg-gencontrol: Depends field of package python3-cephfs:
unknown substitution variable ${python3:Depends}
```

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