From unknown Fri Mar 29 12:56:40 2024 X-Loop: owner@bugs.devuan.org Subject: bug#416: elpa-debian-el: Reports go to the Debian BTS Reply-To: Mark Hindley , 416@bugs.devuan.org Resent-From: Mark Hindley Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Sun, 29 Mar 2020 10:18:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 416 X-Devuan-PR-Package: elpa-debian-el X-Devuan-PR-Keywords: References: <8736a03a50.fsf@boson> <20200323141242.GL3924@hindley.org.uk> <87pncvn67j.fsf@member.fsf.org> <8736a03a50.fsf@boson> Received: via spool by 416-submit@bugs.devuan.org id=B416.158547660328369 (code B ref 416); Sun, 29 Mar 2020 10:18:02 +0000 Received: (at 416) by bugs.devuan.org; 29 Mar 2020 10:10:03 +0000 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); Sun, 29 Mar 2020 10:10:03 +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 084CFF6093D for <416@bugs.devuan.org>; Sun, 29 Mar 2020 11:59:28 +0200 (CEST) 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 1jIUj0-0007RT-2L; Sun, 29 Mar 2020 10:59:26 +0100 Received: from mark by apollo with local (Exim 4.84_2) (envelope-from ) id 1jIUiy-0006kd-IM; Sun, 29 Mar 2020 10:59:24 +0100 Date: Sun, 29 Mar 2020 10:59:24 +0100 From: Mark Hindley To: Olaf Meeuwissen Cc: 416@bugs.devuan.org Message-ID: <20200329095924.GF3924@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pncvn67j.fsf@member.fsf.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org On Sun, Mar 29, 2020 at 01:19:28PM +0900, Olaf Meeuwissen wrote: > Hi Mark, > > Mark Hindley writes: > > > Olaf, > > > > Thanks for this. > > > > We have a problem with bug reporting tools as they are generally designed to > > work with a single BTS. reportbug itself does work with multiple BTS and I am working > > at a system which automatically sends bugs to the correct BTS depending on the > > source of the package. > > Is that server-side or client-side? I hope the latter as I believe that > reportbug can be made to look at the package's version to decide which > of the Devuan and Debian BTSs should be targetted. Yes, client-side. We can use 'Origin: Devuan' in our packages to distinguish in reportbug once all Devuan's packages have that added to their source debian/control. > > However, as far as elpa-debian-el goes, does setting the variables > > debian-bug-mail-address, debian-bug-mail-quiet-address and > > debian-bug-mail-maintonly-address to their @bugs.devuan.org equivalents work? > > I've tested this in #420 but, as noted there too, there are a lot of > other references to debian.org that may need to be updated as well for > full integration. While desirable, I don't think that's a priority > though. I am glad that is a temporary work-around. > Looking through debian-bugs.el, I noticed that debian-bug-prefill-report > throws out the mail headers generated by reportbug :-o > The mail headers generated by reportbug already use the Devuan addresses > so it may be better to defer to those if available. That's not really a > Devuan-specific issue though. That seems bizzarre behaviour! Maybe that is worth bugging Debian about? Thanks Mark