Directories in cargo deb

My crate is a library, but it has a server that I need to make a deb package from which is in a subdirectory (/ipc/src).

My question is whether the configuration files and DEBIAN or debian directories should hang from the root or /ipc/

Although IPC uses the library, they are completely independent.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.