I'm trying to build a deb package for a software. I'm following this tutorial for the same.
When trying to build the package using bzr builddeb -- -us -uc, I'm getting a lot of lintian errors for missing files:
E: eyeris source: source-is-missing usr/local/bin/EyeRIS/lib64/libusb-1.0.so
The files are very much present in the folder mentioned.
I've tried adding lintian overrides but I'm still getting the errors.
Could there be something I'm doing wrong? Or an alternative way?