Your message dated Fri, 5 Jan 2018 09:40:03 +0100
with message-id
<cannvg6nbqcjowngjqv0+nxno0dm_r7hvrokhswt3aqku+dg...@mail.gmail.com>
and subject line Re: Bug#881343: pk4: Please avoid the use of "avail" in
package descriptions
has caused the Debian Bug report #881343,
regarding pk4: Please avoid the use of "avail" in package descriptions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
881343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881343
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pk4
Version: 3
Severity: wishlist
Tags: patch
Hi,
First, thanks for writing and maintaining pk4!
I think we spoke about this before but I just can't help but find it
difficult to parse the word "avail".
I'm sure it is 100% correct with respect to the dictionary definition
but the usage here comes across ungainly and ultimately an impediment to
adoption as it makes it somewhat unclear what the package does from the
short description.
Patch attached that uses "extract" which not only moves away from the
problems of avail it also captures rather better what pk4 does, despite
— of course — pk4 doing more than this. :)
Best wishes,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/README.md b/README.md
index 1c3e1cf..7d831cb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# pk4 â avail the Debian source package producing the specified package
+# pk4 â Extract the Debian source package producing the specified package
Please see [the pk4(1)
manpage](https://manpages.debian.org/unstable/pk4/pk4.1.en.html) for
diff --git a/debian/control b/debian/control
index 63433b0..6fe38d3 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
systemd-sysv
Recommends: sbuild
Built-Using: ${misc:Built-Using}
-Description: avail the Debian source package producing the specified package
+Description: Extract the Debian source package producing the specified package
pk4 resolves the specified argument(s) as either:
.
1. the name of a Debian binary package, and selects its Debian source package.
diff --git a/pk4-generate-index.1 b/pk4-generate-index.1
index 57736de..b43dc27 100644
--- a/pk4-generate-index.1
+++ b/pk4-generate-index.1
@@ -32,6 +32,6 @@ Directory to store the pk4 index files in (default
\fI/var/cache/pk4\fR).
.SH SEE ALSO
.TP
.IR pk4(1)
-avail the Debian source package producing the specified package
+Extract the Debian source package producing the specified package
.SH AUTHOR
Michael Stapelberg <stapelberg at debian.org>
diff --git a/pk4-replace.1 b/pk4-replace.1
index 139e199..944055c 100644
--- a/pk4-replace.1
+++ b/pk4-replace.1
@@ -60,7 +60,7 @@ Build-Command:
.SH SEE ALSO
.TP
.IR pk4(1)
-avail the Debian source package producing the specified package
+Extract the Debian source package producing the specified package
.TP
.IR sbuild(1)
build debian packages from source
diff --git a/pk4.1 b/pk4.1
index cdb188e..f95883f 100644
--- a/pk4.1
+++ b/pk4.1
@@ -11,7 +11,7 @@
.TH pk4 1 "OCTOBER 2017" Linux "User Manuals"
.SH NAME
-pk4 \- avail the Debian source package producing the specified package
+pk4 \- Extract the Debian source package producing the specified package
.SH SYNOPSIS
.B pk4
--- End Message ---
--- Begin Message ---
Thanks for the report. I thought about it for a while, and I’d prefer to
keep the description as-is. Sorry.
On Fri, Nov 10, 2017 at 4:07 PM, Chris Lamb <[email protected]> wrote:
> Source: pk4
> Version: 3
> Severity: wishlist
> Tags: patch
>
> Hi,
>
> First, thanks for writing and maintaining pk4!
>
> I think we spoke about this before but I just can't help but find it
> difficult to parse the word "avail".
>
> I'm sure it is 100% correct with respect to the dictionary definition
> but the usage here comes across ungainly and ultimately an impediment to
> adoption as it makes it somewhat unclear what the package does from the
> short description.
>
> Patch attached that uses "extract" which not only moves away from the
> problems of avail it also captures rather better what pk4 does, despite
> — of course — pk4 doing more than this. :)
>
>
> Best wishes,
>
> --
> ,''`.
> : :' : Chris Lamb
> `. `'` [email protected] / chris-lamb.co.uk
> `-
>
--
Best regards,
Michael
--- End Message ---