Trying to build a copy of zoneminder for Ubuntu 19.10. Its hitting a few packaging issues which need me to update the build process and likely others parts.
Following https://zoneminder.readthedocs.io/en/la ... an_package I'm not having much joy with do_debian_package.sh using a local repo (git clone). It keeps wanting to pull its own copy each and every time and I can't find any old school make/install type instructions.
Any trick to getting do_debian_package.sh to use a local repo to repeatable build a package? Not a git fork please, I want to work local first.
BTW: Issue I'm hitting is
Code: Select all
dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libmp4v2.so.2 (used by debian/zoneminder/usr/bin/zmc)
Hint: check if the library actually comes from a package.
Thanks
Raymond