GNU bug report logs - #67407
[PATCH gnome-team] gnu: dbus-verbose: Update style.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Thu, 23 Nov 2023 17:57:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 67407 in the body.
You can then email your comments to 67407 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#67407; Package guix-patches. (Thu, 23 Nov 2023 17:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Nov 2023 17:57:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: dbus-verbose: Update style.
Date: Thu, 23 Nov 2023 18:43:58 +0100
* gnu/packages/glib.scm (dbus-verbose) [arguments]: Convert to list of
G-Expressions.

Change-Id: I5880029cb3b53f617b2a1622a4f547a1ad16c564
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b01b948fc6..7b8cc3286d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -217,7 +217,7 @@ (define-public dbus-verbose
     (name "dbus-verbose")
     (arguments (substitute-keyword-arguments (package-arguments dbus)
                  ((#:configure-flags flags '())
-                  `(cons "--enable-verbose-mode" ,flags))))
+                  #~(cons "--enable-verbose-mode" #$flags))))
     (synopsis "D-Bus with verbose mode enabled for debugging")
     (description "This variant D-Bus package is built with verbose mode, which
 eases debugging of D-Bus services by printing various debug information when

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Mon, 04 Dec 2023 19:50:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Mon, 04 Dec 2023 19:50:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 67407-done <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: dbus-verbose: Update style.
Date: Mon, 04 Dec 2023 20:48:45 +0100
Am Donnerstag, dem 23.11.2023 um 18:43 +0100 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (dbus-verbose) [arguments]: Convert to list
> of G-Expressions.
> 
> Change-Id: I5880029cb3b53f617b2a1622a4f547a1ad16c564
> ---
Pushed.

Thanks




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 128 days ago.

Previous Next


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