What are safe methods for error handling in Debian package install scripts?
I am writing a set Debian packaging scripts for an application that currently exists as a git repo. The basic process seems easy enough, but one thing I am not sure about is how to handle errors as the package install scripts are running.