Attention is currently required from: osmith.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/41053?usp=email )
Change subject: debian: add python3-osmopy-{libs,utils}.install ......................................................................
Patch Set 1:
(1 comment)
File debian/python3-osmopy-libs.install:
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/41053/comment/e6f33e... : PS1, Line 1: usr/lib
why is this file needed? looks like the contents of the -libs package stays the same, see end of: […]
Yes, the package contents is not expected to change here. The idea here is to avoid overwriting Debian's automatic rules (see `debian/rules`) and facilitate installing misc files (systemd services, configs). I'll update the commit message.
When `setup.py` is invoked, we get libraries in `usr/lib` and binaries in `usr/bin`. We include only the libraries for `python3-osmopy-libs`, and only the binaries for `python3-osmopy-utils`.