From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 08:29:37 2018 Received: (at submit) by debbugs.gnu.org; 3 Feb 2018 13:29:37 +0000 Received: from localhost ([127.0.0.1]:54988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehxsr-0001fQ-Ui for submit@debbugs.gnu.org; Sat, 03 Feb 2018 08:29:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33553) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehxsp-0001fB-QN for submit@debbugs.gnu.org; Sat, 03 Feb 2018 08:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehxsj-0007iA-9N for submit@debbugs.gnu.org; Sat, 03 Feb 2018 08:29:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33437) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehxsj-0007hq-5o for submit@debbugs.gnu.org; Sat, 03 Feb 2018 08:29:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehxsf-0004RP-ST for guix-patches@gnu.org; Sat, 03 Feb 2018 08:29:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehxsc-0007Ya-Nm for guix-patches@gnu.org; Sat, 03 Feb 2018 08:29:21 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:43118) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehxsc-0007Tg-EJ for guix-patches@gnu.org; Sat, 03 Feb 2018 08:29:18 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zYZSr4Fhjz1qsVf for ; Sat, 3 Feb 2018 14:29:16 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zYZSr48gnz1r3Tx for ; Sat, 3 Feb 2018 14:29:16 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id DOxhvLKqZn4Y for ; Sat, 3 Feb 2018 14:29:15 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-168-48.dynamic.mnet-online.de [93.104.168.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sat, 3 Feb 2018 14:29:15 +0100 (CET) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.23]) by hermia.goebel-consult.de (Postfix) with ESMTP id D5CBB60821 for ; Sat, 3 Feb 2018 14:29:14 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dtrx. Date: Sat, 3 Feb 2018 14:29:14 +0100 Message-Id: <20180203132914.6649-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) * gnu/packages.compression.scm (dtrx): New variable. --- gnu/packages/compression.scm | 50 ++++++++++++++++++++++++++++++++++++++= ++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index ae6710b25..0d9a6bfcf 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -20,6 +20,7 @@ ;;; Copyright =C2=A9 2017 Stefan Reich=C3=B6r ;;; Copyright =C2=A9 2017 Petter ;;; Copyright =C2=A9 2017 Julien Lepiller +;;; Copyright =C2=A9 2018 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -53,10 +54,12 @@ #:use-module (gnu packages backup) #:use-module (gnu packages base) #:use-module (gnu packages check) + #:use-module (gnu packages cpio) #:use-module (gnu packages curl) #:use-module (gnu packages file) #:use-module (gnu packages java) #:use-module (gnu packages maths) + #:use-module (gnu packages package-management) #:use-module (gnu packages perl) #:use-module (gnu packages perl-check) #:use-module (gnu packages pkg-config) @@ -2051,3 +2054,50 @@ faster by plzip, unless the @code{-b} option was u= sed: lzip usually produces single-member files which can't be decompressed in parallel.") (license (list license:bsd-2 ; arg_parser.{cc,h} license:gpl2+)))) ; everything else + + +(define-public dtrx + (package + (name "dtrx") + (version "7.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://brettcsmith.org/2007/" + "dtrx/dtrx-" version ".tar.gz")) + (sha256 + (base32 "15yf4n27zbhvv0byfv3i89wl5zn6jc2wbc69lk5a3m6rx54gx6hw"))= )) + (build-system python-build-system) + (arguments + `(#:python ,python-2)) + (inputs + `(("binutils" ,binutils) ; ar + ("bzip2" ,bzip2) ; bzcat + ("cabextract" ,cabextract) + ("cpio" ,cpio) ; cpio + ("gzip" ,gzip) ; zcat + ;; ("lha" ,lha) missing in guix + ("p7zip" ,p7zip) ; 7z + ("rpm" ,rpm) ; rpm2cpio + ("tar" ,tar) + ;; ("unrar" ,unrar) ; abandoned upstream + ("unshield" ,unshield) + ("unzip" ,unzip) + ("xz" ,xz))) ; lzcat, xzcat + (home-page "http://www.brettcsmith.org/2007/dtrx/") + (synopsis "Intelligently extract multiple archive types") + (description "@command{dtrx} extracts archives in a number of differ= ent +formats, so you don't have to remember the flags for each archive comman= d. +Just use the same command for all your archive files, and they'll never +frustrate you again. + +In addition to providing one command to handle many different archive ty= pes, +@command{dtrx} also aids the user by extracting contents consistently. = By +default, everything will be written to a dedicated directory that=E2=80=99= s named +after the archive. dtrx will also change the permissions to ensure that= the +owner can read and write all those files. + +It currently supports tar, zip (including self-extracting .exe files), c= pio, +rpm, deb, gem, 7z, cab, rar, and InstallShield files. It can also decom= press +files compressed with gzip, bzip2, lzma, xz, or compress.") + (license license:gpl3+))) --=20 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 13 18:15:37 2018 Received: (at 30334) by debbugs.gnu.org; 13 Feb 2018 23:15:37 +0000 Received: from localhost ([127.0.0.1]:41922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eljnU-0004rR-QT for submit@debbugs.gnu.org; Tue, 13 Feb 2018 18:15:37 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eljnS-0004rH-En for 30334@debbugs.gnu.org; Tue, 13 Feb 2018 18:15:34 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 231B420DB7; Tue, 13 Feb 2018 18:15:33 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Tue, 13 Feb 2018 18:15:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=Inwp0nV7V7937Jto3tZs+AtziG14zzdU6GK6YSrYB0Y=; b=nMJJ1/+7 R/0bmWzKD8oAjZr19gCBPjVvV71bdg/JA40k0rFCJhMMAOHoUXbW1QXMKf0ouCqo psdbpdCTq6B3laizmXgTVYYKT5bKN3BQ8IXyJWl66SIdVFi8P+eLzm/r/ONzkCIo +JfIR2mlZPm99rRf1DgQFnPluHwtcNC9j43+qzTRiQrvvRvKcFQUAziDFzSwbClp zoZUohOSOxFU3aeA1OEYHOrHayR5bEEJGcmF2RfGVX60s3nN++k5MwGlILw4NL8I 86EwfaXgkM8WEUMJk9/HscYky4XKX7X6UJR3ioaqFtfQiPALAO4HOlmX5xtYrrgn Vv7XOUChWoqLIA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=Inwp0nV7V7937Jto3tZs+AtziG14z zdU6GK6YSrYB0Y=; b=DZMXB1PDuGci2rWkuIi+R37bRo7UvdZAqEMt6+nm8Z3Fw v/hNKyscVGKdRfgVoPCIAPTYZKIxbD3dki4l+tQn+Otpn3XT6FvGYzK9Gxtcpm3E CtRPNTTckQb92lnbRBkMTWIQOJ5uNE3JlBerR3txKOCL+OiPdf76/Fo+3PzD2Qne YdO5/vYftS4jGqh5eForulmOagW8f4G+S/Q30Rhp8RiVnwhytKbRHF53uEZQZpEu M4rg48+vK8e4LiVNfIBRwjRYQWGor+73s1ubi1mO9Uhb50I/WbDGRs4IXbuQAi3E rIpZUbLfOuFmyeFRxqULP4pDrQUvIo7S/5mpsCq0g== X-ME-Sender: Received: from localhost (unknown [212.7.159.74]) by mail.messagingengine.com (Postfix) with ESMTPA id 5D6937E4C7; Tue, 13 Feb 2018 18:15:33 -0500 (EST) From: Marius Bakke To: Hartmut Goebel , 30334@debbugs.gnu.org Subject: Re: [bug#30334] [PATCH] gnu: Add dtrx. In-Reply-To: <20180203132914.6649-1-h.goebel@crazy-compilers.com> References: <20180203132914.6649-1-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Wed, 14 Feb 2018 00:15:32 +0100 Message-ID: <87mv0cwkff.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30334 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.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hartmut Goebel writes: > * gnu/packages.compression.scm (dtrx): New variable. [...] > @@ -53,10 +54,12 @@ > #:use-module (gnu packages backup) > #:use-module (gnu packages base) > #:use-module (gnu packages check) > + #:use-module (gnu packages cpio) > #:use-module (gnu packages curl) > #:use-module (gnu packages file) > #:use-module (gnu packages java) > #:use-module (gnu packages maths) > + #:use-module (gnu packages package-management) > #:use-module (gnu packages perl) > #:use-module (gnu packages perl-check) > #:use-module (gnu packages pkg-config) I wonder if there are other places to put this package. (gnu packages compression) is starting to have a lot of top-level cross-module references. Though I'm not sure what consequences it has in practice. > +(define-public dtrx > + (package > + (name "dtrx") > + (version "7.1") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://brettcsmith.org/2007/" > + "dtrx/dtrx-" version ".tar.gz")) > + (sha256 > + (base32 "15yf4n27zbhvv0byfv3i89wl5zn6jc2wbc69lk5a3m6rx54gx6hw"))= )) > + (build-system python-build-system) > + (arguments > + `(#:python ,python-2)) > + (inputs > + `(("binutils" ,binutils) ; ar > + ("bzip2" ,bzip2) ; bzcat > + ("cabextract" ,cabextract) > + ("cpio" ,cpio) ; cpio > + ("gzip" ,gzip) ; zcat > + ;; ("lha" ,lha) missing in guix > + ("p7zip" ,p7zip) ; 7z > + ("rpm" ,rpm) ; rpm2cpio > + ("tar" ,tar) > + ;; ("unrar" ,unrar) ; abandoned upstream The canonical unrar is also non-free, so I think we should remove this line entirely, so that we don't direct potential contributors to it. > + ("unshield" ,unshield) > + ("unzip" ,unzip) > + ("xz" ,xz))) ; lzcat, xzcat Does dtrx actually keep references to all of these (as verified with `guix gc -R`)? > + (home-page "http://www.brettcsmith.org/2007/dtrx/") > + (synopsis "Intelligently extract multiple archive types") > + (description "@command{dtrx} extracts archives in a number of differ= ent > +formats, so you don't have to remember the flags for each archive comman= d. > +Just use the same command for all your archive files, and they'll never > +frustrate you again. > + > +In addition to providing one command to handle many different archive ty= pes, > +@command{dtrx} also aids the user by extracting contents consistently. = By > +default, everything will be written to a dedicated directory that=E2=80= =99s named > +after the archive. dtrx will also change the permissions to ensure that= the > +owner can read and write all those files. > + > +It currently supports tar, zip (including self-extracting .exe files), c= pio, > +rpm, deb, gem, 7z, cab, rar, and InstallShield files. It can also decom= press > +files compressed with gzip, bzip2, lzma, xz, or compress.") I think we should not mention formats that are not currently supported, so as to not confuse users who search for e.g. rar and tries installing this. Or maybe remove this last paragraph entirely to ease maintenance, WDYT? Just in case there is a new upstream release after all these years. LGTM otherwise (assuming it works!). --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqDcZQACgkQoqBt8qM6 VPp8aggAveAtW1KtvoCIeWVhz4QFS4bM+uVZ13ZXouBoD57cSxspjP7j729KzhTc W+idu4OcemqYUERV2BRDiCnKbmnT0oSWFL1owcMgmzmQIiK/P0MNeRvIyQxKmtp2 YzGmzaITlXeHCZN2A/j6mNFRvmnQyRQrQBGknkiR+1reL1/e9D8AzZCO8rrSIHWd 8Z3bV1TxMhSNWzYibultxfb57FWzGSmaG66Aws9lgo9oL71wOsD4+dpOfY5vsaGg iOTl2MuWGNGkPrDDv821IYVQnX/09y+HiwhiMaSLV+M7meLVNBkf9q+QAaV+s7HT m8rffgQ8zTgQXjwEzjImrgW+WjblOQ== =Ngis -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 23 09:00:17 2018 Received: (at 30334) by debbugs.gnu.org; 23 Apr 2018 13:00:17 +0000 Received: from localhost ([127.0.0.1]:36595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAb4r-0004HR-2E for submit@debbugs.gnu.org; Mon, 23 Apr 2018 09:00:17 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:56362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAb4q-0004GZ-9F for 30334@debbugs.gnu.org; Mon, 23 Apr 2018 09:00:16 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BC5C41221E; Mon, 23 Apr 2018 15:00:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MDJ5yPG8AcTJ; Mon, 23 Apr 2018 15:00:15 +0200 (CEST) Received: from ribbon (unknown [193.50.110.139]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1A752121A5; Mon, 23 Apr 2018 15:00:15 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Marius Bakke Subject: Re: [bug#30334] [PATCH] gnu: Add dtrx. References: <20180203132914.6649-1-h.goebel@crazy-compilers.com> <87mv0cwkff.fsf@fastmail.com> Date: Mon, 23 Apr 2018 15:00:14 +0200 In-Reply-To: <87mv0cwkff.fsf@fastmail.com> (Marius Bakke's message of "Wed, 14 Feb 2018 00:15:32 +0100") Message-ID: <8736zm2i3l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30334 Cc: Hartmut Goebel , 30334@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: -0.0 (/) Hey Hartmut, Any update on this patch? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 23 09:39:56 2018 Received: (at 30334-close) by debbugs.gnu.org; 23 Apr 2018 13:39:56 +0000 Received: from localhost ([127.0.0.1]:36620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAbhE-0005Vi-I1 for submit@debbugs.gnu.org; Mon, 23 Apr 2018 09:39:56 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:52683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fAbhC-0005VZ-Jh for 30334-close@debbugs.gnu.org; Mon, 23 Apr 2018 09:39:55 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 40V6yd28Lyz1qtdm; Mon, 23 Apr 2018 15:39:53 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 40V6yd0DF0z1qqlB; Mon, 23 Apr 2018 15:39:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id QFmdsAzQmFUO; Mon, 23 Apr 2018 15:39:52 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-173-183.dynamic.mnet-online.de [93.104.173.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Mon, 23 Apr 2018 15:39:52 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id A5300600DF; Mon, 23 Apr 2018 15:39:51 +0200 (CEST) Subject: Re: [bug#30334] [PATCH] gnu: Add dtrx. To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= , 30334-close@debbugs.gnu.org References: <20180203132914.6649-1-h.goebel@crazy-compilers.com> <87mv0cwkff.fsf@fastmail.com> <8736zm2i3l.fsf@gnu.org> From: Hartmut Goebel Openpgp: preference=signencrypt Autocrypt: addr=h.goebel@crazy-compilers.com; prefer-encrypt=mutual; keydata= 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 NJXZMKO95dDUGyQf00JGQUCZ Organization: crazy-compilers.com Message-ID: <0558254e-e979-b903-62ff-277975adb0ea@crazy-compilers.com> Date: Mon, 23 Apr 2018 15:39:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <8736zm2i3l.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30334-close Cc: Marius Bakke 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 (-) Sorry, I'm currently short in time and will not be able to finish this some when soon. Closing. From unknown Sat Jun 21 03:22:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 22 May 2018 11:24:04 +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