Imported Upstream version 1.47.14 upstream/1.47.14
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 6 Dec 2021 03:25:23 +0000 (12:25 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 6 Dec 2021 03:25:23 +0000 (12:25 +0900)
29 files changed:
COPYING
README
build-aux/install-sh
build-aux/missing
configure
debian/changelog
help2man.1
help2man.PL
help2man.da.1
help2man.de.1
help2man.el.1
help2man.eo.1
help2man.es.1
help2man.fi.1
help2man.fr.1
help2man.hr.1
help2man.hu.1
help2man.it.1
help2man.ja.1
help2man.nb.1
help2man.pl.1
help2man.pt_BR.1
help2man.ru.1
help2man.sr.1
help2man.sv.1
help2man.ta.1
help2man.uk.1
help2man.vi.1
help2man.zh_CN.1

diff --git a/COPYING b/COPYING
index 94a9ed0..f288702 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README b/README
index 963c363..96e4c29 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-               README for GNU help2man version 1.47.13
+               README for GNU help2man version 1.47.14
 
 help2man is a script to create simple man pages from the --help and
 --version output of programs.
@@ -8,7 +8,7 @@ way to generate a placeholder man page pointing to that resource while
 still providing some useful information.
 
   Home page:    http://www.gnu.org/software/help2man/
-  Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.47.13.tar.xz
+  Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.47.14.tar.xz
   Repository:   https://salsa.debian.org/bod/help2man.git
 
 -- 
index 8175c64..20d8b2e 100755 (executable)
@@ -451,7 +451,18 @@ do
     trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
 
     # Copy the file name to the temp name.
-    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
+    (umask $cp_umask &&
+     { test -z "$stripcmd" || {
+        # Create $dsttmp read-write so that cp doesn't create it read-only,
+        # which would cause strip to fail.
+        if test -z "$doit"; then
+          : >"$dsttmp" # No need to fork-exec 'touch'.
+        else
+          $doit touch "$dsttmp"
+        fi
+       }
+     } &&
+     $doit_exec $cpprog "$src" "$dsttmp") &&
 
     # and set any options; do chmod last to preserve setuid bits.
     #
index 625aeb1..8d0eaad 100755 (executable)
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
index 52141a6..a8a5d7a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU help2man 1.47.13.
+# Generated by GNU Autoconf 2.69 for GNU help2man 1.47.14.
 #
 # Report bugs to <bug-help2man@gnu.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU help2man'
 PACKAGE_TARNAME='help2man'
-PACKAGE_VERSION='1.47.13'
-PACKAGE_STRING='GNU help2man 1.47.13'
+PACKAGE_VERSION='1.47.14'
+PACKAGE_STRING='GNU help2man 1.47.14'
 PACKAGE_BUGREPORT='bug-help2man@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/help2man/'
 
@@ -1211,7 +1211,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU help2man 1.47.13 to adapt to many kinds of systems.
+\`configure' configures GNU help2man 1.47.14 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1273,7 +1273,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU help2man 1.47.13:";;
+     short | recursive ) echo "Configuration of GNU help2man 1.47.14:";;
    esac
   cat <<\_ACEOF
 
@@ -1360,7 +1360,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU help2man configure 1.47.13
+GNU help2man configure 1.47.14
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1461,7 +1461,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU help2man $as_me 1.47.13, which was
+It was created by GNU help2man $as_me 1.47.14, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3777,7 +3777,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU help2man $as_me 1.47.13, which was
+This file was extended by GNU help2man $as_me 1.47.14, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3832,7 +3832,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU help2man config.status 1.47.13
+GNU help2man config.status 1.47.14
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 39861cd..0c7725b 100644 (file)
@@ -1,3 +1,14 @@
+help2man (1.47.14) unstable; urgency=medium
+
+  * Revert --version parsing change from 1.47.13, which had unintended
+    consequences for some version strings.  In short, it is not possible
+    to unambiguously determine the split between the package/program name
+    and version in some of the supported formats.  Multi-word package
+    names are supported only in the "program (GNU package) version"
+    variant (closes: #958345).
+
+ -- Brendan O'Dea <bod@debian.org>  Fri, 24 Apr 2020 23:58:17 +1000
+
 help2man (1.47.13) unstable; urgency=medium
 
   * Merge change from Po-Chuan Hsieh to suppress creation of an empty
index a9c1135..31b64fb 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "March 2020" "help2man 1.47.13" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "April 2020" "help2man 1.47.14" "User Commands"
 .SH NAME
 help2man \- generate a simple manual page
 .SH SYNOPSIS
index 956a8bc..c55e7de 100755 (executable)
@@ -16,7 +16,7 @@ use 5.008;
 use Config;
 use Getopt::Long;
 
-my ($program, $version) = ('help2man', '1.47.13');
+my ($program, $version) = ('help2man', '1.47.14');
 
 my %opts;
 die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"
@@ -410,14 +410,14 @@ if ($opt_output)
 
 ($_, $version_text) = ((split /\n+/, $version_text, 2), '');
 
-if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(\S+)$/ or
-    /^(\S+) +- *((?:GNU|Free) +\S.*) +(\S+)$/)
+if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(\S.*)$/ or
+    /^(\S+) +- +((?:GNU|Free) +\S+) +(\S.*)$/)
 {
     $program = program_basename $1;
     $package = $2;
     $version = $3;
 }
-elsif (/^((?:GNU|Free) +)?(\S.*) +(\S+)$/)
+elsif (/^((?:GNU|Free) +)?(\S+) +(\S.*)$/)
 {
     $program = program_basename $2;
     $package = $1 ? "$1$program" : $program;
index 01ff47c..dbb4870 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "marts 2020" "help2man 1.47.13" "Brugerkommandoer"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Brugerkommandoer"
 .SH NAVN
 help2man \- opret en simpel manualside
 .SH SYNOPSIS
index fa2cf0b..8ee135f 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "März 2020" "help2man 1.47.13" "Dienstprogramme für Benutzer"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "April 2020" "help2man 1.47.14" "Dienstprogramme für Benutzer"
 .SH BEZEICHNUNG
 help2man \- generiert eine einfache Handbuchseite
 .SH ÜBERSICHT
index 667bb0c..5c4233e 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "Î\9cαÏ\81Ï\84ίοÏ\85 2020" "help2man 1.47.13" "Εντολές χρήστη"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "Î\91Ï\80Ï\81ιλίοÏ\85 2020" "help2man 1.47.14" "Εντολές χρήστη"
 .SH NAME
 help2man \- δημιουργία απλής σελίδας εγχειριδίου
 .SH SYNOPSIS
index f79be3e..758b559 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "2020-03" "help2man 1.47.13" "Uzant-komandoj"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "2020-04" "help2man 1.47.14" "Uzant-komandoj"
 .SH NOMO
 help2man \- generas simplan man-paĝon
 .SH RESUMO
index 019e749..87530e2 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "marzo 2020" "help2man 1.47.13" "Órdenes de usuario"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "abril 2020" "help2man 1.47.14" "Órdenes de usuario"
 .SH NOMBRE
 help2man \- genera una página de manual básica
 .SH SINOPSIS
index 92d6f11..253a589 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "maaliskuu 2020" "help2man 1.47.13" "Käyttäjän sovellukset"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "huhtikuu 2020" "help2man 1.47.14" "Käyttäjän sovellukset"
 .SH NIMI
 help2man \- luo yksinkertainen man-sivu
 .SH YLEISKATSAUS
index 6bd8439..4c234c8 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Commandes"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "avril 2020" "help2man 1.47.14" "Commandes"
 .SH NOM
 help2man \- Créer une page de manuel sommaire
 .SH SYNOPSIS
index 013b20d..5af2df2 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "ožujka 2020" "help2man 1.47.13" "Korisničke naredbe"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "travnja 2020" "help2man 1.47.14" "Korisničke naredbe"
 .SH IME
 help2man \- napravi jednostavnu stranicu priručnika
 .SH PREGLED
index 2b264a3..3889f69 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "2020. március" "help2man 1.47.13" "Felhasználói parancsok"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "2020. április" "help2man 1.47.14" "Felhasználói parancsok"
 .SH NÉV
 help2man \- egy egyszerű kézikönyvoldal előállítása
 .SH LEÍRÁS
index 9079487..4a60b31 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "marzo 2020" "help2man 1.47.13" "Comandi utente"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "aprile 2020" "help2man 1.47.14" "Comandi utente"
 .SH NOME
 help2man \- genera una semplice pagina di manuale
 .SH SINTASSI
index 3a18d3a..46189dc 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "2020年3月" "help2man 1.47.13" "ユーザーコマンド"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "2020年4月" "help2man 1.47.14" "ユーザーコマンド"
 .SH 名前
 help2man \- 簡易マニュアルページの生成
 .SH 書式
index d9fd096..02c7c25 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Brukerkommandoer"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Brukerkommandoer"
 .SH NAVN
 help2man \- generer en enkel manualside
 .SH OVERSIKT
index 4bff486..b8952d7 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "marca 2020" "help2man 1.47.13" "Polecenia użytkownika"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "kwietnia 2020" "help2man 1.47.14" "Polecenia użytkownika"
 .SH NAZWA
 help2man \- generowanie prostej strony podręcznika
 .SH SKŁADNIA
index 7b2df56..83fa413 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "março de 2020" "help2man 1.47.13" "Comandos de usuário"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "abril de 2020" "help2man 1.47.14" "Comandos de usuário"
 .SH NOME
 help2man \- gera uma página de manual simples
 .SH SINOPSE
index 86a8665..71c4ca9 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "15.03.2020" "help2man 1.47.13" "Пользовательские команды"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "24.04.2020" "help2man 1.47.14" "Пользовательские команды"
 .SH ИМЯ
 help2man \- генерирует простую справочную страницу
 .SH ОБЗОР
index 5177207..0aa2343 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH ГНУ HELP2MAN "1" "маÑ\80Ñ\82 2020." "ГНУ help2man 1.47.13" "Ð\9aоÑ\80иÑ\81ниÑ\87ке Ð½Ð°Ñ\80едбе"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH ГНУ "1" "апÑ\80ил 2020." "ГНУ help2man 1.47.14" "Ð\9aоÑ\80иÑ\81ниÑ\87ке Ð½Ð°Ñ\80едбе"
 .SH НАЗИВ
 help2man \— ствара страницу упутства
 .SH УВОД
@@ -146,13 +146,13 @@ help2man \— ствара страницу упутства
     ftp://ftp.gnu.org/gnu/help2man/
 .SH "ПОГЛЕДАЈТЕ ТАКОЂЕ"
 Потпуна документација за
-.B ГНУ help2man
+.B ГНУ
 је одржавана као Тексинфо упутство.  Ако су
 .B инфо
 и
-.B ГНУ help2man
+.B ГНУ
 исправно инсталирани на вашем сајту, наредба
 .IP
-.B инфо ГНУ help2man
+.B инфо ГНУ
 .PP
 треба да вам да приступ потпуном упутству.
index 60556ab..1fbdd52 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Användarkommandon"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Användarkommandon"
 .SH NAMN
 help2man \- generera en enkel manualsida
 .SH SYNOPSIS
index b5a6916..3bf09bf 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "மாரà¯\8dà®\9aà¯\8d 2020" "help2man 1.47.13" "பயனர்க் கட்டளைகள்"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "à®\8fபà¯\8dரலà¯\8d 2020" "help2man 1.47.14" "பயனர்க் கட்டளைகள்"
 .SH பெயர்
 help2man \- எளிய கையேட்டுப் பக்கத்தை உருவாக்கு
 .SH விளக்கம்
index 202fd6f..3d3725f 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "15.03.20" "help2man 1.47.13" "Команди користувача"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "24.04.20" "help2man 1.47.14" "Команди користувача"
 .SH НАЗВА
 help2man \— програма для створення простих сторінок довідника
 .SH "КОРОТКИЙ ОПИС"
index bcfd766..906aa5f 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "Tháng 3 2020" "help2man 1.47.13" "Các câu lệnh"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "Tháng 4 2020" "help2man 1.47.14" "Các câu lệnh"
 .SH TÊN
 help2man \- tạo một trang hướng dẫn dạng man kiểu đơn giản
 .SH "TÓM TẮT"
index bd8c9d6..7e38fe0 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
-.TH HELP2MAN "1" "2020 三月" "help2man 1.47.13" "用户命令"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.14.
+.TH HELP2MAN "1" "2020 四月" "help2man 1.47.14" "用户命令"
 .SH 名称
 help2man \- 输出一份简单的手册页
 .SH 描述