From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 24 23:23:20 2023 Received: (at submit) by debbugs.gnu.org; 25 Dec 2023 04:23:20 +0000 Received: from localhost ([127.0.0.1]:53790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHcUq-00053N-84 for submit@debbugs.gnu.org; Sun, 24 Dec 2023 23:23:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHcUl-000536-DA for submit@debbugs.gnu.org; Sun, 24 Dec 2023 23:23:18 -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 1rHcUZ-0003yW-Jq for guix-patches@gnu.org; Sun, 24 Dec 2023 23:23:03 -0500 Received: from m15.mail.163.com ([45.254.50.219]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHcUT-00056Z-UB for guix-patches@gnu.org; Sun, 24 Dec 2023 23:23:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version: Content-Type; bh=eP+ZdaHgdboU/po4XdOCcnK577G/PLQIsk2MS7jL6iw=; b=Pw/P64QCIp8rzx9IgvxRF9Kv0bUHzyBmiuxrom5ZOiUjTaBgzG2OjQbh2zQYEY 4qMDPAV75o+5ipIydARHMebzmFaiKDF28YR9HBzVuvcM3lorMBf45lSimyknOcaD 0YdfgRHcvIBL3o/coRCD57OECfGdFv13F2Aen4VK4GbNY= Received: from Tumashu (unknown [218.92.14.78]) by zwqz-smtp-mta-g0-3 (Coremail) with SMTP id _____wC3P7eRA4llgAGFGg--.52760S2; Mon, 25 Dec 2023 12:22:41 +0800 (CST) From: Feng Shu To: "guix-patches" Subject: [PATCH] gnu: sddm: Update to 0.20.0. Date: Mon, 25 Dec 2023 12:22:41 +0800 Message-ID: <875y0moqr2.fsf@163.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-CM-TRANSID: _____wC3P7eRA4llgAGFGg--.52760S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxZr4Dur4UuFW3Ar1DAFW3GFg_yoWruF13pa 9Ykr4Fgw1DArn8JrWvqF4j9rWFkF92yrsrCw4xA3409a1YvFZ2v3yIkFW5uFZxJ3Z2kay2 gFWrZw1UJa48KrJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07Ud9N-UUUUU= X-Originating-IP: [218.92.14.78] X-CM-SenderInfo: 5wxpt2lkx6il2tof0z/1tbiwBRR1FXlxxhRKgAAsF Received-SPF: pass client-ip=45.254.50.219; envelope-from=tumashu@163.com; helo=m15.mail.163.com 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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: 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: -0.1 (/) >From 130e5ef2bf10970d49395c2f0042ae7075bb8946 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Mon, 25 Dec 2023 12:10:43 +0800 Subject: [PATCH] gnu: sddm: Update to 0.20.0. * gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0. [source]: Remove snippet. [arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of qtdeclarative. Change-Id: I17e0fb397cd69675983252dd7908f9dad222df57 --- gnu/packages/display-managers.scm | 84 ++++++++++++++----------------- 1 file changed, 38 insertions(+), 46 deletions(-) diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm index 935563c94c..2d6932b71d 100644 --- a/gnu/packages/display-managers.scm +++ b/gnu/packages/display-managers.scm @@ -69,25 +69,14 @@ (define-module (gnu packages display-managers) (define-public sddm (package (name "sddm") - (version "0.19.0") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/sddm/sddm" - "/releases/download/v" version "/" - "sddm-" version ".tar.xz")) - (sha256 - (base32 - "0hcdysw8ibr66vk8i7v56l0v5ijvhlq67v4460mc2xf2910g2m72")) - (snippet - #~(begin - ;; https://github.com/sddm/sddm/issues/1536 - ;; https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308 - ;; Commit comes shortly after the 0.19.0 release. - (use-modules ((guix build utils))) - (substitute* "src/daemon/XorgDisplayServer.cpp" - (("m_cookie\\[i\\] = digits\\[dis\\(gen\\)\\]") - "m_cookie[i] = QLatin1Char(digits[dis(gen)])")))))) + (version "0.20.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/sddm/sddm" + "/archive/refs/tags/v" version ".tar.gz")) + (sha256 + (base32 "1yz9mkbv7c4kdm3sjas8g0sa6j0z9wrsnmsfpka7ckqd3vcqnz26")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config qttools-5)) @@ -109,36 +98,39 @@ (define-public sddm shadow wayland)) (arguments - `(#:configure-flags - ,#~(list - ;; This option currently does nothing, but will presumably be enabled - ;; if/when is merged. - "-DENABLE_WAYLAND=ON" - "-DENABLE_PAM=ON" - ;; Both flags are required for elogind support. - "-DNO_SYSTEMD=ON" "-DUSE_ELOGIND=ON" - "-DCONFIG_FILE=/etc/sddm.conf" - ;; Set path to /etc/login.defs. - ;; An alternative would be to use -DUID_MIN and -DUID_MAX. - (string-append "-DLOGIN_DEFS_PATH=" - #$(this-package-input "shadow") - "/etc/login.defs") - (string-append "-DQT_IMPORTS_DIR=" - #$output "/lib/qt5/qml") - (string-append "-DCMAKE_INSTALL_SYSCONFDIR=" - #$output "/etc")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'embed-loginctl-reference - (lambda _ - (substitute* "CMakeLists.txt" - (("/usr/bin/loginctl") (which "loginctl"))) - #t))))) + (list + #:configure-flags + #~(list + "-DENABLE_WAYLAND=ON" + "-DENABLE_PAM=ON" + ;; Both flags are required for elogind support. + "-DNO_SYSTEMD=ON" + "-DUSE_ELOGIND=ON" + "-DCONFIG_FILE=/etc/sddm.conf" + ;; Set path to /etc/login.defs. + ;; An alternative would be to use -DUID_MIN and -DUID_MAX. + (string-append "-DLOGIN_DEFS_PATH=" + #$(this-package-input "shadow") + "/etc/login.defs") + (string-append "-DCMAKE_CXX_FLAGS=-I" + #$(this-package-input + "qtdeclarative") "/include/qt5") + (string-append "-DQT_IMPORTS_DIR=" + #$output "/lib/qt5/qml") + (string-append "-DCMAKE_INSTALL_SYSCONFDIR=" + #$output "/etc")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'embed-loginctl-reference + (lambda _ + (substitute* "CMakeLists.txt" + (("/usr/bin/loginctl") + (which "loginctl")))))))) (synopsis "QML based X11 and Wayland display manager") (description "SDDM is a display manager for X11 and Wayland aiming to be fast, simple and beautiful. SDDM is themeable and puts no restrictions on the -user interface design. It uses QtQuick which gives the designer the ability to -create smooth, animated user interfaces.") +user interface design. It uses QtQuick which gives the designer the ability +to create smooth, animated user interfaces.") (home-page "https://github.com/sddm/sddm") ;; QML files are MIT licensed and images are CC BY 3.0. (license (list license:gpl2+ license:expat license:cc-by3.0)))) -- 2.39.2 -- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 27 22:05:47 2023 Received: (at 68020) by debbugs.gnu.org; 28 Dec 2023 03:05:48 +0000 Received: from localhost ([127.0.0.1]:38210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rIgiR-00037S-E3 for submit@debbugs.gnu.org; Wed, 27 Dec 2023 22:05:47 -0500 Received: from m12.mail.163.com ([220.181.12.199]:44604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rIgiN-00037E-6S for 68020@debbugs.gnu.org; Wed, 27 Dec 2023 22:05:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version: Content-Type; bh=ukYi9yuP51Hss9O89O+BPm7X38G3HB5SFkm2QfRc90M=; b=jN22rquRlZJlMwH1n92UToGDJF2EklAfXI9AsuCERc2cqB2wr27eBwN0lhoRJQ 88/bS3PMKOI/EmnikYs7akWFZH/hGtMh74hxGK0nj14ZMgGVCBeiJTYJNDTInykM huA/BBS63+SdY0wPRT5rCrsNuiwUMPinYC/mj+8bLFAmM= Received: from Tumashu (unknown [218.92.14.78]) by zwqz-smtp-mta-g3-4 (Coremail) with SMTP id _____wDXlqD95YxlOxbHAw--.3457S2; Thu, 28 Dec 2023 11:05:33 +0800 (CST) From: Feng Shu To: 68020@debbugs.gnu.org Subject: [PATCH v2] gnu: sddm: Update to 0.20.0. Date: Thu, 28 Dec 2023 11:05:32 +0800 Message-ID: <87jzozgh6r.fsf@163.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-CM-TRANSID: _____wDXlqD95YxlOxbHAw--.3457S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxCr4ftw4UuF18GFyUZF15CFg_yoWruw15pa yFkr4Ygw1DArn8JrWqqF4j9r4rKr97Ar4xCw18A340g3WYvFZav34IkFW5uFZxJ3WIkay7 WFWrXw1UXa48GrJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07Ud9N-UUUUU= X-Originating-IP: [218.92.14.78] X-CM-SenderInfo: 5wxpt2lkx6il2tof0z/1tbiwABU1FXlx2c+swAAsd X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68020 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 (-) >From 44ff0461d617fce7b7122edefeaf0f06de7ca946 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Mon, 25 Dec 2023 12:10:43 +0800 Subject: [PATCH v2] gnu: sddm: Update to 0.20.0. * gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0. [source]: Remove snippet and use git-fetch method instead. [arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of qtdeclarative. Change-Id: I6f6bd80291c36b1b80c9ff7f2154593cea2c9d87 --- gnu/packages/display-managers.scm | 80 ++++++++++++++----------------- 1 file changed, 37 insertions(+), 43 deletions(-) diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm index 7120c2ad75..2df4e6311b 100644 --- a/gnu/packages/display-managers.scm +++ b/gnu/packages/display-managers.scm @@ -69,25 +69,16 @@ (define-module (gnu packages display-managers) (define-public sddm (package (name "sddm") - (version "0.19.0") + (version "0.20.0") (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/sddm/sddm" - "/releases/download/v" version "/" - "sddm-" version ".tar.xz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/sddm/sddm") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0hcdysw8ibr66vk8i7v56l0v5ijvhlq67v4460mc2xf2910g2m72")) - (snippet - #~(begin - ;; https://github.com/sddm/sddm/issues/1536 - ;; https://github.com/sddm/sddm/commit/e93bf95c54ad8c2a1604f8d7be05339164b19308 - ;; Commit comes shortly after the 0.19.0 release. - (use-modules ((guix build utils))) - (substitute* "src/daemon/XorgDisplayServer.cpp" - (("m_cookie\\[i\\] = digits\\[dis\\(gen\\)\\]") - "m_cookie[i] = QLatin1Char(digits[dis(gen)])")))))) + "1450zv03d3mbid27986p4mdshw9qf3ar8crl4idybf7khxgan22y")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config qttools-5)) @@ -109,36 +100,39 @@ (define-public sddm shadow wayland)) (arguments - `(#:configure-flags - ,#~(list - ;; This option currently does nothing, but will presumably be enabled - ;; if/when is merged. - "-DENABLE_WAYLAND=ON" - "-DENABLE_PAM=ON" - ;; Both flags are required for elogind support. - "-DNO_SYSTEMD=ON" "-DUSE_ELOGIND=ON" - "-DCONFIG_FILE=/etc/sddm.conf" - ;; Set path to /etc/login.defs. - ;; An alternative would be to use -DUID_MIN and -DUID_MAX. - (string-append "-DLOGIN_DEFS_PATH=" - #$(this-package-input "shadow") - "/etc/login.defs") - (string-append "-DQT_IMPORTS_DIR=" - #$output "/lib/qt5/qml") - (string-append "-DCMAKE_INSTALL_SYSCONFDIR=" - #$output "/etc")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'embed-loginctl-reference - (lambda _ - (substitute* "CMakeLists.txt" - (("/usr/bin/loginctl") (which "loginctl"))) - #t))))) + (list + #:configure-flags + #~(list + "-DENABLE_WAYLAND=ON" + "-DENABLE_PAM=ON" + ;; Both flags are required for elogind support. + "-DNO_SYSTEMD=ON" + "-DUSE_ELOGIND=ON" + "-DCONFIG_FILE=/etc/sddm.conf" + ;; Set path to /etc/login.defs. + ;; An alternative would be to use -DUID_MIN and -DUID_MAX. + (string-append "-DLOGIN_DEFS_PATH=" + #$(this-package-input "shadow") + "/etc/login.defs") + (string-append "-DCMAKE_CXX_FLAGS=-I" + #$(this-package-input + "qtdeclarative") "/include/qt5") + (string-append "-DQT_IMPORTS_DIR=" + #$output "/lib/qt5/qml") + (string-append "-DCMAKE_INSTALL_SYSCONFDIR=" + #$output "/etc")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'embed-loginctl-reference + (lambda _ + (substitute* "CMakeLists.txt" + (("/usr/bin/loginctl") + (which "loginctl")))))))) (synopsis "QML based X11 and Wayland display manager") (description "SDDM is a display manager for X11 and Wayland aiming to be fast, simple and beautiful. SDDM is themeable and puts no restrictions on the -user interface design. It uses QtQuick which gives the designer the ability to -create smooth, animated user interfaces.") +user interface design. It uses QtQuick which gives the designer the ability +to create smooth, animated user interfaces.") (home-page "https://github.com/sddm/sddm") ;; QML files are MIT licensed and images are CC BY 3.0. (license (list license:gpl2+ license:expat license:cc-by3.0)))) -- 2.39.2 -- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 03 23:00:46 2024 Received: (at 68020-done) by debbugs.gnu.org; 4 Jan 2024 04:00:46 +0000 Received: from localhost ([127.0.0.1]:53473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rLEuU-0002SV-8U for submit@debbugs.gnu.org; Wed, 03 Jan 2024 23:00:46 -0500 Received: from mail-qt1-x835.google.com ([2607:f8b0:4864:20::835]:54640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rLEuR-0002FV-O2 for 68020-done@debbugs.gnu.org; Wed, 03 Jan 2024 23:00:44 -0500 Received: by mail-qt1-x835.google.com with SMTP id d75a77b69052e-42786ec994bso696511cf.1 for <68020-done@debbugs.gnu.org>; Wed, 03 Jan 2024 20:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704340834; x=1704945634; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=QhQeua5I7dxZIEB8YUdLHtY778sFIKCIjJg9/Uc40V8=; b=ZEJC19iWWQBkx74t2qsw+0YnSi0jP9Svr3Zi1yR0xm72ZqX5+FYI2brHyl2RFs9PAi zduPlPitKwBZPckf1apU8S3008TvxD6mzJUfCpLkNLjS/FOlTbw62BMPU4aX3SaaNbwm 8BsGjYbU4qVdlPzNCN5+kra2W+/Ar2Tq3LLZKEGnR4YqVfo/4O2xGMJpH53bgEYfD7Hv +5P/J8aTtEdlfgLxKnoL70e4DzPR3EfO4zCQ27aPQC8OIa3+fMVtHnwYzgvLFVoZ0+ec GqIb/zBf8ON0e9qj3vzxy4wx+zTzDYgx+N2zJf1PtPckP37/8M+KNTSl4N1mT97wZ4GF 9l5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704340834; x=1704945634; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=QhQeua5I7dxZIEB8YUdLHtY778sFIKCIjJg9/Uc40V8=; b=Wn5arRUmCUON3MtQvYnnHgajg54PX0ufxiJhMJjTcaV7n0FZ9HSOlK0ySdkvM2Aqzk 44ZewTll0DZcW4tLA8rzhXwJ3TbfOUVTWK20NxQWDmIqXvd5Bf+Dutg4A28ThGA1M5Jf XnG/ZMldhIm7LISixkO78YGaV5bU82XJWwAmIPQ3eseZOuSDqqyP1jk4kb7jHZsEeMJS L6TLZBX7XvZPsr0/GlTVypv1ng0Yo9Y5gJmTityy8eH7t98VMdhZm7N5Ua2OlGltTuGd iWxlNzXinaCOVywEoL846fll/BCxmSxGBU1g54htu3mLhDaKMybsj0TQ80K+FWyC12iW ir9A== X-Gm-Message-State: AOJu0Yxu/wE2DWUS8HrRFjuoMPJVEQQ8GCH0kGQAA+wmBABxI03v1uBx 7HZzB2vtGJjSQFZY4z9GrRX1YBQEV2AF/A== X-Google-Smtp-Source: AGHT+IHPgWm8QFvop8LAoANUwJWoeo+DzbLk3qMgNG5Al6PRUsJzWX7hz7kBr5T2IvffIhQqBhcMTA== X-Received: by 2002:a05:622a:190c:b0:429:d54:eca5 with SMTP id w12-20020a05622a190c00b004290d54eca5mr71699qtc.44.1704340834239; Wed, 03 Jan 2024 20:00:34 -0800 (PST) Received: from hurd (dsl-10-132-1.b2b2c.ca. [72.10.132.1]) by smtp.gmail.com with ESMTPSA id w39-20020a05622a192700b004283babeeacsm991656qtc.4.2024.01.03.20.00.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jan 2024 20:00:33 -0800 (PST) From: Maxim Cournoyer To: Feng Shu Subject: Re: [bug#68020] [PATCH v2] gnu: sddm: Update to 0.20.0. In-Reply-To: <87jzozgh6r.fsf@163.com> (Feng Shu's message of "Thu, 28 Dec 2023 11:05:32 +0800") References: <875y0moqr2.fsf@163.com> <87jzozgh6r.fsf@163.com> Date: Wed, 03 Jan 2024 23:00:32 -0500 Message-ID: <87il493fz3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68020-done Cc: 68020-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 (-) Hello, Feng Shu writes: >>>From 44ff0461d617fce7b7122edefeaf0f06de7ca946 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Mon, 25 Dec 2023 12:10:43 +0800 > Subject: [PATCH v2] gnu: sddm: Update to 0.20.0. > > * gnu/packages/display-managers.scm (sddm)[version]: Update to 0.20.0. > [source]: Remove snippet and use git-fetch method instead. > [arguments]: Use gexp, remove outdate comment and handle /include/qt5 dir of > qtdeclarative. Applied! -- Thanks, Maxim From unknown Sun Jun 22 07:35:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Feb 2024 12:24:10 +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