From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8OuvMmr7GWM5WwAAbAwnHQ (envelope-from ) for ; Thu, 08 Sep 2022 16:25:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id YJ+WMmr7GWPcDQAA9RJhRA (envelope-from ) for ; Thu, 08 Sep 2022 16:25:46 +0200 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 89021C82D for ; Thu, 8 Sep 2022 16:25:46 +0200 (CEST) Received: from localhost ([::1]:57100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWITR-00081F-Ou for larch@yhetil.org; Thu, 08 Sep 2022 10:25:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIOs-00046X-O9 for guix-patches@gnu.org; Thu, 08 Sep 2022 10:21:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42805) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWIOs-0004Iu-EB for guix-patches@gnu.org; Thu, 08 Sep 2022 10:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oWIOs-00008k-Ad for guix-patches@gnu.org; Thu, 08 Sep 2022 10:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57549] [PATCH] gnu: Add comments to the bottom of a few package modules. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 08 Sep 2022 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57549 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 57549@debbugs.gnu.org Received: via spool by 57549-submit@debbugs.gnu.org id=B57549.1662646850481 (code B ref 57549); Thu, 08 Sep 2022 14:21:02 +0000 Received: (at 57549) by debbugs.gnu.org; 8 Sep 2022 14:20:50 +0000 Received: from localhost ([127.0.0.1]:59730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIOg-00007f-EO for submit@debbugs.gnu.org; Thu, 08 Sep 2022 10:20:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIOe-00007F-Gz for 57549@debbugs.gnu.org; Thu, 08 Sep 2022 10:20:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIOY-0004E4-92; Thu, 08 Sep 2022 10:20:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=cIJYQMtKY2HLwQJt645D5eMKwv7khGVxDRlnCDTEI6Q=; b=OADfosP16vT3N6wcfkSv 5viiXOnt5VqJW1gvGov9w+DaJw0UgVlLxDilMDrUzvuby8rRVBBNCEtV680+SeYecjfDA5Fc7ftOh Wwt8b1HGcRR0AcXJeCNV6HuTfAI3A9347iQGOfeZnQ7UTQf1UzY+taIoRBucqtcThQhWJE8t2tTJy 2kI5QLBAkVfXaJxDeDqEsaF13uS/TPWuab6ANAhbE10yT5hVw+c4ACn/xrLh1MxB2/QcJIExnlY7K qzE8+zWVb5l1NVrZZjbOGQArYQB0W8OzAatQmAAm7IpYxZ7WyVWEs2yYHl74wSz2fS+TlzA1tglHG iVsV4x/9UJhslw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=52554 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIOA-0000Ug-55; Thu, 08 Sep 2022 10:20:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220902190144.16221-1-mail@cbaines.net> Date: Thu, 08 Sep 2022 16:20:16 +0200 In-Reply-To: <20220902190144.16221-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 2 Sep 2022 20:01:44 +0100") Message-ID: <87k06eeyn3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662647146; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=cIJYQMtKY2HLwQJt645D5eMKwv7khGVxDRlnCDTEI6Q=; b=PlmwumXJYLzlc8+rXViDXMmq7c6id71LRd6fZxet0qKUc79LONWZPJ5Jc7SqwOSGcSCx+n DvtQnTQ1vuSaKvitHvw7Y2N6LGlsXPN/xuaBAB7iqcsBB408C2J+zw9f6nbs1TwSvNrYbk zPr3YSvJ/wqg76o8vUJh0Gw6q2VO1r0Vx/0GT35m9mgu9svVsHtV1XixlB8qPTZOAeqf4e sf2gyoLf9NGc0dSiIaSine66PgcVTZAe+bBIu+geTXd68cwOVT6icsDnoyxISl4b4RjfXU 0f0lD48RGQufNEG1OO6oAJucM7ORIK1VG40PTAJBSv6KbARfLtKpnz7ugLizvg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662647146; a=rsa-sha256; cv=none; b=WZ/2LeYDfGe12UrMmps28PJea8k4wtyP8O5vnJceUhJzsuDjBNSogd3zxw7y6fi3Z+/BUO L++Q7ARffmCRp0fHoEWR7LZOqg1ceT6/BBx+S9ibOfSiAU8oiiXZRWwcqIt/7fnRMjeagi tTkyHSSQoFoIQi35gfSkcoSVMPEn2dNwUKLqFtgbzNDg8y/FhAlMessW86wxCEjZfm3kMC RwwE9o0zS2GnAZ8tSUYsCwXTHxdeR4K4vvQRQKsBTgqDpEqJPKc9RvXYx/uSP4zOY3VD7W Q/rKI4Vwxhf9VMgGIb4L84gOh2F30LOOc/uY+PtZPeFlwrT+hqOYvhcSNDSNMg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OADfosP1; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -5.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OADfosP1; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 89021C82D X-Spam-Score: -5.18 X-Migadu-Scanner: scn0.migadu.com X-TUID: PbkBYVHufd79 Hi, Christopher Baines skribis: > This will hopefully discourage patches which add new packages to the bott= om of > files, as this increases the likelyhood of conflicts when applying patche= s. Please mention the modified files here. > +;;; > +;;; Avoid adding new packages to the end of this file. Place them above = by Maybe start with =E2=80=9CTo reduce the chances of a merge conflict, avoid = [=E2=80=A6]=E2=80=9D? Anyway, LGTM! Ludo=E2=80=99.