[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * Pod-Simple-Texinfo/Changes: point to GNU Texinf
From: |
Patrice Dumas |
Subject: |
branch master updated: * Pod-Simple-Texinfo/Changes: point to GNU Texinfo main ChangeLog. |
Date: |
Sun, 01 Dec 2024 17:12:27 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 781a798992 * Pod-Simple-Texinfo/Changes: point to GNU Texinfo main
ChangeLog.
781a798992 is described below
commit 781a7989926d309fd11eb51288694f78fdc82682
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Dec 1 23:12:15 2024 +0100
* Pod-Simple-Texinfo/Changes: point to GNU Texinfo main ChangeLog.
* Pod-Simple-Texinfo/prove.sh: sync with tp/prove.sh.
---
ChangeLog | 6 ++++++
Pod-Simple-Texinfo/Changes | 8 ++++++--
Pod-Simple-Texinfo/prove.sh | 18 ++++++++++++------
3 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5a9dafc3b8..21c1633857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-01 Patrice Dumas <pertusus@free.fr>
+
+ * Pod-Simple-Texinfo/Changes: point to GNU Texinfo main ChangeLog.
+
+ * Pod-Simple-Texinfo/prove.sh: sync with tp/prove.sh.
+
2024-12-01 Patrice Dumas <pertusus@free.fr>
* configure.ac (prefer_libintl_perl), tp/Texinfo/XS/configure.ac
diff --git a/Pod-Simple-Texinfo/Changes b/Pod-Simple-Texinfo/Changes
index c585b0cabf..2a02b6989e 100644
--- a/Pod-Simple-Texinfo/Changes
+++ b/Pod-Simple-Texinfo/Changes
@@ -1,6 +1,10 @@
Revision history for Perl extension Pod::Simple::Texinfo.
+Pod::Simple::Texinfo is not distributed separately from GNU Texinfo.
+The changes are in the GNU Texinfo main ChangeLog and the module version
+has never been changed for now even if Pod::Simple::Texinfo is released
+with every GNU Texinfo release.
+
0.01 Fri Dec 23 22:41:34 2011
- - original version; created by h2xs 1.23 with options
- -XA -b 5.0.0 -n Pod::Simple::Texinfo
+ - initial version
diff --git a/Pod-Simple-Texinfo/prove.sh b/Pod-Simple-Texinfo/prove.sh
index acf6301a7b..1e40622024 100755
--- a/Pod-Simple-Texinfo/prove.sh
+++ b/Pod-Simple-Texinfo/prove.sh
@@ -1,14 +1,20 @@
-#! /bin/sh -x
-# Copyright 2010-2024 Free Software Foundation, Inc.
+#! /bin/sh
+# Copyright 2012-2024 Free Software Foundation.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.
+#
+# This file is a convenience to run the t/*.t tests directly, and not
+# through the automake generated facilities.
-#set -x
-
-if test z"$srcdir" = 'z'; then
+if [ z"$srcdir" = 'z' ]; then
srcdir='.'
fi
-prove "$srcdir"/t/*.t
+# Note that srcdir is not used directly to find modules in
+# Texinfo::ModulePath; top_srcdir or .t file name are used instead, and
+# Texinfo::ModulePath::top_srcdir is set.
+# In scripts srcdir is used to find input files used if set. If srcdir
+# is not set it is based on Texinfo::ModulePath::top_srcdir.
+prove "$srcdir"/t/*.t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * Pod-Simple-Texinfo/Changes: point to GNU Texinfo main ChangeLog.,
Patrice Dumas <=