:: [devuan-dev] bug#149: invalid repor…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Mark Hindley
Date:  
À: 149
Sujet: [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