GNU bug report logs - #39405
[PATCH] gnu: Add fntsample.

Previous Next

Package: guix-patches;

Reported by: Roel Janssen <roel <at> gnu.org>

Date: Mon, 3 Feb 2020 11:46:01 UTC

Severity: normal

Tags: patch

Done: Roel Janssen <roel <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39405 in the body.
You can then email your comments to 39405 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39405; Package guix-patches. (Mon, 03 Feb 2020 11:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roel Janssen <roel <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Feb 2020 11:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add fntsample.
Date: Mon, 03 Feb 2020 12:45:44 +0100
[Message part 1 (text/plain, inline)]
Dear Guix,

I'd like to add "fntsample".  The following two patches do that.

Kind regards,
Roel Janssen

[0001-gnu-Add-perl-pdf-api2.patch (text/x-patch, attachment)]
[0002-gnu-Add-fntsample.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#39405; Package guix-patches. (Wed, 05 Feb 2020 00:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 39405 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Roel Janssen <roel <at> gnu.org>
Cc: 39405 <at> debbugs.gnu.org
Subject: Re: [bug#39405] [PATCH] gnu: Add fntsample.
Date: Tue, 4 Feb 2020 19:39:36 -0500
On Mon, Feb 03, 2020 at 12:45:44PM +0100, Roel Janssen wrote:
> Dear Guix,
> 
> I'd like to add "fntsample".  The following two patches do that.
> 
> Kind regards,
> Roel Janssen
> 

> From 55ee95f843424cb9f65e4ff3514739b6238a9e14 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel <at> gnu.org>
> Date: Mon, 3 Feb 2020 12:28:18 +0100
> Subject: [PATCH 1/2] gnu: Add perl-pdf-api2.
> 
> * gnu/packages/perl.scm (perl-pdf-api2): New variable.

LGTM, thanks!

> From 17df554661c71e8724bf3e241021345b9b9cefef Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel <at> gnu.org>
> Date: Mon, 3 Feb 2020 12:29:33 +0100
> Subject: [PATCH 2/2] gnu: Add fntsample.
> 
> * gnu/packages/fontutils.scm (fntsample): New variable.

> +           (uri "http://unicode.org/Public/UNIDATA/Blocks.txt")

Can it go over HTTPS?

Otherwise LGTM




Information forwarded to guix-patches <at> gnu.org:
bug#39405; Package guix-patches. (Fri, 07 Feb 2020 15:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 39405 <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 39405 <at> debbugs.gnu.org
Subject: Re: [bug#39405] [PATCH] gnu: Add fntsample.
Date: Fri, 07 Feb 2020 16:35:13 +0100
[Message part 1 (text/plain, inline)]
On Tue, 2020-02-04 at 19:39 -0500, Leo Famulari wrote:
> On Mon, Feb 03, 2020 at 12:45:44PM +0100, Roel Janssen wrote:
> > Dear Guix,
> > 
> > I'd like to add "fntsample".  The following two patches do that.
> > 
> > Kind regards,
> > Roel Janssen
> > 
> > From 55ee95f843424cb9f65e4ff3514739b6238a9e14 Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel <at> gnu.org>
> > Date: Mon, 3 Feb 2020 12:28:18 +0100
> > Subject: [PATCH 1/2] gnu: Add perl-pdf-api2.
> > 
> > * gnu/packages/perl.scm (perl-pdf-api2): New variable.
> 
> LGTM, thanks!
> 
> > From 17df554661c71e8724bf3e241021345b9b9cefef Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel <at> gnu.org>
> > Date: Mon, 3 Feb 2020 12:29:33 +0100
> > Subject: [PATCH 2/2] gnu: Add fntsample.
> > 
> > * gnu/packages/fontutils.scm (fntsample): New variable.
> > +           (uri "http://unicode.org/Public/UNIDATA/Blocks.txt")
> 
> Can it go over HTTPS?

It seems so!  I updated the patch(es) and attached them again.

Thanks!

Kind regards,
Roel Janssen

[0002-gnu-Add-fntsample.patch (text/x-patch, attachment)]
[0001-gnu-Add-perl-pdf-api2.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#39405; Package guix-patches. (Fri, 07 Feb 2020 23:17:02 GMT) Full text and rfc822 format available.

Message #14 received at 39405 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Roel Janssen <roel <at> gnu.org>
Cc: 39405 <at> debbugs.gnu.org
Subject: Re: [bug#39405] [PATCH] gnu: Add fntsample.
Date: Fri, 7 Feb 2020 18:16:46 -0500
> It seems so!  I updated the patch(es) and attached them again.

LGTM, please push!




Reply sent to Roel Janssen <roel <at> gnu.org>:
You have taken responsibility. (Wed, 04 Mar 2020 08:14:02 GMT) Full text and rfc822 format available.

Notification sent to Roel Janssen <roel <at> gnu.org>:
bug acknowledged by developer. (Wed, 04 Mar 2020 08:14:02 GMT) Full text and rfc822 format available.

Message #19 received at 39405-done <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 39405-done <at> debbugs.gnu.org
Subject: Re: [bug#39405] [PATCH] gnu: Add fntsample.
Date: Wed, 04 Mar 2020 09:13:03 +0100
On Fri, 2020-02-07 at 18:16 -0500, Leo Famulari wrote:
> > It seems so!  I updated the patch(es) and attached them again.
> 
> LGTM, please push!
> 

Sorry for the long delay.  I just pushed these patches.

Kind regards,
Roel Janssen






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Apr 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.