Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
dpkg-shlibdeps
to generate dependency list for deb pkg (#12)
### WHY are these changes introduced? The old way of doing it would mistakingly add `libc6-dev` as a dependency to sparoid under Ubuntu Noble (24.04) and Debian Bookworm (12). This is the 'same' change as in cloudamqp/websocket-tcp-relay#21 ### WHAT is this pull request doing? Using `dpkg-shlibdeps` to generate dependency list for the Debian package. ### HOW can this pull request be tested? Built Ubuntu 18.04/24.04 and Debian 10/12 locally and inspected the generated `Depends:` line (added after `build/deb` step: `RUN dpkg -I $(find . -name *.deb)`). Also manually installed the 24.04 package on a 24.04 machine, and 22.04 respectively seems to work fine.
- Loading branch information