It does seem to be the intended behavior:
Parser.py
101 # check for schemas of the form: apt+http://
102 if schema.startswith("apt+"):
103 apt_url.repo_url = schema[len("apt+"):] + ":" +
package.split("?",1)[0]
I'm not sure it *should* be the intended behavior, but it is.
--
apt+http format does not work
https://bugs.launchpad.net/bugs/132070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs