open-switch / opx-cps

https://openswitch.net
6 stars 15 forks source link

Development packages do not point to correct binary packages #94

Open hpersh opened 6 years ago

hpersh commented 6 years ago

A development package needs an explicit dependency, i.e. development package xxx-dev version A must depend on xxx1 version A. Right now, there is no explicit version dependency for the dev to the binary package, so if one installs an older dev package, one will get the latest binary package, which more than likely will not match.

This is for all packages, in all repos.

heucke commented 6 years ago

Correct. Need ${binary:Version} everywhere.