Package: lists.debian.org Severity: minor Hi,
debian-private uses the following List-Archive field: List-Archive: <file://master.debian.org:~debian/archive/debian-private/> It should be file://master.debian.org/home/debian/archive/debian-private/ instead. See also RFC 8089 and in particular the following parts: +--- | Non-local files: | | o A non-local file with an explicit authority. For example: | | * "file://host.example.com/path/to/file" +---[ RFC 8089, Appendix B. Example URIs ] +--- | Common UNIX shells such as the Bourne-Again SHell (bash) and Z SHell | (zsh) provide a function known as "tilde expansion" [Bash-Tilde] or | "filename expansion" [Zsh-Tilde], where a path that begins with a | tilde character "~" can be expanded out to a special directory name. | No such facility exists using the file URI scheme; a tilde in a file | URI is always just a tilde. +---[ RFC 8089, D.1. POSIX Systems ] Ansgar