From unknown Fri Jun 20 18:13:38 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#49094 <49094@debbugs.gnu.org> To: bug#49094 <49094@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add video-contact-sheet Reply-To: bug#49094 <49094@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:13:38 +0000 retitle 49094 [PATCH] gnu: Add video-contact-sheet reassign 49094 guix-patches submitter 49094 Pradana Adrinusa AUMARS severity 49094 normal tag 49094 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 11:17:39 2021 Received: (at submit) by debbugs.gnu.org; 18 Jun 2021 15:17:40 +0000 Received: from localhost ([127.0.0.1]:57612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luGFX-0001TH-E1 for submit@debbugs.gnu.org; Fri, 18 Jun 2021 11:17:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:36830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luFSi-0000Ce-DR for submit@debbugs.gnu.org; Fri, 18 Jun 2021 10:27:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luFSi-00087o-6m for guix-patches@gnu.org; Fri, 18 Jun 2021 10:27:12 -0400 Received: from mail.42l.fr ([185.216.27.142]:36776) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luFSf-0003iQ-KZ for guix-patches@gnu.org; Fri, 18 Jun 2021 10:27:11 -0400 Message-ID: <3627c385f0509614621b154cd26dc9ed4f503a51.camel@courrier.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=courrier.dev; s=mail; t=1624026422; bh=njBSI2SAgAtcy8VI+B6TOLzyVdEJKeGe+04lEEwrHdY=; h=Subject:From:To; b=DsBYjn7Hjn1IRotlOHyljh0OuVLJKr03YWdxnTHZYfAP3QuTLqxWqoEyXYH8slcPo 0kBVStn1jHfzqXfQvZ4OboJpSYZet+FO2e6GqtWN31Zwcpiyljpvx5dn77r5pN4Fqm FrOyTaImChorpdsTdcMzeeGZ7rz5XuEleM7OnuooJaCraVzNnEPW0hN5gAT0X72wZD yxrBE+OgD2POte5/Uh2BcToY+nA8QYiVlBU+MIJbNHdjjS9+iS7w9W+JZAJ3Uaf+DF zwJW0viUdMyQXJKsy54Eu74lQ/EGtctUMLeGPhgIRoSSDaKEFNj80pBz7bZmKW9hxi QZBxl1VnpgNXQ== Subject: [PATCH] gnu: Add video-contact-sheet From: Pradana Adrinusa AUMARS To: guix-patches@gnu.org Date: Fri, 18 Jun 2021 16:27:02 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.216.27.142; envelope-from=SRS0=nKz1=LM=courrier.dev=paumars@42l.fr; helo=mail.42l.fr X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 18 Jun 2021 11:17:37 -0400 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 (--) >From 9851db2b3036ee3d5e8ef85ed8bae2f6398702e0 Mon Sep 17 00:00:00 2001 From: Pradana AUMARS Date: Fri, 18 Jun 2021 16:13:07 +0200 Subject: [PATCH] gnu: Add video-contact-sheet --- gnu/packages/video.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e3f4f59b4c..ba3035cf45 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -51,6 +51,7 @@ ;;; Copyright © 2021 Andrew Tropin ;;; Copyright © 2021 David Wilson ;;; Copyright © 2021 Maxim Cournoyer +;;; Copyright © 2021 Pradana Aumars ;;; ;;; This file is part of GNU Guix. ;;; @@ -96,6 +97,7 @@ #:use-module (gnu packages avahi) #:use-module (gnu packages backup) #:use-module (gnu packages base) + #:use-module (gnu packages bash) #:use-module (gnu packages bison) #:use-module (gnu packages boost) #:use-module (gnu packages cdrom) @@ -5180,3 +5182,32 @@ information) NALUs (Network Abstraction Layer Unit) for inclusion into an h.264 elementary stream are provided.") (home-page "https://github.com/szatmary/libcaption") (license license:expat))) + +(define-public video-contact-sheet + (package + (name "video-contact-sheet") + (version "1.13.4") + (source (origin + (method url-fetch) + (uri (string-append "http://p.outlyer.net/vcs/files/vcs-" version + ".tar.gz")) + (sha256 + (base32 + "0jsl93r0rnybjcipqbww5hwsr9ln6kz1qnf32qfxdvhfw52n27fw")) )) + (build-system gnu-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (delete 'configure) + (delete 'build) + (delete 'check)) + #:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out"))))) + (inputs + `(("bash" ,bash) + ("ffmpeg" ,ffmpeg) + ("imagemagick" ,imagemagick))) + (synopsis "Bash script to create contact sheets (preview images) from videos") + (description "This is a bash script meant to create video contact sheets (previews) of videos. Any video supported by mplayer and ffmpeg can be used. A note of warning: Unlike most similar tools it, by default, makes screenshots the same size as the video, see below for details on how to change this. + +Take a look at the documentation and/or use the –help and –fullhelp options to learn how to use it.") + (home-page "http://p.outlyer.net/vcs/") + (license license:lgpl3))) -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 18:40:13 2021 Received: (at 49094) by debbugs.gnu.org; 23 Jul 2021 22:40:13 +0000 Received: from localhost ([127.0.0.1]:44865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m73q0-0004U5-Cv for submit@debbugs.gnu.org; Fri, 23 Jul 2021 18:40:13 -0400 Received: from out0.migadu.com ([94.23.1.103]:23809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m73pu-0004Tj-4D for 49094@debbugs.gnu.org; Fri, 23 Jul 2021 18:40:11 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627080004; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FVTGS5Sfrhpqi/cBmti+jmK4sCuKaSJw/wgC5wmxYoA=; b=gameZF6VNfW49Qk53yEBa2NQ7bvE8ccKi3Brh/x7ufbAFAwQ19lXhVTMmKRBd/YSR3J0JJ FtLJU9LBkPyC5RhPpyKzc7u4t/gKkNf7gr94mjW1A2JchsBq424gbYE4lNFg7lxLHq0qAU dF9okBUdhaYkLRL9/NDp3Ov8U3iLbPs= From: Sarah Morgensen To: Pradana Adrinusa AUMARS Subject: Re: bug#49094: [PATCH] gnu: Add video-contact-sheet References: <3627c385f0509614621b154cd26dc9ed4f503a51.camel@courrier.dev> Date: Fri, 23 Jul 2021 15:40:02 -0700 In-Reply-To: <3627c385f0509614621b154cd26dc9ed4f503a51.camel@courrier.dev> (Pradana Adrinusa AUMARS's message of "Fri, 18 Jun 2021 16:27:02 +0200") Message-ID: <861r7or6wt.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49094 Cc: 49094@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.7 (-) Hello, Thank you for the patch. Unfortunately, I cannot apply it because your mail client has wrapped some lines, corrupting the patch. (Also, adding to the end of the file rather than the middle tends to cause patches not to apply, so probably avoid this as well.) I do still have a few suggestions, annotated below: Pradana Adrinusa AUMARS writes: >>>From 9851db2b3036ee3d5e8ef85ed8bae2f6398702e0 Mon Sep 17 00:00:00 2001 > From: Pradana AUMARS > Date: Fri, 18 Jun 2021 16:13:07 +0200 > Subject: [PATCH] gnu: Add video-contact-sheet > > --- > gnu/packages/video.scm | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm > index e3f4f59b4c..ba3035cf45 100644 > --- a/gnu/packages/video.scm > +++ b/gnu/packages/video.scm > @@ -51,6 +51,7 @@ > ;;; Copyright =C2=A9 2021 Andrew Tropin > ;;; Copyright =C2=A9 2021 David Wilson > ;;; Copyright =C2=A9 2021 Maxim Cournoyer > +;;; Copyright =C2=A9 2021 Pradana Aumars > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -96,6 +97,7 @@ > #:use-module (gnu packages avahi) > #:use-module (gnu packages backup) > #:use-module (gnu packages base) > + #:use-module (gnu packages bash) > #:use-module (gnu packages bison) > #:use-module (gnu packages boost) > #:use-module (gnu packages cdrom) > @@ -5180,3 +5182,32 @@ information) NALUs (Network Abstraction Layer > Unit) for inclusion into an h.264 > elementary stream are provided.") > (home-page "https://github.com/szatmary/libcaption") > (license license:expat))) > + > +(define-public video-contact-sheet > + (package > + (name "video-contact-sheet") > + (version "1.13.4") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://p.outlyer.net/vcs/files/vcs-" > version > + ".tar.gz")) Lines should be wrapped at 80 characters when possible. Indentation should be with spaces instead of tabs. Also, it looks like 'http://p.outlyer.net/vcs/files/' has a permanent redirect to 'http://p.outlyer.net/files/vcs/' so that should be updated. > + (sha256 > + (base32 > + "0jsl93r0rnybjcipqbww5hwsr9ln6kz1qnf32qfxdvhfw52n27fw")) > )) > + (build-system gnu-build-system) > + (arguments > + `(#:phases (modify-phases %standard-phases > + (delete 'configure) > + (delete 'build) > + (delete 'check)) > + #:make-flags (list (string-append "prefix=3D" (assoc-ref %outputs > "out"))))) > + (inputs > + `(("bash" ,bash) > + ("ffmpeg" ,ffmpeg) > + ("imagemagick" ,imagemagick))) > + (synopsis "Bash script to create contact sheets (preview images) > from videos") > + (description "This is a bash script meant to create video contact > sheets (previews) of videos. Any video supported by mplayer and ffmpeg > can be used. A note of warning: Unlike most similar tools it, by > default, makes screenshots the same size as the video, see below for ^ the manual > details on how to change this. > + > +Take a look at the documentation and/or use the =E2=80=93help and =E2=80= =93fullhelp > options to learn how to use it.") This last sentence should probably not be in the description. Please also wrap these lines at 80 characters as well (see other packages for examples), and use two spaces between sentences. > + (home-page "http://p.outlyer.net/vcs/") > + (license license:lgpl3))) -- Sarah From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 18:47:27 2021 Received: (at control) by debbugs.gnu.org; 23 Jul 2021 22:47:27 +0000 Received: from localhost ([127.0.0.1]:44869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m73x1-0004eR-Kq for submit@debbugs.gnu.org; Fri, 23 Jul 2021 18:47:27 -0400 Received: from out1.migadu.com ([91.121.223.63]:45203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m73wz-0004eI-Bd for control@debbugs.gnu.org; Fri, 23 Jul 2021 18:47:26 -0400 Date: Fri, 23 Jul 2021 15:47:20 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627080443; h=from:from:reply-to:subject:subject:date:date:to:to:cc; bh=8ixFzUl+rN8WOka4vRlDdtEl79pniyVfB+887ADYLTQ=; b=GIeE+vlB1V07LFPbREXO3xzK9AEQlk2VpQf5bVhGeM/5Sd4k2tHD3q8i77zQYAbQyYgxlB OXlcNbHzD8FUKwyLVEAPwIpjw7dVN9m88kKL0dzjZ+sCHEt8RULJXoYKrzUE+3Mpk8E82e FHZpfpRjW4r1uOax17DXULaWGtgPxxo= To: control@debbugs.gnu.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sarah Morgensen Subject: control message for bug #49093 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.6 (/) 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" Message-Id: X-Spam-Score: -1.7 (-) merge 49093 49094 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 05 04:52:27 2021 Received: (at 49094) by debbugs.gnu.org; 5 Sep 2021 08:52:27 +0000 Received: from localhost ([127.0.0.1]:49160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMnt5-0002In-IN for submit@debbugs.gnu.org; Sun, 05 Sep 2021 04:52:27 -0400 Received: from mail.42l.fr ([185.216.27.142]:41164) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMnt3-0002If-Ht for 49094@debbugs.gnu.org; Sun, 05 Sep 2021 04:52:26 -0400 Message-ID: <881fdf0f1499c8b781cb78e6060f3f4464682fa0.camel@courrier.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=courrier.dev; s=mail; t=1630831932; bh=fzvtP0CWv1tMq9fINErNX6OEwBhsGPXeX3udAcB9/vg=; h=Subject:From:To; b=JDVipS2wzkP6mWfwBNpx99I0LC8ym+MmlJVQO7a50dc7+GhXwj8Wbfle3mlEogudV e5Rf8MOPpL3+rc1sAe/j2ebuh0BHqoEhexnMV/FSofip67O/Bd9oE/XE0i9VoIcJ5e /hJ5mNV/5xpe9sbGkiwFUBtiRBItc4fH5uUIHMj/6lkFezC20PE9l9os3eW166JAek 4BdCFyVh2KEHG9yFkpIrFZPt6BRZb+Rly37SMhLR5FODvSEt27fXdSWCIQ8oDAvGlk 74kg0/37JzUhgfC2rvEHOFaDGrfgEIuvhs9+D39Btn0ukNA2sAjcHdCOG1P+usmlLt bw7yoRJdM4lNg== Subject: [PATCH] gnu: Add video-contact-sheet From: Pradana Adrinusa AUMARS To: 49094@debbugs.gnu.org Date: Sun, 05 Sep 2021 10:52:11 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 49094 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.8 (/) I've sent a new patch adding video-contact-sheet: bug 50369 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50369 Please close this issue, thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 17 10:13:53 2021 Received: (at control) by debbugs.gnu.org; 17 Dec 2021 15:13:54 +0000 Received: from localhost ([127.0.0.1]:40402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myEvh-00076g-QP for submit@debbugs.gnu.org; Fri, 17 Dec 2021 10:13:53 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myEvg-00076R-EW for control@debbugs.gnu.org; Fri, 17 Dec 2021 10:13:52 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id D05EF5C023F; Fri, 17 Dec 2021 10:13:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Fri, 17 Dec 2021 10:13:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=HLYKpgtzI49THq6WKUcphJJhxPOM5dHnCfQoeNZJoOs=; b=ObwU5QkWsVnV ANoLVhP3/AxxR4aCrb3P9q2kN2dj1vs7mmQ2ccCj9MEJZLIq9sZycCfdfYjbGGqJ +SckXDtSmMst2P6ce4BQkOIUk5zDXuJQTCkog9YE1R2o/sOGCnRRP8oKu71Etr0S DvO6hxkE+uhBiDjuDFnV1eFAjjbsNrA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=HLYKpgtzI49THq6WKUcphJJhxPOM5dHnCfQoeNZJo Os=; b=OQDNb31BakjUyARqJxHidd4oDaNV6t74hq9iTrek5k0YqIkQo80MicW14 GWhfrlPGd/dwI36dFebIS1gP28QEkLoLqZmbvc5yO8D1nAewnIu+Du+UWQrRZTci ORXbbJTrobnrYopTkxQq+qp1ccZEB5250QaH7JxbYcSFJ3bXXpxZvZzM+vQqwHbq Y/W4NPhkWtKP/LUs5NZ9aQ3Ayo3EbO69B3jGb7LpQxBK9N6kmRk/TvRftJsgTh5T q77O0Surdv7xY2kf7APUMNqlCAHGEh82So4SpMg+Ja1lYHwxfc24X0ts0zhDqOV3 R9qAT1KzcMdfrECqcflRSbO/4o80w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrleeigdejgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecugfhmphhthicushhusghjvggtthculddutddmnecujf gurhepfffhvffkgggtugesthdtrodttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgr rhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepve eiueegvdehuefgteevfeejgfdtgfevgeevhfeiteehteeufedtieefgefgieehnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvohesfhgrmh hulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Fri, 17 Dec 2021 10:13:46 -0500 (EST) Date: Fri, 17 Dec 2021 10:13:44 -0500 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.2 (+) 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: merge 49094 50369 Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.27 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.27 listed in wl.mailspike.net] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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: 0.2 (/) merge 49094 50369 From unknown Fri Jun 20 18:13:38 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, 15 Jan 2022 12:24:05 +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