From unknown Sat Jun 21 10:44:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56378 <56378@debbugs.gnu.org> To: bug#56378 <56378@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add pw. Reply-To: bug#56378 <56378@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:44:37 +0000 retitle 56378 [PATCH] gnu: Add pw. reassign 56378 guix-patches submitter 56378 "Paul A. Patience" severity 56378 normal tag 56378 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 00:03:18 2022 Received: (at submit) by debbugs.gnu.org; 4 Jul 2022 04:03:18 +0000 Received: from localhost ([127.0.0.1]:45785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8DIs-0002uI-Aq for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:03:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:37416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8DIq-0002uB-Ts for submit@debbugs.gnu.org; Mon, 04 Jul 2022 00:03:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8DIq-0006B3-Fe for guix-patches@gnu.org; Mon, 04 Jul 2022 00:03:16 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:11712) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8DIm-0008Iv-DL for guix-patches@gnu.org; Mon, 04 Jul 2022 00:03:15 -0400 Date: Mon, 04 Jul 2022 04:02:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656907389; x=1657166589; bh=kVrDh5FXs/I/31/A8v2huxrRwkr/7rSJjU6h6N2chYQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=S5jECCki7k94hu4E0TywctgrxBQQfGvppr051GatJXCwoRzYyVZEoqEWqv6BifaX7 OPQplLxa05wSmghBXmGOvFLOtMYG0g6hXnRncbKPMaHx4vFGV+ScdCIVWW0Mfheysk Xv8hOscP0cnyGz1eHZOGMneSo1Lg+ffrdLPBrRqyVNRu25tx42mjtGXgln0AWHTgvA mypKCbb+/yhZKjLtXvwsvAGJbxySetdHSI3xrDnO9dZ/4oR6ZCQqdihS+uu7lCl8YF yyvpw7bO/yd20TC8/HyZSAAHbTmyecVPUXvOXktXMk7lesExxPG5uwR/pPFYQCpK4e gIyXit2VRnjcQ== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add pw. Message-ID: <20220704040248.942540-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/monitoring.scm (pw): New variable. --- gnu/packages/monitoring.scm | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 1544efb614..392ec732bf 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -682,3 +682,63 @@ (define-public fatrace power saving.") (home-page "https://github.com/martinpitt/fatrace") (license license:gpl3+))) + +(define-public pw + (package + (name "pw") + (version "2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/cgit/pw/") + (commit (string-append "pw-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1xn3qnzz48xan78cp83hfrcifrxx9lgnm14134qhyr5wvj7dk246")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ; There are no tests + #:make-flags + #~(list (string-append "CC=3D" #$(cc-for-target)) + (string-append "DESTDIR=3D" #$output)) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-makefile + (lambda _ + (substitute* "Makefile" + (("/share/man/man1 \\\\") "/share/man/man1; \\")))) + (delete 'configure) + (add-before 'install 'make-install-dirs + (lambda _ + (mkdir-p (string-append #$output "/bin")) + (mkdir-p (string-append #$output "/share/man/man1")) + (mkdir-p (string-append #$output "/share/man/man5")))))= )) + (home-page "https://www.kylheku.com/cgit/pw/") + (synopsis "Monitor recent lines of output from pipe") + (description + "@command{pw} is Pipe Watch, a utility that continuously reads lines = of +text from a pipe or pipe-like source, passes them through a FIFO buffer, a= nd +maintains a display based on the occasional sampling of the contents of th= e +FIFO buffer, with useful features such as triggering and filtering. + +With @command{pw} you can: + +@itemize +@item Interactively apply and remove filters on-the-fly, without interrupt= ing +the source. + +@item Make recurring patterns in the stream appear to ``freeze'' on the +screen, using triggers. + +@item Prevent the overwhelming amount of output from a program from floodi= ng +the terminal, while consuming all of that output so that the program isn't +blocked. @command{pw} can pause its display updates entirely. + +@item Juggle multiple shell background jobs that produce output, yet execu= te +indefinitely without blocking. When @command{pw} runs as part of a shell +background job, it continues to consume input, process filters and take +snapshots, without displaying anything. When put into the foreground agai= n, +display resumes. +@end itemize") + (license license:bsd-2))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 01:03:57 2022 Received: (at 56378) by debbugs.gnu.org; 4 Jul 2022 05:03:57 +0000 Received: from localhost ([127.0.0.1]:45837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EFY-0004UH-Qb for submit@debbugs.gnu.org; Mon, 04 Jul 2022 01:03:57 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:44926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EFV-0004U4-TX for 56378@debbugs.gnu.org; Mon, 04 Jul 2022 01:03:55 -0400 Date: Mon, 04 Jul 2022 05:03:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656911028; x=1657170228; bh=HohzRBZUGdLVJijPg8VYUR33OZqnDzt3QkcfEh+yQ+o=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=jZl8xjXunrS1dwtXnfX52JRyM/K/ISymLFz89OUfJz8KvGTgKWt5n6z8+/Mu9Y8Cx VD1L3PUeDFqRNFwnOaBNx83rYoyAqulyAjAiJjrA21pJSd77M2zGzeMxs6jabSYUsa 8QIB+4YfqcdHZvFPNsF3GE60O9dBjmJ3pnkln7NXKOcQeqQuea2ib+516uGAHB5q2W UwIyO72M6GYf5IZ2tLl/LCR94NwpiWWgi5siciDvCyFdhufpIRwTmPgjlDfREOB6J6 KNq0XsUeN23HO+YgiWNa957bBMzcD61IBUhTZqNVQJkfR+QX0mEY7tvKZhtPqtvUrV GT6OdMvvzGJ+A== To: 56378@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v2] gnu: Add pw. Message-ID: <20220704050340.975019-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56378 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/monitoring.scm (pw): New variable. --- Fixed the git url (different from homepage url). gnu/packages/monitoring.scm | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 1544efb614..eb552cff8e 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -682,3 +682,63 @@ (define-public fatrace power saving.") (home-page "https://github.com/martinpitt/fatrace") (license license:gpl3+))) + +(define-public pw + (package + (name "pw") + (version "2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/git/pw") + (commit (string-append "pw-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1xn3qnzz48xan78cp83hfrcifrxx9lgnm14134qhyr5wvj7dk246")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ; There are no tests + #:make-flags + #~(list (string-append "CC=3D" #$(cc-for-target)) + (string-append "DESTDIR=3D" #$output)) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-makefile + (lambda _ + (substitute* "Makefile" + (("/share/man/man1 \\\\") "/share/man/man1; \\")))) + (delete 'configure) + (add-before 'install 'make-install-dirs + (lambda _ + (mkdir-p (string-append #$output "/bin")) + (mkdir-p (string-append #$output "/share/man/man1")) + (mkdir-p (string-append #$output "/share/man/man5")))))= )) + (home-page "https://www.kylheku.com/cgit/pw/") + (synopsis "Monitor recent lines of output from pipe") + (description + "@command{pw} is Pipe Watch, a utility that continuously reads lines = of +text from a pipe or pipe-like source, passes them through a FIFO buffer, a= nd +maintains a display based on the occasional sampling of the contents of th= e +FIFO buffer, with useful features such as triggering and filtering. + +With @command{pw} you can: + +@itemize +@item Interactively apply and remove filters on-the-fly, without interrupt= ing +the source. + +@item Make recurring patterns in the stream appear to ``freeze'' on the +screen, using triggers. + +@item Prevent the overwhelming amount of output from a program from floodi= ng +the terminal, while consuming all of that output so that the program isn't +blocked. @command{pw} can pause its display updates entirely. + +@item Juggle multiple shell background jobs that produce output, yet execu= te +indefinitely without blocking. When @command{pw} runs as part of a shell +background job, it continues to consume input, process filters and take +snapshots, without displaying anything. When put into the foreground agai= n, +display resumes. +@end itemize") + (license license:bsd-2))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 04 01:05:50 2022 Received: (at 56378) by debbugs.gnu.org; 4 Jul 2022 05:05:50 +0000 Received: from localhost ([127.0.0.1]:45846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EHN-0004Xa-MK for submit@debbugs.gnu.org; Mon, 04 Jul 2022 01:05:50 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:46627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8EHM-0004XM-9t for 56378@debbugs.gnu.org; Mon, 04 Jul 2022 01:05:48 -0400 Date: Mon, 04 Jul 2022 05:05:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1656911142; x=1657170342; bh=Lknb43NxHQOVBrgV2TH/lb/u9I+vTkhSTotcqEHTWmc=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=dK20sLfi2HmiD3HpjjsIQmbS1BeJy5t+QuAfEAnkbmVh5GRM0pKy+pE6w+RtXoZVk 56vytBWB0/5btO22YOkeIOn0kFiuhINgwMNbze6CCsemb998+WVPd3VDfYNXTjJVsx lc3UvFykEaGqiBajTs8/v4WtOSpqiH0EaAmjzmIdI8PG6qTmAJ4B5LoBTcRWpDjS93 tgEA6gVDWzn1RWdDfKUjSV/cN958rrVItIvLdxrjSdSBqaV6WHUSzgYpTPXTUYMO14 LB3bld7dw5I2ThhTvIdn7vw9eos5Mpyr0CqhDsSlmk0Q2JGz0ZjcZDnRyNXR52ljc9 SbzJY+hSMjmjw== To: 56378@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH v3] gnu: Add pw. Message-ID: <20220704050532.975427-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56378 Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/monitoring.scm (pw): New variable. --- Added copyright header. gnu/packages/monitoring.scm | 61 +++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 1544efb614..1694f94b98 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -10,6 +10,7 @@ ;;; Copyright =C2=A9 2021, 2022 Marius Bakke ;;; Copyright =C2=A9 2021 Stefan Reich=C3=B6r ;;; Copyright =C2=A9 2021 Rapha=C3=ABl M=C3=A9lotte +;;; Copyright =C2=A9 2022 Paul A. Patience ;;; ;;; This file is part of GNU Guix. ;;; @@ -682,3 +683,63 @@ (define-public fatrace power saving.") (home-page "https://github.com/martinpitt/fatrace") (license license:gpl3+))) + +(define-public pw + (package + (name "pw") + (version "2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://www.kylheku.com/git/pw") + (commit (string-append "pw-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1xn3qnzz48xan78cp83hfrcifrxx9lgnm14134qhyr5wvj7dk246")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ; There are no tests + #:make-flags + #~(list (string-append "CC=3D" #$(cc-for-target)) + (string-append "DESTDIR=3D" #$output)) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-makefile + (lambda _ + (substitute* "Makefile" + (("/share/man/man1 \\\\") "/share/man/man1; \\")))) + (delete 'configure) + (add-before 'install 'make-install-dirs + (lambda _ + (mkdir-p (string-append #$output "/bin")) + (mkdir-p (string-append #$output "/share/man/man1")) + (mkdir-p (string-append #$output "/share/man/man5")))))= )) + (home-page "https://www.kylheku.com/cgit/pw/") + (synopsis "Monitor recent lines of output from pipe") + (description + "@command{pw} is Pipe Watch, a utility that continuously reads lines = of +text from a pipe or pipe-like source, passes them through a FIFO buffer, a= nd +maintains a display based on the occasional sampling of the contents of th= e +FIFO buffer, with useful features such as triggering and filtering. + +With @command{pw} you can: + +@itemize +@item Interactively apply and remove filters on-the-fly, without interrupt= ing +the source. + +@item Make recurring patterns in the stream appear to ``freeze'' on the +screen, using triggers. + +@item Prevent the overwhelming amount of output from a program from floodi= ng +the terminal, while consuming all of that output so that the program isn't +blocked. @command{pw} can pause its display updates entirely. + +@item Juggle multiple shell background jobs that produce output, yet execu= te +indefinitely without blocking. When @command{pw} runs as part of a shell +background job, it continues to consume input, process filters and take +snapshots, without displaying anything. When put into the foreground agai= n, +display resumes. +@end itemize") + (license license:bsd-2))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 17 15:31:49 2022 Received: (at 56378) by debbugs.gnu.org; 17 Jul 2022 19:31:49 +0000 Received: from localhost ([127.0.0.1]:48579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD9zZ-0006jY-0c for submit@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD9zX-0006jL-VG for 56378@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49758) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oD9zS-0001aW-Dr; Sun, 17 Jul 2022 15:31: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=SBmtqvuRJ4DOONmA5sdPFcbBd/kgoq888GkGRiEwM3s=; b=RSuVPirvAqP6fEacIsff PkF7AnELm4lC1AzkFWrzHQp3AvO47+NmKUmv6jfKTRmr4KLEo7ShWcoLKG15KBDU56ZvguXPJhb6Q 8aEJu9KE1icSF7n/OXgmgX8QduKDmdP6bVLq9VR+7284fyv8QEDd54oMox8VQ2b6uC0UmW+apkDhY r0oHwX2FOEojFfLASolA5GPSmcOvpYKSdz9pw8mAAeas/cBoYgA6RPcg8R9BEU9ng7UNelNU4iVVO TCaVgXFTxbAIBj9Ut+xJ6Y0zZp00soOk0R8OT8vgkv1Owl73xPGtwLp2qWdhCOMStFZb7szmM6mR/ UtrdPB7aqe8aQA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62075 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oD9zS-0006kA-1e; Sun, 17 Jul 2022 15:31:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#56378: [PATCH] gnu: Add pw. References: <20220704040248.942540-1-paul@apatience.com> <20220704050532.975427-1-paul@apatience.com> Date: Sun, 17 Jul 2022 21:31:40 +0200 In-Reply-To: <20220704050532.975427-1-paul@apatience.com> (Paul A. Patience's message of "Mon, 04 Jul 2022 05:05:37 +0000") Message-ID: <87fsiz4jtv.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56378 Cc: 56378@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 (---) Hi, "Paul A. Patience" skribis: > * gnu/packages/monitoring.scm (pw): New variable. Applied, thanks! > + (home-page "https://www.kylheku.com/cgit/pw/") This is currently 404. Do you know of another home page? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 17 15:31:56 2022 Received: (at control) by debbugs.gnu.org; 17 Jul 2022 19:31:56 +0000 Received: from localhost ([127.0.0.1]:48583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD9zg-0006jv-C2 for submit@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD9zf-0006jg-1b for control@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49760) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oD9zZ-0001an-S7 for control@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=/zCL7UIKsi+4XdMZ69EPQUwNVdGTrI+BY3ZLbeX4F4Q=; b=IV+bA3/VZHZxNV ATZK4Rafn637XuT7gy6Cqst9bGNSzrihU5yF46yP6D2RAHlK1j50goWl4Ij7HzHWgUroWstaxoDE0 jDIL1U8AHiDlDJCVOJ4juQezuPFg6/7larwebMbdGO77IGpURhdeJo50LOxnzgCiq7TQ1w4gFiXQC Fr2sIMowKbC05G3sztz/KL6Kr1t3zosMFrHZ7DdopzBN22s1tN6I8SknSCbuAFJHVWVIf8fxoC7xP N2goTkrwU7Nlbb1DXZJ0mJymx+2OAdCrQJ39Q0tUU80dIzPE8TxyKzpMgVZGC8Naweqcuy/vbnxEH us3ATRXxk3dyRXKJ0zJw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59452 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oD9zZ-00074p-Fz for control@debbugs.gnu.org; Sun, 17 Jul 2022 15:31:49 -0400 Date: Sun, 17 Jul 2022 21:31:48 +0200 Message-Id: <87edyj4jtn.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #56378 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 56378 quit From unknown Sat Jun 21 10:44:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 15 Aug 2022 11:24:07 +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