From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 6I68A7iyvGH/IwAAgWs5BA (envelope-from ) for ; Fri, 17 Dec 2021 16:54:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6DkMO7eyvGHnDQAA1q6Kng (envelope-from ) for ; Fri, 17 Dec 2021 15:54:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CE5DC2F0EB for ; Fri, 17 Dec 2021 16:54:31 +0100 (CET) Received: from localhost ([::1]:43818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myFZ0-0005PX-MZ for larch@yhetil.org; Fri, 17 Dec 2021 10:54:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myFYd-0005Kx-CB for guix-patches@gnu.org; Fri, 17 Dec 2021 10:54:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57168) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1myFYY-0006Iz-E1 for guix-patches@gnu.org; Fri, 17 Dec 2021 10:54:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1myFYY-00022M-9X for guix-patches@gnu.org; Fri, 17 Dec 2021 10:54:02 -0500 Subject: bug#51581: [PATCH v2 0/2] Wrap lines in the description of generated packages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Dec 2021 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51581 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 51581-done@debbugs.gnu.org Mail-Followup-To: 51581@debbugs.gnu.org, ludo@gnu.org, public@yoctocell.xyz Received: via spool by 51581-done@debbugs.gnu.org id=D51581.16397564207788 (code D ref 51581); Fri, 17 Dec 2021 15:54:02 +0000 Received: (at 51581-done) by debbugs.gnu.org; 17 Dec 2021 15:53:40 +0000 Received: from localhost ([127.0.0.1]:40480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myFYB-00021X-NJ for submit@debbugs.gnu.org; Fri, 17 Dec 2021 10:53:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myFYA-00021J-E8 for 51581-done@debbugs.gnu.org; Fri, 17 Dec 2021 10:53:39 -0500 Received: from [2001:470:142:3::e] (port=51318 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myFY4-0006FS-PV; Fri, 17 Dec 2021 10:53:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=4Jn2fUhHR6VFCj5fz8OehXA7fghvWYe/xDGSQyxv0Sc=; b=YtLIxz0/5EHKNdwZGa5R 9pwicFfq2iBWVrxGS9x75mioc6vstBkQ3880W+LM+mRu6YukfmiagjdzYvCI/C2faUyOty60oYcPE hzdYIhr7h6loKjgF0V4Yys+C4Qn0ppA/TS2DQ5hcr+7V4cCXhJicplTzcDOGhwe87sWTJEro5r6sh ZbedidQcyvrTCc4UWBER2LjsxHCNKPg0w947uNcvTroyzWTP3mfHOA5XaruvaF9ngQ33zCfNFZF8n nSgcO/yevIvP/BtklRJueHF5Gt0yIefH1czVU7lUGcoJlJ4Kl5qFUJvbfMz5U2t01916J+uEbidQd rkI+e0yvOwv/UA==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=34548 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myFY4-0002J0-Og; Fri, 17 Dec 2021 10:53:32 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 27 Frimaire an 230 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: Fri, 17 Dec 2021 16:53:29 +0100 In-Reply-To: (Xinglu Chen's message of "Fri, 17 Dec 2021 14:10:17 +0100") Message-ID: <87tuf7p6rq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639756471; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=4Jn2fUhHR6VFCj5fz8OehXA7fghvWYe/xDGSQyxv0Sc=; b=ZrqYFc2Fba60m8/g+yegMrovilniiWYS9UN24W3vOWr9qyVyr4yMYg45K+AlhvllAM4xzl i2sB+COFrSdVvrCf5jzFe1+siBvKaWMFFddItgH28P8t2bxyWDT4hvpZNVtNd4wXRg1BLc 58aK9Iy59V5edjzXrL/ieoJSg1QACXk6ZxOcVte8R1PW0zrJKXdBpcWua3/hiUIXbsv9NX ZlLmKqAV/WLM0Z3hdVPVYIEi+Z6XX/AKQn3xwMO5KvY+lEdI7KACQWxyBsv+YjOz/1Eldt LeeJoo5bigvFXJls89D7nUKWUCdsa5kJqhsrZfaLNkaRUDWeAeOKy1KfbOfu6w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639756471; a=rsa-sha256; cv=none; b=Y0z9Ijz39zi29xxPSiO+yQHIMvFsKd+6qB9qIu7ie4fofZnzDjOG630dni4bx1ACLPo94I 1C7ljxtLMUF+M8KPCYHZp0UR45vKYAvdSDEklYNlGAzZ5Sw9K67BnOs2U+PncTRNPEpSil ffOdPiK5/0VCZK0PmIBMAgqk0LFj03ld37pFPVXodthX7zKOKbjcgXKxx1Irc8Urjsphyi 2Cr22dQhIF/QR8Un6Fy0zGtXXHUefcvHLC90PFADjR1L6wNysHN1GEtprBRb96N9e9FxkH pW2/KjlRBjgVNvYVy2KWMipFU1uLUojuUsNf8flUTS/BdV0iMdren2WxLUxupw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="YtLIxz0/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.20 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="YtLIxz0/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: CE5DC2F0EB X-Spam-Score: -4.20 X-Migadu-Scanner: scn0.migadu.com X-TUID: GtYenrDV0NdJ Hi, Xinglu Chen skribis: > import: utils: Wrap files in description. > import: Beautify descriptions when appropriate. Applied, thanks! Ludo=E2=80=99.