unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Improve util-linux description
@ 2015-12-07 19:42 Leo Famulari
  2015-12-07 19:42 ` [PATCH 1/1] gnu: util-linux: Make description more descriptive Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-12-07 19:42 UTC (permalink / raw)
  To: guix-devel

This package's description is too vague. Hopefully, this patch will save
some time for people who are trying to figure what package provides some
software like libuuid, dmesg, agetty, and others.

Leo Famulari (1):
  gnu: util-linux: Make description more descriptive.

 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.6.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] gnu: util-linux: Make description more descriptive.
  2015-12-07 19:42 [PATCH 0/1] Improve util-linux description Leo Famulari
@ 2015-12-07 19:42 ` Leo Famulari
  2015-12-07 19:44   ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-12-07 19:42 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/linux.scm (util-linux)[description]: Give some more
  information about the package.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9252ca8..a944685 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -447,8 +447,9 @@ providing the system administrator with some help in common tasks.")
        ("net-base" ,net-base)))                   ;for tests
     (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
     (synopsis "Collection of utilities for the Linux kernel")
-    (description
-     "Util-linux is a random collection of utilities for the Linux kernel.")
+    (description "A diverse collection of Linux kernel utilities.  It provides
+dmesg and includes tools for working with filesystems, block devices, UUIDs,
+TTYs, and many other tools.")
 
     ;; Note that util-linux doesn't use the same license for all the
     ;; code.  GPLv2+ is the default license for a code without an
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] gnu: util-linux: Make description more descriptive.
  2015-12-07 19:42 ` [PATCH 1/1] gnu: util-linux: Make description more descriptive Leo Famulari
@ 2015-12-07 19:44   ` Andreas Enge
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2015-12-07 19:44 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

On Mon, Dec 07, 2015 at 02:42:02PM -0500, Leo Famulari wrote:
> -     "Util-linux is a random collection of utilities for the Linux kernel.")
> +    (description "A diverse collection of Linux kernel utilities.  It provides
> +dmesg and includes tools for working with filesystems, block devices, UUIDs,
> +TTYs, and many other tools.")

Descriptions should consist of complete sentences. So the first words should
remain as "Util-linux provides a ...".

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-07 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 19:42 [PATCH 0/1] Improve util-linux description Leo Famulari
2015-12-07 19:42 ` [PATCH 1/1] gnu: util-linux: Make description more descriptive Leo Famulari
2015-12-07 19:44   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).