From unknown Sat Aug 09 09:33:27 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#37599 <37599@debbugs.gnu.org> To: bug#37599 <37599@debbugs.gnu.org> Subject: Status: [PATCH] gnu: lisp: Add most missing source package for Common Lisp libraries. Reply-To: bug#37599 <37599@debbugs.gnu.org> Date: Sat, 09 Aug 2025 16:33:27 +0000 retitle 37599 [PATCH] gnu: lisp: Add most missing source package for Common= Lisp libraries. reassign 37599 guix-patches submitter 37599 Pierre Neidhardt severity 37599 normal tag 37599 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 09:43:41 2019 Received: (at submit) by debbugs.gnu.org; 3 Oct 2019 13:43:41 +0000 Received: from localhost ([127.0.0.1]:38959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG1OO-0004PU-SH for submit@debbugs.gnu.org; Thu, 03 Oct 2019 09:43:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:60956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG1OM-0004PM-Om for submit@debbugs.gnu.org; Thu, 03 Oct 2019 09:43:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55165) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG1OK-0002Hr-JC for guix-patches@gnu.org; Thu, 03 Oct 2019 09:43:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG1OE-0003uv-6x for guix-patches@gnu.org; Thu, 03 Oct 2019 09:43:35 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:56775) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iG1OD-0003q0-PR for guix-patches@gnu.org; Thu, 03 Oct 2019 09:43:30 -0400 X-Originating-IP: 92.169.151.76 Received: from localhost.localdomain (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: mail@ambrevar.xyz) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 2FDBF40004 for ; Thu, 3 Oct 2019 13:43:26 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH] gnu: lisp: Add most missing source package for Common Lisp libraries. Date: Thu, 3 Oct 2019 15:43:26 +0200 Message-Id: <20191003134326.6723-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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.1 (--) * gnu/packages/lisp.scm (cl-parse-js, cl-parse-number, cl-iterate, cl-uglify, cl-cffi, cl-sqlite, cl-cffi-gtk, cl-webkit, cl-iolib, cl-ieee-floats, cl-xml, cl-reexport, cl-cookie, cl-lisp-namespace, cl-trivial-cltl2, cl-introspect-environment, cl-type-i, cl-optima, cl-fare-quasiquote, cl-trivia, cl-mk-string-metrics, cl-str, cl-xmlspam): New variables. --- gnu/packages/lisp.scm | 75 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2939fdc4ed..994ed6a43a 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1460,6 +1460,9 @@ multiple inspectors with independent history.") JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.") (license license:zlib)))) +(define-public cl-parse-js + (sbcl-package->cl-source-package sbcl-parse-js)) + (define-public sbcl-parse-number (package (name "sbcl-parse-number") @@ -1483,6 +1486,9 @@ the string into one of the standard Common Lisp number types, if possible, or else @code{parse-number} signals an error of type @code{invalid-number}.") (license license:bsd-3))) +(define-public cl-parse-number + (sbcl-package->cl-source-package sbcl-parse-number)) + (define-public sbcl-iterate (package (name "sbcl-iterate") @@ -1512,6 +1518,9 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks: @end itemize\n") (license license:expat))) +(define-public cl-iterate + (sbcl-package->cl-source-package sbcl-iterate)) + (define-public sbcl-cl-uglify-js ;; There have been many bug fixes since the 2010 release. (let ((commit "429c5e1d844e2f96b44db8fccc92d6e8e28afdd5") @@ -1553,6 +1562,9 @@ compressor. It works on data produced by @code{parse-js} to generate a @end itemize\n") (license license:zlib)))) +(define-public cl-uglify-js + (sbcl-package->cl-source-package sbcl-cl-uglify-js)) + (define-public uglify-js (package (inherit sbcl-cl-uglify-js) @@ -3128,6 +3140,9 @@ package.") ("bordeaux-threads" ,sbcl-bordeaux-threads) ,@(package-native-inputs sbcl-cffi-bootstrap))))) +(define-public cl-cffi + (sbcl-package->cl-source-package sbcl-cffi)) + (define-public sbcl-cl-sqlite (let ((commit "c738e66d4266ef63a1debc4ef4a1b871a068c112")) (package @@ -3169,6 +3184,9 @@ package.") relational database engine.") (license license:public-domain)))) +(define-public cl-sqlite + (sbcl-package->cl-source-package sbcl-cl-sqlite)) + (define-public sbcl-parenscript (let ((commit "061d8e286c81c3f45c84fb2b11ee7d83f590a8f8")) (package @@ -3543,6 +3561,9 @@ is a library for creating graphical user interfaces.") ;; See https://github.com/Ferada/cl-cffi-gtk/issues/24. #:tests? #f)))) +(define-public cl-cffi-gtk + (sbcl-package->cl-source-package sbcl-cl-cffi-gtk)) + (define-public sbcl-cl-webkit (let ((commit "cd2a9008e0c152e54755e8a7f07b050fe36bab31")) (package @@ -3583,6 +3604,9 @@ browsing capabilities to an application, leveraging the full power of the WebKit browsing engine.") (license license:expat)))) +(define-public cl-webkit + (sbcl-package->cl-source-package sbcl-cl-webkit)) + (define-public sbcl-lparallel (package (name "sbcl-lparallel") @@ -5942,6 +5966,9 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.") ""))))))) (synopsis "Common Lisp I/O library"))) +(define-public cl-iolib + (sbcl-package->cl-source-package sbcl-iolib)) + (define sbcl-iolib+multiplex (package (inherit sbcl-iolib) @@ -5999,6 +6026,9 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.") floating point values to IEEE 754 binary representation.") (license license:bsd-3)))) +(define-public cl-ieee-floats + (sbcl-package->cl-source-package sbcl-ieee-floats)) + (define sbcl-closure-common (let ((commit "e3c5f5f454b72b01b89115e581c3c52a7e201e5c") (revision "1")) @@ -6131,6 +6161,9 @@ offered, one SAX-like, the other similar to StAX.") ((" *\\(\\(:compiled-file \"cxml--system\"\\)\\)") "")))))))))) +(define-public cl-cxml + (sbcl-package->cl-source-package sbcl-cxml)) + (define-public sbcl-cl-reexport (let ((commit "312f3661bbe187b5f28536cd7ec2956e91366c3b") (revision "1")) @@ -6159,6 +6192,9 @@ offered, one SAX-like, the other similar to StAX.") cookie headers, cookie creation, cookie jar creation and more.") (license license:llgpl)))) +(define-public cl-reexport + (sbcl-package->cl-source-package sbcl-cl-reexport)) + (define-public sbcl-cl-cookie (let ((commit "cea55aed8b9ad25fafd13defbcb9fe8f41b29546") (revision "1")) @@ -6194,6 +6230,9 @@ cookie headers, cookie creation, cookie jar creation and more.") cookie headers, cookie creation, cookie jar creation and more.") (license license:bsd-2)))) +(define-public cl-cookie + (sbcl-package->cl-source-package sbcl-cl-cookie)) + (define-public sbcl-dexador (let ((commit "a2714d126cc94bc7a9a6e1e3c08de455b3a66378") (revision "1")) @@ -6236,7 +6275,6 @@ cookie headers, cookie creation, cookie jar creation and more.") ("clack" ,sbcl-clack) ("babel" ,sbcl-babel) ("alexandria" ,sbcl-alexandria) - ("quri" ,sbcl-quri) ("cl-ppcre" ,sbcl-cl-ppcre) ("local-time" ,sbcl-local-time))) (arguments @@ -6251,6 +6289,11 @@ cookie headers, cookie creation, cookie jar creation and more.") neat APIs and connection-pooling. It is meant to supersede Drakma.") (license license:expat)))) +;; TODO: Phase `reset-gzip-timestamps' fails probably because the above +;; fix-permissions phase is not run for some reason. +;; (define-public cl-dexador +;; (sbcl-package->cl-source-package sbcl-dexador)) + (define-public sbcl-lisp-namespace (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0") (revision "1")) @@ -6284,6 +6327,9 @@ more — e.g., class namespace. This library offers macros to deal with symbols from any namespace.") (license license:llgpl)))) +(define-public cl-lisp-namespace + (sbcl-package->cl-source-package sbcl-lisp-namespace)) + (define-public sbcl-trivial-cltl2 (let ((commit "8eec8407df833e8f27df8a388bc10913f16d9e83") (revision "1")) @@ -6309,6 +6355,9 @@ Edition\" (@url{https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html}) and it exports symbols from implementation-specific packages.") (license license:llgpl)))) +(define-public cl-trivial-cltl2 + (sbcl-package->cl-source-package sbcl-trivial-cltl2)) + (define-public sbcl-introspect-environment (let ((commit "fff42f8f8fd0d99db5ad6c5812e53de7d660020b") (revision "1")) @@ -6350,6 +6399,9 @@ implementations have implementations of the functions that do as much as they can and/or provide reasonable defaults.") (license license:wtfpl2)))) +(define-public cl-introspect-environment + (sbcl-package->cl-source-package sbcl-introspect-environment)) + (define-public sbcl-type-i (let ((commit "dea233f45f94064105ec09f0767de338f67dcbe2") (revision "1")) @@ -6382,6 +6434,9 @@ type the given predicate is trying to check. This is different from inferring the return type of a function.") (license license:llgpl)))) +(define-public cl-type-i + (sbcl-package->cl-source-package sbcl-type-i)) + (define-public sbcl-optima (let ((commit "373b245b928c1a5cce91a6cb5bfe5dd77eb36195") (revision "1")) @@ -6414,6 +6469,9 @@ the return type of a function.") optimizing techniques widely used in the functional programming world.") (license license:expat)))) +(define-public cl-optima + (sbcl-package->cl-source-package sbcl-optima)) + (define-public sbcl-fare-quasiquote (package (name "sbcl-fare-quasiquote") @@ -6451,6 +6509,9 @@ quasiquote is enable matching of quasiquoted patterns, using Optima or Trivia.") (license license:expat))) +(define-public cl-fare-quasiquote + (sbcl-package->cl-source-package sbcl-fare-quasiquote)) + (define-public sbcl-fare-quasiquote-readtable (package (inherit sbcl-fare-quasiquote) @@ -6649,6 +6710,9 @@ This system contains the CFFI foreign slot access extension."))) with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima."))) +(define-public cl-trivia + (sbcl-package->cl-source-package sbcl-trivia)) + (define-public sbcl-mk-string-metrics (package (name "sbcl-mk-string-metrics") @@ -6680,6 +6744,9 @@ various string metrics in Common Lisp: @end itemize\n") (license license:x11))) +(define-public cl-mk-string-metrics + (sbcl-package->cl-source-package sbcl-mk-string-metrics)) + (define-public sbcl-cl-str (let ((commit "3d5ec86e3a0199e5973aacde951086dfd754b5e5")) (package @@ -6715,6 +6782,9 @@ discoverable library instead of many; consistency and composability, where arrows.") (license license:expat)))) +(define-public cl-str + (sbcl-package->cl-source-package sbcl-cl-str)) + (define-public sbcl-cl-xmlspam (let ((commit "ea06abcca2a73a9779bcfb09081e56665f94e22a")) (package @@ -6747,6 +6817,9 @@ constructs can be used interchangeably with pattern matching, and the full power of CXML is available when necessary.") (license license:bsd-3)))) +(define-public cl-xmlspam + (sbcl-package->cl-source-package sbcl-cl-xmlspam)) + ;; TODO: dbus uses ASDF's package-inferred-system which is not supported by ;; asdf-build-system/sbcl as of 2019-08-02. We should fix ;; asdf-build-system/sbcl. -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 12 04:45:24 2019 Received: (at 37599) by debbugs.gnu.org; 12 Oct 2019 08:45:24 +0000 Received: from localhost ([127.0.0.1]:60720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJD1f-000348-T4 for submit@debbugs.gnu.org; Sat, 12 Oct 2019 04:45:24 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:44869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJD1e-000340-4c for 37599@debbugs.gnu.org; Sat, 12 Oct 2019 04:45:22 -0400 X-Originating-IP: 92.169.151.76 Received: from bababa (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: pierre@atlas.engineer) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 0FFA020004; Sat, 12 Oct 2019 08:45:19 +0000 (UTC) From: Pierre Neidhardt To: 37599@debbugs.gnu.org Subject: Re: bug#37599: Acknowledgement ([PATCH] gnu: lisp: Add most missing source package for Common Lisp libraries.) In-Reply-To: References: <20191003134326.6723-1-mail@ambrevar.xyz> Date: Sat, 12 Oct 2019 10:45:19 +0200 Message-ID: <87v9suuzc0.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 37599 Cc: Andy Patterson , Ludovic =?utf-8?Q?Court=C3=A8s?= , Katherine Cox-Buday 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: -0.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thoughts on this? Is it fine to merge as a single commit? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2hkp8ACgkQm9z0l6S7 zH+f3Af7Bn+A379DUZzaPXoVBMBa0B2jzN1Rx9Rrpyg7Mv0c0vu7hbKAkCwMniK5 HUHHc0imF5/u8omlsznDxdvM7cyao3fiYA/+vWTaupuW11iYM2NzaFBRwoGjqXSt Tj2ia5hfbuOBYAhaY6UiyllUmPxIMZYq70TL8NgSc9YfsEVe/dXntP1puDnRkQzp ur7OZSDoAk57roLIV+jOJjXbALTTkpG8VSe9NtlQJ8t4JhGj1WZ4qMMDQi/wGjLz +dCmiPTqw1/H5eoKmWngEeh2JxB0ISnfR5gdnFcXVSkOCCsjW22Ri5tgT0e2JXf8 r8KDXHGk5IH4a7y2jm3WWjq1OMpWvQ== =765H -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 05:13:49 2019 Received: (at 37599) by debbugs.gnu.org; 18 Oct 2019 09:13:49 +0000 Received: from localhost ([127.0.0.1]:49364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLOKT-0001Ha-Fc for submit@debbugs.gnu.org; Fri, 18 Oct 2019 05:13:49 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:48111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLOKR-0001HS-N1 for 37599@debbugs.gnu.org; Fri, 18 Oct 2019 05:13:48 -0400 X-Originating-IP: 92.169.151.76 Received: from bababa (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: pierre@atlas.engineer) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 6E43340012; Fri, 18 Oct 2019 09:13:45 +0000 (UTC) From: Pierre Neidhardt To: 37599@debbugs.gnu.org Subject: Re: [bug#37599] Acknowledgement ([PATCH] gnu: lisp: Add most missing source package for Common Lisp libraries.) References: <20191003134326.6723-1-mail@ambrevar.xyz> <87v9suuzc0.fsf@ambrevar.xyz> Date: Fri, 18 Oct 2019 11:13:44 +0200 In-Reply-To: <87v9suuzc0.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Sat, 12 Oct 2019 10:45:19 +0200") Message-ID: <871rval8l3.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 37599 Cc: Katherine Cox-Buday , Ludovic =?utf-8?Q?Court=C3=A8?= =?utf-8?Q?s?= , Andy Patterson 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: -0.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'll merge this as a single commit, I guess it's not so important anyways. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2pgkkACgkQm9z0l6S7 zH9tzAf+OACbRucfkUfS37SUJtRUaEPjIbLJahiyd50paenW3cmDd7Z/jtOytngK yPMXlC5jdicGvDETSX3p8R8OfkdN5GCwUeP7h2qbci36qC2odjk5A8Rd0N0qEaW9 EgroMxhB208/x5uDlsv1nHZDrWYoL/5NG0hVU7XXCmkBmkztfbWYvbrm5EzZH8gP KSoG2CR9IL4rlwphwhEKn6SLG8HcJV77ArtYDpPPrMPoo4az4AnM8hY9jpsDcNnz Uc/qrZx1mOEsdAX0zG45OQo++l9PdTum9/fWFCo9uC8vd2WEdWA4wYl03mK5xnZO TN+FLV3VTL+2fgpXAPeU5frtr/DMAg== =u4dH -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 06:46:49 2019 Received: (at control) by debbugs.gnu.org; 18 Oct 2019 10:46:49 +0000 Received: from localhost ([127.0.0.1]:49470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLPmT-0005yt-Dy for submit@debbugs.gnu.org; Fri, 18 Oct 2019 06:46:49 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:34021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLPmP-0005yg-0i for control@debbugs.gnu.org; Fri, 18 Oct 2019 06:46:47 -0400 X-Originating-IP: 92.169.151.76 Received: from bababa (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: pierre@atlas.engineer) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 221B3240012 for ; Fri, 18 Oct 2019 10:46:42 +0000 (UTC) Date: Fri, 18 Oct 2019 12:46:42 +0200 Message-Id: <87r23ajppp.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #37599 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 37599 quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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: -1.2 (-) close 37599 quit From unknown Sat Aug 09 09:33:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 15 Nov 2019 12: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