From unknown Thu Mar 28 10:09:44 2024 Received: (at 149) by bugs.devuan.org; 25 Jan 2020 18:38:38 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Sat, 25 Jan 2020 18:38:38 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 845AFF60AC0 for <149@bugs.devuan.org>; Sat, 25 Jan 2020 18:57:39 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=apollo) by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1ivPgf-0002ax-ND for 149@bugs.devuan.org; Sat, 25 Jan 2020 17:57:37 +0000 Received: from mark by apollo with local (Exim 4.84_2) (envelope-from ) id 1ivPge-0002HS-DF for 149@bugs.devuan.org; Sat, 25 Jan 2020 17:57:36 +0000 Date: Sat, 25 Jan 2020 17:57:36 +0000 From: Mark Hindley To: 149@bugs.devuan.org Subject: Re: invalid report type http, defaulting to debbugs Message-ID: <20200125175735.GA8643@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org 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