From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu packages: Clean up synopses and descriptions. Date: Thu, 16 Jul 2015 04:40:11 -0500 Message-ID: <20150716044011.5698360e@openmailbox.org> References: <87wpy0nygt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFkCY-0001re-Fk for guix-devel@gnu.org; Thu, 16 Jul 2015 10:31:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFkCS-0001Ot-L7 for guix-devel@gnu.org; Thu, 16 Jul 2015 10:31:54 -0400 Received: from smtp12.openmailbox.org ([62.4.1.46]:56861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFkCS-0001OB-Cn for guix-devel@gnu.org; Thu, 16 Jul 2015 10:31:48 -0400 In-Reply-To: <87wpy0nygt.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org On Thu, 16 Jul 2015 14:17:22 +0300 Alex Kost wrote: > --- a/gnu/packages/base.scm > +++ b/gnu/packages/base.scm > @@ -58,7 +58,7 @@ > (sha256 > (base32 > "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) > (build-system gnu-build-system) > - (synopsis "Hello, GNU world: An example GNU package") > + (synopsis "Example GNU package") I have not looked over then entire patch, but this one caught my eye. We need to make sure that any changes you make here will not be expediently overwritten by an invocation of `make sync-descriptions`. I believe this has happened in the past already. `~Eric