From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27593: [PATCH v3] gnu: groff: Remove timestamps. Date: Mon, 10 Jul 2017 11:05:59 +0200 Message-ID: <87r2xo8xvs.fsf@gnu.org> References: <20170706025451.312ddebe@scratchpost.org> <20170706014708.16491-1-dannym@scratchpost.org> <87wp7hahpm.fsf@fastmail.com> <87eftpv177.fsf@gnu.org> <20170709232746.7a7af62b@scratchpost.org> <87tw2l9swp.fsf@fastmail.com> 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]:59498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUUeo-0006EU-Eo for bug-guix@gnu.org; Mon, 10 Jul 2017 05:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUUek-000203-FA for bug-guix@gnu.org; Mon, 10 Jul 2017 05:07:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56872) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUUek-0001zz-CJ for bug-guix@gnu.org; Mon, 10 Jul 2017 05:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUUek-0008Eo-7F for bug-guix@gnu.org; Mon, 10 Jul 2017 05:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tw2l9swp.fsf@fastmail.com> (Marius Bakke's message of "Sun, 09 Jul 2017 23:55:50 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 27593@debbugs.gnu.org Marius Bakke skribis: > Danny Milosavljevic writes: > >> Hi Ludo, >> >> On Sun, 09 Jul 2017 21:51:08 +0200 >> ludo@gnu.org (Ludovic Court=C3=A8s) wrote: >>> Debian has a SOURCE_DATE_EPOCH patch: >>>=20 >>> http://sources.debian.net/patches/groff/1.22.3-9/source-date-epoch.pa= tch/ >>>=20 >>> Perhaps we could just use that? That way, the default behavior of groff >>> would remained unchanged. >> >> Yeah, it seems to work fine. >> >> Apparently git send-email doesn't work for me right now. >> >> So I attached the patch manually here... > > [...] > >> - "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7baj= j1s")))) >> + "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7baj= j1s")) >> + (patches (search-patches "groff-source-date-epoch.patch")) >> + (modules '((guix build utils))))) > > (guix build utils) is no longer needed. Apart from that LGTM! +1! Ludo'.