From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: [PATCH 0/5] Additional lint checks and package cleanup. Date: Fri, 24 Oct 2014 00:03:17 -0500 Message-ID: <8738aeys8a.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhWza-0000ML-Am for guix-devel@gnu.org; Fri, 24 Oct 2014 01:00:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhWzR-0002Wn-Am for guix-devel@gnu.org; Fri, 24 Oct 2014 01:00:50 -0400 Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:52514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhWzR-0002Wj-7Z for guix-devel@gnu.org; Fri, 24 Oct 2014 01:00:41 -0400 Received: by mail-yh0-f51.google.com with SMTP id t59so2659654yho.24 for ; Thu, 23 Oct 2014 22:00:40 -0700 (PDT) Received: from cooper.gmail.com (chippewa-nat.cray.com. [136.162.34.1]) by mx.google.com with ESMTPSA id dx10sm462276igb.4.2014.10.23.22.00.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 23 Oct 2014 22:00:39 -0700 (PDT) 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: guix-devel@gnu.org Hello Guix, The patches that follow implement a few additions to 'guix lint'. The final patch cleans up some package synopses and descriptions to placate the linter. -- Eric Bavier