rscada / libmbus

Meter-bus library and utility programs
http://www.rscada.se/libmbus
BSD 3-Clause "New" or "Revised" License
217 stars 137 forks source link

build-deb.sh: Allow building source packages, pass options #178

Open sjlongland opened 3 years ago

sjlongland commented 3 years ago

Allow end users to build source packages, sign packages with their own GnuPG key, and perform other interactions with dpkg-buildpackage.

The new build script works well for unsigned binaries, but users might want source packages (since then re-building is simple), or might require package signing. This caters for those use cases.