]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian: do not run dh-python against non-python packages
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jul 2016 08:56:59 +0000 (16:56 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 06:23:30 +0000 (14:23 +0800)
commitabe5da0e3afbef0093f4141ce0bd10511862977d
treee70dbab8b01932d88ebd5eaeaab73d43434eb1f3
parentaacba7f1e8e478c0a381cbe4bcc818ad2875af7b
debian: do not run dh-python against non-python packages

some packages do not package python modules or scripts. so override
dh_python2 to exclude them.

this change silences warnings like:
```
warning: dpkg-gencontrol: package ceph-mon: unused substitution
variable ${python:Provides}
```

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