From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] entr-3.5 Date: Wed, 11 May 2016 18:19:45 +0200 Message-ID: <87wpn0sh26.fsf@gnu.org> References: <87wpn0ofn8.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Wrc-0007DA-7O for guix-devel@gnu.org; Wed, 11 May 2016 12:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0WrX-0006y3-Ou for guix-devel@gnu.org; Wed, 11 May 2016 12:19:55 -0400 In-Reply-To: <87wpn0ofn8.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> (Matthew Jordan's message of "Wed, 11 May 2016 10:03:55 -0400") 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" To: Matthew Jordan Cc: Guix-devel Hello, and welcome! Matthew Jordan skribis: > I'm relatively new to guix, spent the first couple > days getting used to running it in my VM. Loving it so far. Since I'm > not sure what to expect I decided to package a simple program that I > find quite handy. Let me know if I should change anything. > > Also note that I followed "8.5 Submitting Patches" of the "GNU Guix > Reference Manual" Great! There=E2=80=99s a couple of things that this section doesn=E2=80=99= t clearly mention, such as copyright notices=E2=80=94there=E2=80=99s room for improve= ment. ;-) > From 5b33ed530e472008bddf85a2f23b3fa9857b365e Mon Sep 17 00:00:00 2001 > From: Matthew Jordan > Date: Wed, 11 May 2016 09:25:13 -0400 > Subject: [PATCH] Added package entr. Pushed as 5d38aa0 with these minor changes: 1. Added a copyright notice for you (let me know if you think it=E2=80=99s incorrect!). 2. Added a =E2=80=98remove-fhs-file-names=E2=80=99 phase to remove hard-c= oded references to /bin/cat and /usr/bin/clear. 3. Added the file to gnu/local.mk. 4. Added a ChangeLog-style commit log. Thank you! Ludo=E2=80=99.