Debian file routines¶
- exception dput.hooks.deb.BinaryUploadError¶
 Subclass of the
dput.exceptions.HookException.Thrown if the
check-debschecker encounters an issue.
- dput.hooks.deb.check_debs_in_upload(changes, profile, interface)¶
 The
check-debschecker is a stock dput checker that checks packages intended for upload for .deb packages.Profile key:
fooExample profile:
{ "skip": false, "enforce": "debs" }
skipcontrols if the checker should drop out without checkingfor anything at all.
enforceThis controls what we check for. Valid values are“debs” or “source”. Nonsense values will cause an abort.