I think I've addressed all outstanding feedback so far. Some specifics: On Tue, Jan 26, 2021 at 10:27:16PM -0000, Bryce Harrington wrote: > For the URL regex, I ran it over Vcs-Git lines in the control files of > packages I have checked out locally: > > for file in $(find . -name "control"); do grep Vcs-Git ${file} | xargs ~/check-re.py; done > > Here's a few examples of types of things that didn't match: > > https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/rabbitmq-server > git://anonscm.debian.org/openstack/python-seamicroclient.git >