WIP: Refinements on __apt_source & --signed-by
Good, besides "may be repeated" is already implied by the optional multiple parameters and thus can be removed
WIP: Refinements on __apt_source & --signed-by
Why is the front & back whitespace stripping necessary?
WIP: Refinements on __apt_source & --signed-by
Similar to #336: optional multiple have a separate section in the docs, so the parameter should be shifted into its section.
Fix required before merge possible.
Fix typo in __apt_pin docs
WIP: Merge __apt_pin fixes in 6.9 to master
If we change the parameter from optional to required, we also need to change the documentation in man.rst with it, otherwise code and documentation mismatch.
Fix required in docs before we can…