From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 28 01:39:14 2018 Received: (at submit) by debbugs.gnu.org; 28 Aug 2018 05:39:14 +0000 Received: from localhost ([127.0.0.1]:34692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fuWid-0002rT-67 for submit@debbugs.gnu.org; Tue, 28 Aug 2018 01:39:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fuWiZ-0002r7-JC for submit@debbugs.gnu.org; Tue, 28 Aug 2018 01:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuWiS-0000X6-WC for submit@debbugs.gnu.org; Tue, 28 Aug 2018 01:39:02 -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.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41823) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fuWiS-0000Wt-QV for submit@debbugs.gnu.org; Tue, 28 Aug 2018 01:39:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuWiM-0002Yc-UT for guix-patches@gnu.org; Tue, 28 Aug 2018 01:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuWX2-00006l-HT for guix-patches@gnu.org; Tue, 28 Aug 2018 01:27:16 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:36758) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fuWX1-00005y-Nm for guix-patches@gnu.org; Tue, 28 Aug 2018 01:27:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Jxq4PUqkJvZuVokXYJzBiNtpJ1UMwCyzw+ZrAVSFfi4=; b=MD5dnp2QewjOc9u5sOpR1yRzhf lbawapDuWaFhlssRVlBw3U8R19oAEx6sKWXRF5a9aC4OU1Ww0cTTrWCXe+o50wzv86jr26PxNjgz6 U6lqSR4cl1htmpKips8PdjW90Pjt18Y9FAClrB9LvPSNFSURQ0LAbx/nUmEYuXsRNXW0=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1ftoYD-0000zs-2y for guix-patches@gnu.org; Sun, 26 Aug 2018 11:59:30 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: Update ghc-tasty Date: Sun, 26 Aug 2018 11:59:21 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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.1 (-----) --=-=-= Content-Type: text/plain I have updated ghc-tasty and added ghc-wcwidth, a new dependency required by ghc-tasty. Please find attached patches. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-ghc-wcwidth.patch >From 77120a31c823c2c726fe2d3dcda30cf5ef565c1e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 24 Aug 2018 00:36:15 +0530 Subject: [PATCH 1/2] gnu: Add ghc-wcwidth. * gnu/packages/haskell.scm (ghc-wcwidth): New variable. --- gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7d7d85f95..120706edd 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -10027,4 +10027,29 @@ tools are not needed to actually run Gtk2Hs programs.") backends provided by the @code{Cairo} and @code{Diagrams} libraries.") (license license:bsd-3))) +(define-public ghc-wcwidth + (package + (name "ghc-wcwidth") + (version "0.0.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/wcwidth/wcwidth-" + version ".tar.gz")) + (sha256 + (base32 + "1n1fq7v64b59ajf5g50iqj9sa34wm7s2j3viay0kxpmvlcv8gipz")))) + (build-system haskell-build-system) + (inputs + `(("ghc-setlocale" ,ghc-setlocale) + ("ghc-utf8-string" ,ghc-utf8-string) + ("ghc-attoparsec" ,ghc-attoparsec))) + (home-page "https://github.com/solidsnack/wcwidth/") + (synopsis "Haskell bindings to wcwidth") + (description "This package provides Haskell bindings to your system's +native wcwidth and a command line tool to examine the widths assigned by it. +The command line tool can compile a width table to Haskell code that assigns +widths to the Char type.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- 2.18.0 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-ghc-tasty-Update-to-1.1.0.3.patch >From 801c484623d790439b2c127c9c9a7f425876b682 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 24 Aug 2018 12:14:17 +0530 Subject: [PATCH 2/2] gnu: ghc-tasty: Update to 1.1.0.3. * gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. [inputs]: Add ghc-wcwidth. (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap): New variables. (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstrap. (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with ghc-integer-logarithms-bootstrap. (ghc-attoparsec)[inputs]: Replace ghc-scientific with ghc-scientific-bootstrap. --- gnu/packages/haskell-check.scm | 7 ++++--- gnu/packages/haskell.scm | 27 ++++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index c3ef85f3f..1064872fe 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -183,7 +183,7 @@ timer functions of different operating systems via a unified API.") (define-public ghc-tasty (package (name "ghc-tasty") - (version "0.11.0.4") + (version "1.1.0.3") (source (origin (method url-fetch) @@ -193,7 +193,7 @@ timer functions of different operating systems via a unified API.") ".tar.gz")) (sha256 (base32 - "05pxjzgbgjdn7477xry0ssjrnmnsydqiq6nm6ck8n2da1baliqp0")))) + "14riid753hjqr6lca1kgxpnvq0wykf0k3qc5jpag42hh8bszav22")))) (build-system haskell-build-system) (inputs `(("ghc-stm" ,ghc-stm) @@ -205,7 +205,8 @@ timer functions of different operating systems via a unified API.") ("ghc-unbounded-delays" ,ghc-unbounded-delays) ("ghc-async" ,ghc-async) ("ghc-ansi-terminal" ,ghc-ansi-terminal) - ("ghc-clock-bootstrap" ,ghc-clock-bootstrap))) + ("ghc-clock-bootstrap" ,ghc-clock-bootstrap) + ("ghc-wcwidth" ,ghc-wcwidth))) (home-page "http://documentup.com/feuerbach/tasty") (synopsis "Modern and extensible testing framework") (description "Tasty is a modern testing framework for Haskell. It lets diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 120706edd..3d6da0063 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2741,7 +2741,7 @@ with slicing and Clang-style colored diagnostics.") ;; re-enable them. (arguments `(#:tests? #f)) (inputs - `(("ghc-scientific" ,ghc-scientific) + `(("ghc-scientific-bootstrap" ,ghc-scientific-bootstrap) ("ghc-text" ,ghc-text))) (native-inputs `(("ghc-tasty" ,ghc-tasty) @@ -2756,6 +2756,13 @@ aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.") (license license:bsd-3))) +(define ghc-attoparsec-bootstrap + (package + (inherit ghc-attoparsec) + (name "ghc-attoparsec-bootstrap") + (arguments '(#:tests? #f)) + (native-inputs '()))) + (define-public ghc-zip-archive (package (name "ghc-zip-archive") @@ -5083,6 +5090,13 @@ occurrences of a substring (the first in case of overlaps) with another.") in migrated modules.") (license license:expat))) +(define ghc-integer-logarithms-bootstrap + (package + (inherit ghc-integer-logarithms) + (name "ghc-integer-logarithms-bootstrap") + (arguments `(#:tests? #f)) + (native-inputs '()))) + (define-public ghc-scientific (package (name "ghc-scientific") @@ -5099,7 +5113,7 @@ in migrated modules.") "03ql2f0ac8bsl524idy9xxa3kxisb2sj3avflzw580j5hzy0m397")))) (build-system haskell-build-system) (inputs - `(("ghc-integer-logarithms" ,ghc-integer-logarithms) + `(("ghc-integer-logarithms-bootstrap" ,ghc-integer-logarithms-bootstrap) ("ghc-text" ,ghc-text) ("ghc-hashable" ,ghc-hashable) ("ghc-primitive" ,ghc-primitive))) @@ -5120,6 +5134,13 @@ and space efficient. They are represented using notation}.") (license license:bsd-3))) +(define ghc-scientific-bootstrap + (package + (inherit ghc-scientific) + (name "ghc-scientific-bootstrap") + (arguments `(#:tests? #f)) + (native-inputs '()))) + (define-public ghc-boxes (package (name "ghc-boxes") @@ -10043,7 +10064,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} libraries.") (inputs `(("ghc-setlocale" ,ghc-setlocale) ("ghc-utf8-string" ,ghc-utf8-string) - ("ghc-attoparsec" ,ghc-attoparsec))) + ("ghc-attoparsec-bootstrap" ,ghc-attoparsec-bootstrap))) (home-page "https://github.com/solidsnack/wcwidth/") (synopsis "Haskell bindings to wcwidth") (description "This package provides Haskell bindings to your system's -- 2.18.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 01 05:55:31 2018 Received: (at 32551) by debbugs.gnu.org; 1 Sep 2018 09:55:31 +0000 Received: from localhost ([127.0.0.1]:41228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fw2cs-0001wp-VM for submit@debbugs.gnu.org; Sat, 01 Sep 2018 05:55:31 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:37912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fw2cr-0001wg-2E for 32551@debbugs.gnu.org; Sat, 01 Sep 2018 05:55:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=xyd2Xx4mZOz6BxIZhuRjvIHxDrPpPVEexMvv9xNSdx8=; b=k+/oLTUh/SKzSFSVv6qyz6QYL 2FwxksAjBhXpiqqcpep4dopJW4DbMmrRwxeN/Kwd6QprAbebagASfymXguVT01nfqk/L+ZAhpVM8j 1boCQpYZnGGObr9jfrzd5L4betpWPXURHXJiZhk5KihyBNH+ZDXu+us/Em+MsMAqsQsrQ=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fw2cn-00035N-J7 for 32551@debbugs.gnu.org; Sat, 01 Sep 2018 15:25:26 +0530 From: Arun Isaac To: 32551@debbugs.gnu.org Subject: Re: Update ghc-tasty In-Reply-To: References: Date: Sat, 01 Sep 2018 15:25:18 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32551 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 (-) > I have updated ghc-tasty and added ghc-wcwidth, a new dependency > required by ghc-tasty. Please find attached patches. Just elaborating a little: The introudction of ghc-wcwidth as a new dependency to ghc-tasty introduces a lot of circular dependencies. The various bootstrap packages resolve this issue. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 03 17:10:01 2018 Received: (at 32551) by debbugs.gnu.org; 3 Sep 2018 21:10:02 +0000 Received: from localhost ([127.0.0.1]:44665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fww6j-0007WE-Cb for submit@debbugs.gnu.org; Mon, 03 Sep 2018 17:10:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fww6h-0007Vs-8S for 32551@debbugs.gnu.org; Mon, 03 Sep 2018 17:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fww6b-00048F-Ic for 32551@debbugs.gnu.org; Mon, 03 Sep 2018 17:09:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fww6b-000485-ES; Mon, 03 Sep 2018 17:09:53 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49046 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fww6b-0006HJ-5h; Mon, 03 Sep 2018 17:09:53 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32551] Update ghc-tasty References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Fructidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 03 Sep 2018 23:09:52 +0200 In-Reply-To: (Arun Isaac's message of "Sun, 26 Aug 2018 11:59:21 +0530") Message-ID: <874lf6wan3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) 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] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32551 Cc: 32551@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: -6.0 (------) Hi Arun, Arun Isaac skribis: > From 77120a31c823c2c726fe2d3dcda30cf5ef565c1e Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 24 Aug 2018 00:36:15 +0530 > Subject: [PATCH 1/2] gnu: Add ghc-wcwidth. > > * gnu/packages/haskell.scm (ghc-wcwidth): New variable. [...] > From 801c484623d790439b2c127c9c9a7f425876b682 Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 24 Aug 2018 12:14:17 +0530 > Subject: [PATCH 2/2] gnu: ghc-tasty: Update to 1.1.0.3. > > * gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. > [inputs]: Add ghc-wcwidth. > (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, > ghc-scientific-bootstrap): New variables. > (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstr= ap. > (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with > ghc-integer-logarithms-bootstrap. > (ghc-attoparsec)[inputs]: Replace ghc-scientific with > ghc-scientific-bootstrap. I=E2=80=99m no Haskell expert, but it looks reasonable to me. Please push! Remember that you can push such patches after a couple of days if you=E2=80= =99re confident (see =E2=80=98HACKING=E2=80=99), or you can ping individuals whom= you think could provide useful feedback. Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 04 06:00:28 2018 Received: (at 32551-done) by debbugs.gnu.org; 4 Sep 2018 10:00:28 +0000 Received: from localhost ([127.0.0.1]:45025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fx88J-0001yV-PG for submit@debbugs.gnu.org; Tue, 04 Sep 2018 06:00:27 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:32782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fx88I-0001yN-80 for 32551-done@debbugs.gnu.org; Tue, 04 Sep 2018 06:00:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=o61JdYIlxxrv/4Pl1DqA4qFg+R/FBMk6xmzn+3Mn4hw=; b=WwzM00UXS2hya6l3V9WQMzmQg8 sTgG5BisYpvsyfSPv4X5iLfNYwKSCs44fOV2QVEM8VPX/n2PLQMqVuqBFFrl7fHl6qEMHzMihqj8Q 5Zt400VFrbEMcsN9pwZHcxFnTehhkVVsaT/b5q9i2d7WzOpmdLvchXoAYH/EEGXD+8qY=; Received: from [14.139.128.15] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fx88D-0003w7-QS; Tue, 04 Sep 2018 15:30:22 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#32551] Update ghc-tasty In-Reply-To: <874lf6wan3.fsf@gnu.org> References: <874lf6wan3.fsf@gnu.org> Date: Tue, 04 Sep 2018 15:30:14 +0530 Message-ID: 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: 32551-done Cc: 32551-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 (-) > Remember that you can push such patches after a couple of days if you=E2= =80=99re > confident (see =E2=80=98HACKING=E2=80=99), or you can ping individuals wh= om you think > could provide useful feedback. Will keep that in mind. Thank you for the review. I have pushed these patches, along with a few more package updates, to master. From unknown Thu Sep 11 07:36:56 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, 02 Oct 2018 11:24:06 +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