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.
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 bydh_python
. However, this patch should make sure that the library works until something like that is implemented.