lucidsoftware / aws-sdk-cpp-deb

[unmaintained] AWS C++ SDK Debian packages
5 stars 6 forks source link

Ensure the generated dev dependencies work in current Debian #9

Closed klolos closed 4 years ago

klolos commented 4 years ago

This PR provides two small fixes for #5 and #8 to make sure the generated Depends field for dev packages works in the current Debian.

Note that since the list of packages that need to be overridden seems to be increasing, it might be a good idea to introduce a file where these overrides are explicitly defined, i.e., something similar to a pydist-overrides file used by dh_python. However, this patch should make sure that the library works until something like that is implemented.