Michael Stapelberg
Michael Stapelberg
I noticed that setting an organizer’s custom domain to an internationalized domain name results in emails that use the `xn-` representation instead of the unicode representation. For example, setting the...
Thanks for providing this package! https://github.com/JamesClonk/vultr/blob/1.12.0/lib/dns.go has “type DnsDomain” https://github.com/JamesClonk/vultr/blob/1.13.0/lib/dns.go has “type DNSDomain” This change has caused issues in the `lego` Debian packaging: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869270 Could you provide type aliases and...
Steps to reproduce: 1. Run `hmq` 2. Run `mosquitto_sub -t '#'` 3. Run this Go program: ```go package main import ( "fmt" "log" mqtt "github.com/eclipse/paho.mqtt.golang" ) func publishInvalid() error {...
mandoc 1.14.6 enters an infinite loop when converting md(4) to HTML: ``` curl -s https://manpages.debian.org/testing/mdadm/md.4.en.gz | ./mandoc -Thtml ``` Oddly enough, I didn’t catch this when doing the archive-wide re-render...
Presumably, we’re missing an os.MkdirAll somewhere: ``` 2019/07/08 15:57:20 main.go:203: rendering manpages: writing sourcesWithManpages: rename /srv/manpages.debian.org/tmp/debiman-290526284 /srv/manpages.debian.org/www/buster-backports/sourcesWithManpages.txt.gz: no such file or directory ```
A large number of packages makes manpages available via slave alternatives. See https://codesearch.debian.net/search?q=path%3Adebian%2F+update-alternatives+--install for an upper bound. This is tricky to implement, because slave alternatives are configured in the postinst...
Filing this for figuring out whether it’s a bug or a limitation. Examples: ``` /srv/manpages.debian.org/www/unstable/vlc-plugin-skins2/svlc.1.en.gz /srv/manpages.debian.org/www/unstable/vlc-plugin-qt/qvlc.1.en.gz /srv/manpages.debian.org/www/unstable/vlc/qvlc.1.en.gz /srv/manpages.debian.org/www/unstable/vlc/svlc.1.en.gz /srv/manpages.debian.org/www/unstable/netsurf/x-www-browser.1.en.gz /srv/manpages.debian.org/www/unstable/mysql-client-5.7/mysqlanalyze.1.en.gz /srv/manpages.debian.org/www/unstable/mysql-client-5.7/mysqloptimize.1.en.gz /srv/manpages.debian.org/www/unstable/mysql-client-5.7/mysqlrepair.1.en.gz ```
Examples: ``` /srv/manpages.debian.org/www/unstable/sendmail-bin/hoststat.8.en.gz /srv/manpages.debian.org/www/unstable/sendmail-bin/purgestat.8.en.gz /srv/manpages.debian.org/www/unstable/maildrop/makedatprog.1.en.gz /srv/manpages.debian.org/www/unstable/uwsgi-plugin-python3/uwsgi.1.en.gz /srv/manpages.debian.org/www/unstable/uwsgi-plugin-rack-ruby2.3/uwsgi.1.en.gz /srv/manpages.debian.org/www/unstable/uwsgi-plugin-python/uwsgi.1.en.gz /srv/manpages.debian.org/www/unstable/ksh/rksh.1.en.gz ```
This currently affects at least `febootstrap` and `babel-1.4.0`, which have dangling symlinks — not entirely sure if that’s because of the removal or not.
This issue documents a known limitation: some Debian packages have issues with regards to the manpages they ship. ## Manpages in invalid directory report | binary package | issue ---------------...