From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLp7-0006sI-5X for guix-patches@gnu.org; Fri, 08 Sep 2017 12:08:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLp4-0003GI-0M for guix-patches@gnu.org; Fri, 08 Sep 2017 12:08:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqLp3-0003GE-Qw for guix-patches@gnu.org; Fri, 08 Sep 2017 12:08:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqLp3-0007wM-L8 for guix-patches@gnu.org; Fri, 08 Sep 2017 12:08:01 -0400 Subject: [bug#28272] [PATCH] Improve and upgrade signing-party. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170829070739.7a836a20@cbaines.net> Date: Fri, 08 Sep 2017 18:07:01 +0200 In-Reply-To: <20170829070739.7a836a20@cbaines.net> (Christopher Baines's message of "Tue, 29 Aug 2017 07:07:39 +0100") Message-ID: <87377x8996.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28272@debbugs.gnu.org Christopher Baines skribis: > Add several missing dependencies, particularly for the caff tool. It > now runs, but I've been unable to get it working fully yet, possibly > due to problems with the actual sending of the emails. > > Christopher Baines (12): > gnu: Add perl-moox. > gnu: Add perl-data-perl. > gnu: Add perl-moox-handlesvia. > gnu: Add perl-moox-late. > gnu: Add perl-convert-binhex. > gnu: Add perl-mailtools. > gnu: Add perl-mime-tools. > gnu: Add perl-net-idn-encode. > gnu: Add perl-text-template. > gnu: Add perl-gnupg-interface. > gnu: Add libmd. > gnu: Update signing-party. At first sight this looks good to me. Please use =E2=80=98license:perl-license=E2=80=99 instead of (package-licen= se perl). OK with this change, thank you! Ludo=E2=80=99.