hooks: skip any hook that has skip: true
We do this piecemeal in a couple of hooks already, this generalizes the approach to all of them. It makes it straightforward to skip a hook if needed. For instance, to upload something to Ubuntu Focal that is now out-of-support:
dput -O supported-distribution.skip=true ubuntu $my.changes