]> Savannah Git Hosting - gnulib.git/commitdiff
Improve bug reporting address for some programs.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Jun 2024 00:35:40 +0000 (02:35 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Jun 2024 11:01:55 +0000 (13:01 +0200)
* build-aux/declared.sh (func_usage): Change bug reporting address to
bug-gnulib.
(func_version): Bump year. Improve "Written by" line.
* build-aux/libtool-next-version (func_usage): Change bug reporting
address to bug-gnulib.
* build-aux/run-test (func_usage): Change bug reporting address to
bug-gnulib.
(func_version): Bump year. Improve "Written by" line.

ChangeLog
build-aux/declared.sh
build-aux/libtool-next-version
build-aux/run-test

index a46eb4f1e5e5e5a2d87fd0e731a7688a1d1db88e..5a7cd4b13bcc6c5283c9d41d3c67f933e88d3011 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-06-14  Bruno Haible  <bruno@clisp.org>
+
+       Improve bug reporting address for some programs.
+       * build-aux/declared.sh (func_usage): Change bug reporting address to
+       bug-gnulib.
+       (func_version): Bump year.
+       * build-aux/libtool-next-version (func_usage): Change bug reporting
+       address to bug-gnulib.
+       * build-aux/run-test (func_usage): Change bug reporting address to
+       bug-gnulib.
+       (func_version): Bump year.
+
 2024-06-13  Bruno Haible  <bruno@clisp.org>
 
        Assume wchar_t.
index 3886197bc3ba3f4d590713003ad5b6560846fc01..4efdcec8bb246e6c38e808530a29eebc5f4bea38 100755 (executable)
@@ -39,7 +39,7 @@ Options:
       --help           print this help and exit
       --version        print version information and exit
 
-Report bugs to <bruno@clisp.org>."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
 }
 
 # func_version
@@ -47,11 +47,12 @@ Report bugs to <bruno@clisp.org>."
 func_version ()
 {
   echo "declared.sh (GNU gnulib)"
-  echo "Copyright (C) 2022 Free Software Foundation, Inc.
+  echo "Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
-  echo "Written by" "Bruno Haible"
+  echo
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fatal_error message
index 74602b22f0a31070e96179c50305eba5ef3e0cde..ce87bc8b4a96bf1dd34346503050662705521c68 100755 (executable)
@@ -42,7 +42,7 @@
 #   - It does not enforce that applying the third or fourth rule is only
 #     possible after applying the second rule.
 
-scriptversion=2022-01-27
+scriptversion=2024-06-13
 
 # func_usage
 # outputs to stdout the --help usage message.
@@ -63,7 +63,7 @@ Options:
       --help           print this help and exit
       --version        print version information and exit
 
-Report bugs to <bruno@clisp.org>."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
 }
 
 # func_version
index 56d4a3a4dfbf9e45811c4e754f19e65638c0d4d2..94ef7fd9124daf02f8e5f6083e9b05c31b222907 100755 (executable)
@@ -39,7 +39,7 @@ configured with
                        wrapper scripts, and
   CFLAGS=\"-g\"          so that valgrind shows line numbers.
 
-Report bugs to Bruno Haible."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
 }
 
 # func_version
@@ -48,12 +48,12 @@ func_version ()
 {
   echo "\
 run-test (GNU gnulib)
-Copyright (C) 2019 Free Software Foundation, Inc.
+Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.
-
-Written by" "Bruno Haible"
+There is NO WARRANTY, to the extent permitted by law."
+  echo
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fatal_error message