]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: exclude python3* packages in dh_shlibdeps
authorKefu Chai <kchai@redhat.com>
Fri, 19 Aug 2016 02:33:11 +0000 (10:33 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Aug 2016 02:33:13 +0000 (10:33 +0800)
commitf140a8c2b2a62f245ab6e4e92890f268059ab268
tree836dff6e3a4778877b9f8db1dc598d373711b598
parent49a4bd92f234ef2d148fc6046c7fce24b449b02c
debian: exclude python3* packages in dh_shlibdeps

since we are not using subvar of ${shlibs:Depends} in python3-* packages,
just exclude them in dh_shlibdeps.
this silences warnings like
```
warning: dpkg-gencontrol: package python3-cephfs: unused substitution
variable ${shlibs:Depends}
```

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