GNU bug report logs - #27313
[PATCH] gnu: libgxps: Add folder separator before name in source uri

Previous Next

Package: guix-patches;

Reported by: djwj <daniel <at> wilshirejones.com>

Date: Sat, 10 Jun 2017 17:33:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.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 27313 in the body.
You can then email your comments to 27313 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#27313; Package guix-patches. (Sat, 10 Jun 2017 17:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to djwj <daniel <at> wilshirejones.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 10 Jun 2017 17:33:02 GMT) Full text and rfc822 format available.

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

From: djwj <daniel <at> wilshirejones.com>
To: guix-patches <at> gnu.org
Cc: djwj <daniel <at> wilshirejones.com>
Subject: [PATCH] gnu: libgxps: Add folder separator before name in source uri
Date: Sat, 10 Jun 2017 18:01:05 +0100
* gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 293df870e..d3f734450 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.")
     (version "0.2.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources" name "/"
+              (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
-- 
2.12.2





Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Sat, 10 Jun 2017 21:42:02 GMT) Full text and rfc822 format available.

Notification sent to djwj <daniel <at> wilshirejones.com>:
bug acknowledged by developer. (Sat, 10 Jun 2017 21:42:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: djwj <daniel <at> wilshirejones.com>
Cc: 27313-done <at> debbugs.gnu.org
Subject: Re: bug#27313: [PATCH] gnu: libgxps: Add folder separator before
 name in source uri
Date: Sat, 10 Jun 2017 23:40:55 +0200
Hi,

On Sat, 10 Jun 2017 18:01:05 +0100
djwj <daniel <at> wilshirejones.com> wrote:

> * gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks! Applied to master as 7f10628ca8e7693cd421d2a3f3ae67e864b67998.




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

This bug report was last modified 8 years and 40 days ago.

Previous Next


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