From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 04:00:11 2023 Received: (at submit) by debbugs.gnu.org; 12 May 2023 08:00:11 +0000 Received: from localhost ([127.0.0.1]:54009 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxNhD-0001Kz-40 for submit@debbugs.gnu.org; Fri, 12 May 2023 04:00:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:52884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxNhC-0001Ks-1Q for submit@debbugs.gnu.org; Fri, 12 May 2023 04:00:10 -0400 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 1pxNhB-0004H2-BF for guix-patches@gnu.org; Fri, 12 May 2023 04:00:09 -0400 Received: from jpoiret.xyz ([206.189.101.64]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxNh9-0002nO-4a for guix-patches@gnu.org; Fri, 12 May 2023 04:00:08 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 78996185192; Fri, 12 May 2023 08:00:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1683878404; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GS94BVq5tgTX34lagAKUNT3s0BVr5yyAPMtrds/GH+U=; b=MZj+E+qOWfQPmiDyXJrHsNb6Ku7yxWcLDyGI9nCpcgZiqBKZF/Phff6dyObnn4/2BqIJdR nI3rOGE81w53zyiBjN7Dj+9bS/75GJhizBHtJOJ84PlVdf2PksyE3G6VbLEzKKFCSJSrPW FXFbXqLh3hxofSCDtG3ULir3okLijPZrfoDe4GOvBE0pgir/XoWCLl9Lytb8hn1RvoW9LU aa0nCtyYAKoGaslLIQWYdyeanRL9J7zHQr3TtAWuqw/kYSXzHTMVqpt+3kcQhlfjvpj4Ma rgif8eSzwHDyK0DuY/AXfwbq0B2SRAPQ6Pzd0LrKoZDAK+n9d6LtwX/FC+qedQ== From: Josselin Poiret To: guix-patches@gnu.org Subject: [PATCH] build: Add dependency on guix script for help2man targets. Date: Fri, 12 May 2023 10:00:00 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ++++ Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Level: **** Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Josselin Poiret * doc/local.mk: Add dependency on guix script for help2man targets. --- doc/local.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/local.mk b/doc/local.mk index 89285b9f35..9d1e3ff7e4 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -229,8 +229,8 @@ $(srcdir)/%D%/guix.1: scripts/guix.in $(sub_commands_mans) # The 'case' ensures the man pages are only generated if the corresponding # source script (the first prerequisite) has been changed. The $(GOBJECTS) # prerequisite is solely meant to force these docs to be made only after all -# Guile modules have been compiled. -$(srcdir)/%D%/guix-%.1: guix/scripts/%.scm $(GOBJECTS) +# Guile modules have been compiled. We also need the guix script to exist. +$(srcdir)/%D%/guix-%.1: scripts/guix guix/scripts/%.scm $(GOBJECTS) -@case '$?' in \ *$<*) $(AM_V_P) && set -x || echo " HELP2MAN $@"; \ $(gen_man) --output="$@" "guix $*";; \ base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 17:01:34 2023 Received: (at 63460) by debbugs.gnu.org; 8 Jun 2023 21:01:34 +0000 Received: from localhost ([127.0.0.1]:57688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7MlB-0005su-VG for submit@debbugs.gnu.org; Thu, 08 Jun 2023 17:01:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7Ml9-0005sg-Jc for 63460@debbugs.gnu.org; Thu, 08 Jun 2023 17:01:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7Ml4-00035o-C4; Thu, 08 Jun 2023 17:01:26 -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=w/drv0BWNn/0l+Fvq6MuPGAFvMYScg4vTUC4c65i7GQ=; b=SgubhC6RW1uVZx7VxmNZ lxEX7sJHzV9FZeJwkIY71OZRlUgIMRKNf3TOfU4UnHoJrHiFUO8StG9UEEwcPXbpJl1gWzsrlHCCZ mwjLpM3yzVfB/ninQQyn/NTN76QFoLDEggIDLvCi5tUX3A0lBW06hyIHBDYWJjae4UhCkMz2LMrDC geUJZvrrK7GnSQMTWlYHdGkWVEeEx8IYAicqT0P7nI67fiUwQywkWYuRHv+AK8VfcCHvq3T1lwy8P 9fZz/XdBn+JnN/usj6vwdZJ63n/kSjuUsRiX4bOBcEGY8sPcnYKbMTibg/E6mEeLv/1cSlvPiSbTu Ba5kJXyc0LTPJw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7Ml3-0002N4-UW; Thu, 08 Jun 2023 17:01:26 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for help2man targets. References: Date: Thu, 08 Jun 2023 23:01:24 +0200 In-Reply-To: (Josselin Poiret's message of "Fri, 12 May 2023 10:00:00 +0200") Message-ID: <871qil1xej.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63460 Cc: 63460@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Josselin Poiret skribis: > From: Josselin Poiret > > * doc/local.mk: Add dependency on guix script for help2man targets. LGTM, thanks! From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 15 15:46:21 2023 Received: (at 63460) by debbugs.gnu.org; 15 Aug 2023 19:46:21 +0000 Received: from localhost ([127.0.0.1]:36687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVzzh-0001na-9c for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:46:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qVzze-0001nM-NS for 63460@debbugs.gnu.org; Tue, 15 Aug 2023 15:46:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qVzzZ-0007Xb-GN; Tue, 15 Aug 2023 15:46:13 -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=EYv9KYUGXlf4ewHFSecULASX4uTW5rIllUBZSn2zbdE=; b=Y06eotRZGKt06KY9Fxrt TVzl8pKAlDBGolqOfa7qm90N0/N98tDzemvUECbZ8b52pWRE1t//c7bjUfBciVXacD4x2ol9elol3 FJQ3ZWaiRRBqGkxD74j4KyEI9DvZN+OGuxjWnjx4dGOZlCIN8SLcUwAbWOcC305N62Yy5rlv8YDt2 6cRnwk4/EKoNd4L66zW1Q25slLLmgrItur+p7N40XZOKD5E/BF44XQIX8HJIJwk4xN9q83V/dBhN/ +LrK5yAPLIXJ2qEg3OF4+AAo2VRFEXYx1a1eVL1IDn3L+LG0twCfeVq0I93vy8vzD+xopogcp0K80 lDz7y24n0P89LA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Josselin Poiret Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for help2man targets. References: <871qil1xej.fsf@gnu.org> Date: Tue, 15 Aug 2023 21:46:10 +0200 In-Reply-To: <871qil1xej.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 08 Jun 2023 23:01:24 +0200") Message-ID: <87jztw84xp.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63460 Cc: 63460@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey! Ludovic Court=C3=A8s skribis: > Josselin Poiret skribis: > >> From: Josselin Poiret >> >> * doc/local.mk: Add dependency on guix script for help2man targets. > > LGTM, thanks! Gently ping: looks like it feel through the cracks. :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 16 03:54:37 2023 Received: (at 63460) by debbugs.gnu.org; 16 Aug 2023 07:54:37 +0000 Received: from localhost ([127.0.0.1]:38751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWBMS-0003ah-Nj for submit@debbugs.gnu.org; Wed, 16 Aug 2023 03:54:36 -0400 Received: from jpoiret.xyz ([206.189.101.64]:40528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWBMP-0003aX-QN for 63460@debbugs.gnu.org; Wed, 16 Aug 2023 03:54:35 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 9C65C184EFD; Wed, 16 Aug 2023 07:54:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1692172471; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=y2wlZRtjJKzimGh+qDLNiSi/AvYX9LJKmANDH8vAhas=; b=f/MXrfyftCUO47phQCgXv7lFxrZPI4TVHdl3VGyw0Kau/Cxa7OGKSedLt1zK+sMbrlWzJo 4gsMWT0ORBEPal5PMzTwK9/ed9PjWUQ7vjOS/vbO5x6MazuZsPLEhSldHWkHqeJr/0H9+I zFrFWJV6X+dWAsQW2iMpcgLPiYOwNBOBqVYMs8qBLq4Ghm4SlYZtzflICii/RN/exag3Y9 inDs5uffRC2+ZXNTL4E9Fer2WkeOyBZCT/76JaEgDWve8NHQ+lRlRl31kUxI3KR2F9I+r1 NYZjGD/UdeCAQ1zSNbmP9iiuCnPUnQNPkEniiFoXraMLM6V4K5nE3do2QFtfrA== From: Josselin Poiret To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for help2man targets. In-Reply-To: <87jztw84xp.fsf_-_@gnu.org> References: <871qil1xej.fsf@gnu.org> <87jztw84xp.fsf_-_@gnu.org> Date: Wed, 16 Aug 2023 09:54:28 +0200 Message-ID: <871qg3whfv.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: -- Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63460 Cc: 63460@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hey Ludo, Ludovic Court=C3=A8s writes: > Gently ping: looks like it feel through the cracks. :-) Thanks, I thought I had merged it! Putting it in my (ever-growing) queue. Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmTcgLQQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaikUHC/92A41z+ualLgrjhh95n0/zmVKUBJENYHCy OJzFoAeg0rnMYpQplCUViu6UiSxxWoFB8fPMKG+wV78OM2VTdYt1Pe0ysa+OYtsA Por/1x1ikPJTqwVBvNpyF3qtcDRoilMfVTHp1WzXsCY7b2Gp48e55tJAwEDDVk4x Wsy6qUxfw1bo49coQMI4bJI0C/q5kfX5WPMjjNL0f6qv5MIQc5gFAfzgwv6fwORg pJo0kfTFW+b+WK8rjx0FkaXk4TerfgUWf7PYMbMoxJ2om1CDD5jAUnkPkp3WUDii ThsWr2dogF3hnfnUlqOvo/L0oEuHwXzkwEqWNMqOB2EK8q4ZtFHftvh+iIs/AC1s qIx+LPdiaS+PV3gsB4VSZoEnXeS2pyKGmV5F0KEq028OBgwHJWWhwdtut/RlowX9 CzKe6ghvCjPsI6bMh2iMioan/okrA/Ux7ujkGxiwCuz55KqTbzaYzOZsNqnEQk+m LtGvWIyZrm+vG16Su4SRLlXEoUfjwWE= =GYC2 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 25 12:29:59 2023 Received: (at 63460-done) by debbugs.gnu.org; 25 Aug 2023 16:30:00 +0000 Received: from localhost ([127.0.0.1]:41120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZZh9-0000OH-K3 for submit@debbugs.gnu.org; Fri, 25 Aug 2023 12:29:59 -0400 Received: from jpoiret.xyz ([206.189.101.64]:58196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZZh3-0000O5-Qw for 63460-done@debbugs.gnu.org; Fri, 25 Aug 2023 12:29:57 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id AA84D18530D; Fri, 25 Aug 2023 16:29:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1692980987; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YeYnTuSVMaUvK3rhY3L8X2XmekdytcNLwwyTePxTcvI=; b=uuA/3a3kJcV17so+yNnAj0fOE+EgsrqDBxX41RtDZHVXLWyJDlAefCMyCCxoIak+HxfYJ+ BbqkrWCfHIS3yerQtlIJ1xTgfIGoWUD/gGohOgyke4xp15PNkzCg1F6lFgsYW6PwaN2bb2 m2HkKctxgLwQwAzZ9ILeFWkZYaj4522MmWAr+AOER6WH4UkEnhYkUOcfPtVWtUC5sU3dFk Ez7vegLq+roQvCIcWZ/IjPe6Yn/6aqlEFKyGSJG/rPLqGx3QZwsBONBpaic2y8ZHNz6GV6 jseCRuAVkPujVH5cJWrtpI6obI9Qvl5FcU2cELkCuDWBI9EL+lZOj9pwThatIg== From: Josselin Poiret To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for help2man targets. In-Reply-To: <871qg3whfv.fsf@jpoiret.xyz> References: <871qil1xej.fsf@gnu.org> <87jztw84xp.fsf_-_@gnu.org> <871qg3whfv.fsf@jpoiret.xyz> Date: Fri, 25 Aug 2023 18:29:41 +0200 Message-ID: <87r0nrt79m.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63460-done Cc: 63460-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, Pushed as ca8acad38264dd29a808904d3ce8e7249194d95f. Closing. Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmTo1vUQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaiiwAC/0YqJHjl/0VEZT1EDFyM6wgAXT0IpNgUGhV BogvXxiJMpbXK8dLCS37y1VYSmr+WW09YgtKqXwEE3BVyqeZe9I8KMPsjTI6l521 qaDtx/BB6B4vSTDRkv6ulY6Sbmb+O8HWdEvL/7eHOPk1TU3ORBSLdJKQMiL/h2BW /TnJllMDRZId8BnwMvvKh7znf8v3ZiED8uGWC85WJKFOB6cJtTfT0PJOuCaZrZQP 5KOgRqvxt+BulhvBDpBkvsNhtXQmGs2pmRwV9ccnNro9T6pghCYn48f7+43VJf5M knkBx8IImU89smox+iuGCVHDkpNQOXKw0Fc7ORT+7iJkGHhqVUEYTX1e9ojP7xWy GkiUEmcL9xaCWLPMzlSTqwdysoe+R+1Lfu0X6V0vDZuNmdyHE1pCRteAB7PLl9bw fu2NyDtoTY5QMEBMWHVFWIobzn/ZP0xzEM9ID8chD6yc4dbgc5jnFM1fjMZcUw5T fGo7cWukcN2CB9Zcionl2eY8v+xCuRg= =ZFR0 -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Sep 11 11:26:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Sep 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator