::
[devuan-dev] bug#149: invalid repor…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
Devuan bug Tracking System postázva
2020-01-25 18:47
Szerző:
Mark Hindley
Dátum:
2020-01-25 17:57
UTC
Címzett:
149
Tárgy:
[devuan-dev] bug#149: invalid report type http, defaulting to debbugs
Control: reassign -1 base-files
Control: tags -1 beowulf
I have tracked this down to the parsing of /etc/dpkg/origin/*
Reportbug expects the Bugs: entry to be a debbugs:// url and handles
it correctly. This error arises from the http{s}:// url which it doesn't
understand.
See
https://git.devuan.org/devuan-packages/reportbug/blob/suites/unstable/reportbug/debbugs.py#L936
The fix is relatively trivial: change the Bugs: url to debbugs:// scheme.
Mark