Your message dated Tue, 24 Feb 2026 23:35:09 +0200
with message-id <[email protected]>
and subject line Re: Bug#1128278: Please use official capitalization for 
sources.list directives
has caused the Debian Bug report #1128278,
regarding Please use official capitalization for sources.list directives
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1128278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: extrepo
Version: 0.15
Severity: wishlist

`man 5 sources.list` documents the spelling for the host as "URIs" but extrepo 
uses "Uris".
While it works it would be nice if it matched the manpage and the more common 
spelling.

--- End Message ---
--- Begin Message ---
On Tue, Feb 17, 2026 at 01:13:55PM +0200, Raul Tambre wrote:
> Package: extrepo
> Version: 0.15
> Severity: wishlist
> 
> `man 5 sources.list` documents the spelling for the host as "URIs" but 
> extrepo uses "Uris".
> While it works it would be nice if it matched the manpage and the more common 
> spelling.

This is an unfortunate side-effect of the fact that perl string
comparison is case-insensitive but the sources.list format is not. To
not break things, I have to do a "move everything lowercase" operation
for string comparison, and then have to revert that for which I use
"ucfirst", which only touches the first letter.

I could fix it properly, but it's just an aesthetic thing, and I don't
want to introduce the necessary complexity to do that.

If you feel very strongly about this, and you want to provide a patch
that doesn't massively increase complexity, I might consider that (in
which case, a merge request on
https://salsa.debian.org/extrepo-team/extrepo would be the correct way
to move forward).

I personally don't have any intention of doing this, so I'll be closing
this feature request as wontfix.

-- 
"I never had a C in history!"
"Yeah, but there was so much less of it when you were my age!"
 -- Joe Brockmeier recounting a conversation with his father, cfgmgmtcamp 2026, 
Ghent

--- End Message ---

Reply via email to