Add update-buildprofiles vendor hook
Make Ubuntu prepend 'noudeb' profile by default, unless already specified or negation is requested with '!noudeb'. The latter is not a valid build-profile name hence it is stripped.
Maybe get_build_profiles() should `parse' build profiles user inputs such that one can extend DEB_BUILD_PROFILES variable with things like += "!foo bar !bar" and it would correctly iliminate things.
Please note, I have negative perl experience and dpkg contributions. I had to look up perl documentation about every single slash, dollar sign, and at symbol. Thus any advice and guidance on how this should be implemented or designed would be highly appreciated. This does seem to do what I want.