From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58648) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuK3r-0001j4-38 for guix-patches@gnu.org; Wed, 22 Jan 2020 12:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuK3q-0003oz-5N for guix-patches@gnu.org; Wed, 22 Jan 2020 12:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iuK3p-0003on-UU for guix-patches@gnu.org; Wed, 22 Jan 2020 12:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iuK3p-0000x2-QK for guix-patches@gnu.org; Wed, 22 Jan 2020 12:45:01 -0500 Subject: [bug#39228] [PATCH] gnu: Add libvnc. Resent-Message-ID: References: <20200121211056.7192-1-h.goebel@crazy-compilers.com> <20200121215759.GB9078@jasmine.lan> <20200122091620.GJ1603@E5400> <12bd3360-c222-4c63-0b36-b2955ec99ea4@crazy-compilers.com> <215007d3-a2b9-257f-e2ef-0e5988bc3e3a@web.de> <02f5752e-59bc-054d-6d56-ae89c9f547d6@crazy-compilers.com> <20200122173302.GA13752@jasmine.lan> From: Jonathan Brielmaier Message-ID: <53cbb7b4-945a-48c7-2451-00913f36ccca@web.de> Date: Wed, 22 Jan 2020 18:43:26 +0100 MIME-Version: 1.0 In-Reply-To: <20200122173302.GA13752@jasmine.lan> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US 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: Leo Famulari , Hartmut Goebel Cc: 39228@debbugs.gnu.org, Efraim Flashner On 22.01.20 18:33, Leo Famulari wrote: > On Wed, Jan 22, 2020 at 01:21:59PM +0100, Hartmut Goebel wrote: >> Am 22.01.20 um 13:17 schrieb Jonathan Brielmaier: >>> gnu: Rename module gnutls to tls. >>> >>> should be >>> >>> gnu: Rename module tigervnc to vnc. >> >> ARGL! I should not do this kind of work when traveling. >> >> @efraim: Any chance to clean this up? > > We don't rewrite the commits after they are pushed to Savannah's master > branch. So, it's important to be careful when pushing, but please "don't > beat yourself up" over this :) > As well as the body of the commit message is correct: * gnu/packages/tigervnc.scm: Rename to... * gnu/packages/vnc.scm: ... this. Change module name accordingly. Sort used modules. * gnu-system.am (GNU_SYSTEM_MODULES): Rename tigervnc module to vnc.