{
map<string, string> Options;
- string URI = Tags.FindS("URL");
+ string URI = Tags.FindS("Uri");
if (!FixupURI(URI))
{
_error->Error(_("Malformed stanza %u in source list %s (URI parse)"),i,Fd.Name().c_str());
<para>Alternatively a rfc822 style format is also supported:
<literallayout>
Type: deb
- URI: http://example.com
+ Uri: http://example.com
Suite: stable
Section: component1 component2
[option1]: [option1-value]
Type: deb-src
- URI: http://example.com
+ Uri: http://example.com
Suite: stable
Section: component1 component2
[option1]: [option1-value]