Package: make
Version: 4.0-8.2
Followup-For: Bug #763147

Dear Maintainer,

I have written a patch that fix the bug, feel free to accept / reject it.

Cheers,
Alex


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_TW.utf8, LC_CTYPE=zh_TW.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages make depends on:
ii  libc6  2.19-19

make recommends no packages.

Versions of packages make suggests:
pn  make-doc  <none>

-- no debconf information
From 95471a03a3a03601d5d073d6c33903c68ecddff2 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1...@gmail.com>
Date: Wed, 26 Aug 2015 18:50:35 +0800
Subject: [PATCH] Fix typos in make-first-existing-target(1) man page.

Description: Fix typos in the embedded Pod
 of debian/make-first-existing-target and
 re-generate debian/make-first-existing-target.1 using pod2man.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763147
Author: Alex Vong <alexvong1...@gmail.com>

* debian/make-first-existing-target: Fix typos.
 (Closes: #763147).
* debian/make-first-existing-target.1: Re-generated by pod2man.
 (Closes: #763147).
---
 debian/make-first-existing-target   |  2 +-
 debian/make-first-existing-target.1 | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/make-first-existing-target b/debian/make-first-existing-target
index f061cf4..172059d 100755
--- a/debian/make-first-existing-target
+++ b/debian/make-first-existing-target
@@ -164,7 +164,7 @@ probably has one of several standardized target names, and want build
 machinery to run exactly one of them, propagating any errors. L<make(1)>
 will exit 2 if a target does not exist, but an existing target may also
 exit 2 due to some other failure. Makefiles cannot be reliably parsed
-to find targets by anything less turing complete than make; and make itself
+to find targets by anything less Turing-complete than make, and make itself
 does not provide a way to enumerate the targets in a Makefile. It may not
 even be possible to enumerate the targets in a Makefile without executing
 part of it. (Proof of this is left as an exercise for the reader.)
diff --git a/debian/make-first-existing-target.1 b/debian/make-first-existing-target.1
index 78f4fc6..e803189 100644
--- a/debian/make-first-existing-target.1
+++ b/debian/make-first-existing-target.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "MAKE-FIRST-EXISTING-TARGET 1"
-.TH MAKE-FIRST-EXISTING-TARGET 1 "2014-05-13" "perl v5.18.2" "User Contributed Perl Documentation"
+.TH MAKE-FIRST-EXISTING-TARGET 1 "2015-08-26" "perl v5.20.2" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -147,10 +147,10 @@ make-first-existing-target [\-c cmd] target1 [target2 ...] \*(-- [make\-options]
 .IX Header "DESCRIPTION"
 The design of \fImake\fR\|(1) causes difficulty when you know that a Makefile
 probably has one of several standardized target names, and want build
-machinery to run exactly one of them, propigating any errors. \fImake\fR\|(1)
-will exit 2 if a taget does not exist, but an existing target may also
+machinery to run exactly one of them, propagating any errors. \fImake\fR\|(1)
+will exit 2 if a target does not exist, but an existing target may also
 exit 2 due to some other failure. Makefiles cannot be reliably parsed
-to find targets by anything less turing complete than make; and make itself
+to find targets by anything less Turing-complete than make, and make itself
 does not provide a way to enumerate the targets in a Makefile. It may not
 even be possible to enumerate the targets in a Makefile without executing
 part of it. (Proof of this is left as an exercise for the reader.)
-- 
2.5.0

Reply via email to