Package: dpo-tools
Version: 1.3-4
Severity: normal
Tags: patch

dpo-get-templates is currently not working because Debian's servers
default to HTTPS:

$ dpo-get-templates wireshark
URL=''

Template not found

$ wget -q http://www.debian.org/international/l10n/po-debconf/pot 
--output-document - | grep '\/wireshark\/'| grep --only-matching 
"https://i18n[^\"]*_templates.pot.gz"; | sed -e 's/%3a/:/'
$

If we use HTTPS instead:

$ wget -q https://www.debian.org/international/l10n/po-debconf/pot 
--output-document - | grep '\/wireshark\/'| grep --only-matching 
"https://i18n[^\"]*_templates.pot.gz"; | sed -e 's/%3a/:/'
https://i18n.debian.org/material/po/unstable/main/w/wireshark/debian/po/wireshark_3.4.4-1_templates.pot.gz
$

I've submitted a Merge Request against the "upstream" here:

https://salsa.debian.org/l10n-br-team/dpo-tools/-/merge_requests/2

That's why I'm tagging this bug as "patch".

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
https://sergiodj.net/

Attachment: signature.asc
Description: PGP signature

Reply via email to