[03:45] hallyn: never heard of itstool before, but I am a msgfmt veteran [03:46] hallyn: what specifically do you see not being translated? [03:46] (and msgfmt is just the thing that converts text .po files into .mo message catalogs, that tool in particular isn't likely to be the source of trouble) [05:39] Hello world [05:44] Hey friends, my name is Bilal Khan. I am a Golang developer. I am just started out in the Ubuntu contribution and currently reading the contribution guide. How can I raise a PR in this guide https://packaging.ubuntu.com/html/introduction-to-ubuntu-development.html because I found one paragraph that needs to be updated so that it can be properly [05:44] understandable. [05:53] ibilalkayy: Hmm, I can see that the code repo that the manual is based on is here: https://code.launchpad.net/~ubuntu-packaging-guide-team/ubuntu-packaging-guide/trunk [05:53] However, the VCS used there is Bazaar, not Git, and I don't actually know how to make a Launchpad merge request (MR) for Bazaar stuff. [05:54] ibilalkayy: This might help: https://help.launchpad.net/Code/Review [05:55] Thank you, arraybolt3. I will check it and let you know. [06:45] ginggs, hey, could you give a retry to the fprintd package on the lunar archive rebuild? we believe it should be fixed with the recent libfprint fixes [06:46] seb128: . [06:52] ginggs, thanks! === nkshirsa_ is now known as nkshirsa [08:03] ack thanks sil2100 [08:27] nkshirsa: I'll try to review those today o/ === nomad1 is now known as nomad_fr === xedniv4 is now known as xedniv [15:35] vorlon: I'm not exactly sure how, but your uploads and consequent rebuilds of python-petname in Lunar seems to have resulted in the binary being shipped being renamed from /usr/bin/python3-petname to /usr/bin/petname, which then collides with the (now removed in Lunar) /usr/bin/petname from the petname binary package from Kinetic, without a Breaks/Replaces. [15:36] lolwut [15:36] ok I'll take a look [15:41] Thanks. I'm still puzzled. Rebuilding ubuntu2 against Kinetic results in /usr/bin/python3-petname. Rebuilding ubuntu4 against Kinetic results in /usr/bin/petname. [15:49] rbasak: 'use modern debhelper' I'm guessing did the trick :) === arif-ali_ is now known as arif-ali === Guest3833 is now known as arraybolt3[m] [23:39] hey vorlon - as an example, https://github.com/shadow-maint/shadow/blob/master/man/po/de.po#L10267 corresponds to https://github.com/shadow-maint/shadow/blob/master/man/chage.1.xml#L59 , [23:39] if you fetch https://github.com/shadow-maint/shadow/releases/download/4.13/shadow-4.13.tar.gz and look at man/de/man1/chage.1, some parts are translated, some including man/chage.1.xml#L59 are not [23:50] hallyn: I'm eyeballing, but the .po file does appear to match the source. The only thing I notice is the line numbers are off in the comment? would be ick for the tool to care, but checking