From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id QDs7JsSATWXevwAAG6o9tA:P1 (envelope-from ) for ; Fri, 10 Nov 2023 02:00:52 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QDs7JsSATWXevwAAG6o9tA (envelope-from ) for ; Fri, 10 Nov 2023 02:00:52 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 31FF35C87D for ; Fri, 10 Nov 2023 02:00:52 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=cott.am header.s=protonmail header.b=AKWn6SPn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699578052; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=IgVSnI3JuF2zZ9wVYJGb/quEuvY7rS4+QkXylVXSfK8=; b=CqNv3jOwqQASITYJ6dPCN7csPfmRbkh423cOT481T5aeGmyVZKCx4IfUIQ1TK3AgrfwM11 kV2AdOkz3eMddniDLN6k1T1DLKPhJm7KYJ6mlTzdkVrUroX11V88YCn3wHTDuSxbXdAE4N TBldWdu8bjEk+JlsAhON0jBtpI6jS7dJS1katWFmqrQZcSpLvm8z5IBoerg+V/OyzMNxcT f4TYaSeZdMoEHZHh+r9XBaeGVtDBZQsEuXiXIQRBOYqvbvc+/1r4vbBkD/vfZeewBGlU30 gXOgAf506Y9UFcXA4QTVWuO9b7MRy5YHwci4tlCyV+PfYhXxBWeCDdzwpQ1YUw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=cott.am header.s=protonmail header.b=AKWn6SPn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699578052; a=rsa-sha256; cv=none; b=JfjTXVKFZ9TkxS9QKT9ZcD1KQXkzVwfu6b2jboE+qeUi8kK+wdceK5a1M2Gc90mGS46gPb HCIFIO0SCwwch94Z2XPNh5VebNDa9E/olgS9CxokmrzWNu//s4rvUIyeX9V35MVuC6dRRh 0IBDzbFQ7UOOaT8q4RfS+NgfT/DWSSVD6I0HnhibyrVYtxQUZtS87NcgAd53jy+d16ThVC Zo7I8YfDh+C+sAdbHVLXndwNur73zNJBWE19iX6LQL0hHUIuDuSbZiqX7HR9IHoiJ7Z0sn m2hcPNsRh24dG2fsHfZ1cA0PNXjHxVyyib8AK0PxDXgIY5tS0JT2KWD0X6cdhQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r1Fss-000319-0R; Thu, 09 Nov 2023 20:00:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r1Fsn-0002zb-Al for guix-patches@gnu.org; Thu, 09 Nov 2023 20:00:25 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r1Fsl-0000FN-1S for guix-patches@gnu.org; Thu, 09 Nov 2023 20:00:24 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r1FtO-0003Vq-EF for guix-patches@gnu.org; Thu, 09 Nov 2023 20:01:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67009] [PATCH] build: minetest-build-system: Improve white space handling in mod name field. Resent-From: Tristan Cottam Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 10 Nov 2023 01:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67009 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "67009@debbugs.gnu.org" <67009@debbugs.gnu.org> Received: via spool by 67009-submit@debbugs.gnu.org id=B67009.169957803513457 (code B ref 67009); Fri, 10 Nov 2023 01:01:02 +0000 Received: (at 67009) by debbugs.gnu.org; 10 Nov 2023 01:00:35 +0000 Received: from localhost ([127.0.0.1]:49202 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1Fsw-0003Uz-Rk for submit@debbugs.gnu.org; Thu, 09 Nov 2023 20:00:35 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]:60761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1Fst-0003Ui-0K for 67009@debbugs.gnu.org; Thu, 09 Nov 2023 20:00:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cott.am; s=protonmail; t=1699577984; x=1699837184; bh=IgVSnI3JuF2zZ9wVYJGb/quEuvY7rS4+QkXylVXSfK8=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=AKWn6SPnm2fkREO/tNc3zurvoT0u+RF+5PyVVp1bvZOUK7rJ+Izk4DJxT8lMgFdod xqoUhQtlrUdcnYAqLAmgwkGUDtkxsPQUrQZ1sNxqxXp9Nvon9wlr/J0RYecqqgn0s1 mmCyZidw3mTk//iXGAdtRPGsidcSBR5yQmwm4hQ856WkDwADRUp+UPy4dzrQdhWKC2 BsmDzXyseXvLzDisGvL1OhjFxa0d4QiVjqfN/kR0gMUXqRpjNJBw/gZdtOQr6a965J meLpINmbHT0/yz44LodBojJm0PIKx36kdqgi50HGHk1qKPj34amJf4fafq6FndegU1 sYPfmQzLz52PQ== Date: Fri, 10 Nov 2023 00:59:25 +0000 Message-ID: <52GWSEkIAfwhhC3Omu3CYqBOZI0D5c0e2iyvQaGsvqhiLibFkuciScvZk-35eA_Z8rkRzbMKhuol0AxRvxgYdDLCnuAaXj3ipjq5-3j2YmE=@cott.am> In-Reply-To: References: <034f56289398fd3198b05b0a5a9b0147d64e92ba.1699493581.git.tristan@cott.am> <068b8e261b472406502f17b4a30339e05e0659eb.camel@gmail.com> Feedback-ID: 91216129:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Tristan Cottam X-ACL-Warn: , Tristan Cottam via Guix-patches From: Tristan Cottam via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.61 X-Spam-Score: -6.61 X-Migadu-Queue-Id: 31FF35C87D X-Migadu-Scanner: mx13.migadu.com X-TUID: Wnxw+FH8g62q The only mods I encountered with this problem aren't packaged upstream yet,= I only have them in my own channel. Should I contribute them first in orde= r to refer to them by package name?