* [bug#73149] Acknowledgement ([PATCH] gnu: upower-service-type: Fix typo in the description field.)
[not found] ` <handler.73149.B.17258935838666.ack@debbugs.gnu.org>
@ 2024-09-11 10:29 ` Rostislav Svoboda
2024-09-14 0:21 ` bug#73149: " pelzflorian (Florian Pelz)
0 siblings, 1 reply; 3+ messages in thread
From: Rostislav Svoboda @ 2024-09-11 10:29 UTC (permalink / raw)
To: 73149
[-- Attachment #1: Type: text/plain, Size: 95 bytes --]
I found two more instances of this problem. So here are all three
patches at once.
Cheers
Bost
[-- Attachment #2: 0003-gnu-perl-sub-override-Fix-typo-in-the-description-fi.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]
From 4e5e6be5b45dc94a4c98b9b58fbc08d2e4a4be31 Mon Sep 17 00:00:00 2001
Message-ID: <4e5e6be5b45dc94a4c98b9b58fbc08d2e4a4be31.1726050491.git.Rostislav.Svoboda@gmail.com>
In-Reply-To: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
References: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 17:41:23 +0200
Subject: [PATCH 3/3] gnu: perl-sub-override: Fix typo in the description
field.
* gnu/packages/perl.scm (perl-sub-override): Fix typo in the description
field.
Change-Id: I43abd6f035fe641c3f53ff3fe7d352c8d03c2a59
---
gnu/packages/perl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index bded618a3f..a8bbdd514f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10256,7 +10256,7 @@ (define-public perl-sub-override
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Sub-Override")
(synopsis "Perl extension to override a subroutine")
- (description "A @code{Sub::Override}} module that makes it easy to override
+ (description "A @code{Sub::Override} module that makes it easy to override
+subroutines. Particularly useful for mocking in tests.")
(license (package-license perl))))
--
2.46.0
[-- Attachment #3: 0002-gnu-python-treq-Fix-typo-in-the-description-field.patch --]
[-- Type: text/x-patch, Size: 1433 bytes --]
From 063d49a4ce56c2d11f490c232bb1d21701e194c1 Mon Sep 17 00:00:00 2001
Message-ID: <063d49a4ce56c2d11f490c232bb1d21701e194c1.1726050491.git.Rostislav.Svoboda@gmail.com>
In-Reply-To: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
References: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 17:35:45 +0200
Subject: [PATCH 2/3] gnu: python-treq: Fix typo in the description field.
* gnu/packages/python-web.scm (python-treq): Fix typo in the description
field.
Change-Id: I4d5effcd3a9d3e5e1281357505ade16481824275
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2a7dc8f8b3..3f256144c1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5865,7 +5865,7 @@ (define-public python-treq
(home-page "https://github.com/twisted/treq")
(synopsis "Requests-like API built on top of twisted.web's Agent")
(description "This package provides an HTTP library inspired by
-@code{requests}} but written on top of Twisted's @code{Agents}. It offers a
+@code{requests} but written on top of Twisted's @code{Agents}. It offers a
high level API for making HTTP requests when using Twisted.")
(license license:expat)))
--
2.46.0
[-- Attachment #4: 0001-gnu-upower-service-type-Fix-typo-in-the-description-.patch --]
[-- Type: text/x-patch, Size: 1307 bytes --]
From 4a2a18b273868dfc96b6f199d02abb26e3f0f964 Mon Sep 17 00:00:00 2001
Message-ID: <4a2a18b273868dfc96b6f199d02abb26e3f0f964.1726050491.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
Date: Mon, 9 Sep 2024 16:45:37 +0200
Subject: [PATCH 1/3] gnu: upower-service-type: Fix typo in the description
field.
* gnu/services/desktop.scm (upower-service-type): Fix typo in the description
field.
Change-Id: Ifc6e5a86bd1a031353bd2e93871c314c7937adeb
---
gnu/services/desktop.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index b8dc4a4912..8afb54ae48 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -317,7 +317,7 @@ (define upower-service-type
(let ((upower-package (compose list upower-configuration-upower)))
(service-type (name 'upower)
(description
- "Run @command{upowerd}}, a system-wide monitor for power
+ "Run @command{upowerd}, a system-wide monitor for power
consumption and battery levels, with the given configuration settings. It
implements the @code{org.freedesktop.UPower} D-Bus interface, and is notably
used by GNOME.")
base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread