dl5di/OpenDV

AMBEServer overly dependant

coolacid opened this issue · 3 comments

It appears the AMBEServer package has a dependency on opendv-base. I don't believe this is the case?

Seems to run fine with just the binary and no other requirements.

https://github.com/dl5di/OpenDV/blob/master/DummyRepeater/debian/control#L19

Ah, that makes it complicated.

Not being a debian maintainer, and never requesting things upstream I've not hit that issue yet.

Would the postinstal add use having a check to see if the user exists already check make sense? Add this check to both packages? This would ensure the user is created no matter if one, or both packages are installed. Would also remove the dependency that doesn't really exist.