Closed manfredlotz closed 2 years ago
Auto is only for executables. You need to list Debian deps manually.
My wording was bad. Instead of static binary
I should have said static executable
. In this case ldd
yields not a dynamic executable
.
I see. In that case you have no dependencies, so there's nothing to set.
Ok. Now tried
depends = ''
which indeed works fine.
Thank you.
I have a Rust project where I build a static binary which I want to include into the deb package.
yields
Question: How would I code the depends statement correctly?