This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1752a4d4dfe5d3179b8821db532aec7092c03466 commit 1752a4d4dfe5d3179b8821db532aec7092c03466 Author: Guillem Jover <[email protected]> AuthorDate: Mon Aug 28 23:39:03 2023 +0200 man: Document version when new programs where introduced We should document not only when specific options or behavior was introduced but also when these new tools got introduced. --- man/dpkg-buildflags.pod | 2 ++ man/dpkg-fsys-usrunmess.pod | 2 ++ man/dpkg-genbuildinfo.pod | 2 +- man/dpkg-gensymbols.pod | 2 ++ man/dpkg-maintscript-helper.pod | 2 ++ man/dpkg-mergechangelogs.pod | 2 ++ man/dpkg-realpath.pod | 2 ++ man/dpkg-trigger.pod | 2 ++ man/dpkg-vendor.pod | 2 ++ 9 files changed, 17 insertions(+), 1 deletion(-) diff --git a/man/dpkg-buildflags.pod b/man/dpkg-buildflags.pod index 329886532..46ed35357 100644 --- a/man/dpkg-buildflags.pod +++ b/man/dpkg-buildflags.pod @@ -88,6 +88,8 @@ Since dpkg 1.16.1. The configuration files can contain comments on lines starting with a hash (#). Empty lines are also ignored. +This program was introduced in dpkg 1.15.7. + =head1 COMMANDS =over diff --git a/man/dpkg-fsys-usrunmess.pod b/man/dpkg-fsys-usrunmess.pod index 0a2401f28..d6711efed 100644 --- a/man/dpkg-fsys-usrunmess.pod +++ b/man/dpkg-fsys-usrunmess.pod @@ -133,6 +133,8 @@ unusable or broken in case of a sudden crash or reboot, unexpected state of the system, or possible bugs in the script. Be prepared with recovery media and consider doing backups beforehand. +This program was introduced in dpkg 1.20.6. + =head1 OPTIONS =over diff --git a/man/dpkg-genbuildinfo.pod b/man/dpkg-genbuildinfo.pod index 6dff6876f..fbc28739f 100644 --- a/man/dpkg-genbuildinfo.pod +++ b/man/dpkg-genbuildinfo.pod @@ -38,7 +38,7 @@ from the files it has generated and generates a Debian control file describing the build environment and the build artifacts (B<.buildinfo> file). -This command was introduced in dpkg 1.18.11. +This program was introduced in dpkg 1.18.11. =head1 OPTIONS diff --git a/man/dpkg-gensymbols.pod b/man/dpkg-gensymbols.pod index c29e8c182..60ffb67e3 100644 --- a/man/dpkg-gensymbols.pod +++ b/man/dpkg-gensymbols.pod @@ -74,6 +74,8 @@ Furthermore if the difference is too significant, it will even fail (you can customize how much difference you can tolerate, see the B<-c> option). +This program was introduced in dpkg 1.14.8. + =head1 MAINTAINING SYMBOLS FILES The base interchange format of the symbols file is described in diff --git a/man/dpkg-maintscript-helper.pod b/man/dpkg-maintscript-helper.pod index 179e78338..e9079c914 100644 --- a/man/dpkg-maintscript-helper.pod +++ b/man/dpkg-maintscript-helper.pod @@ -56,6 +56,8 @@ program will automatically adapt its behavior based on the environment variable B<DPKG_MAINTSCRIPT_NAME> and on the maintainer scripts arguments that you have to forward after a double hyphen. +This program was introduced in dpkg 1.15.7. + =head1 COMMON PARAMETERS =over diff --git a/man/dpkg-mergechangelogs.pod b/man/dpkg-mergechangelogs.pod index 3db49ae48..db4ebe97a 100644 --- a/man/dpkg-mergechangelogs.pod +++ b/man/dpkg-mergechangelogs.pod @@ -44,6 +44,8 @@ Algorithm::Merge is available — it's part of the package libalgorithm-merge-perl — otherwise you get a global conflict on the content of the entry). +This program was introduced in dpkg 1.15.7. + =head1 OPTIONS =over diff --git a/man/dpkg-realpath.pod b/man/dpkg-realpath.pod index 0a53eb0a9..3961981ec 100644 --- a/man/dpkg-realpath.pod +++ b/man/dpkg-realpath.pod @@ -39,6 +39,8 @@ scripts instead of using L<realpath(1)> or L<readlink(1)> to canonicalize pathnames, as these latter commands do not support canonicalization relative to a different root than F</>. +This program was introduced in dpkg 1.20.1. + =head1 OPTIONS =over diff --git a/man/dpkg-trigger.pod b/man/dpkg-trigger.pod index b5757482f..5b1e80b54 100644 --- a/man/dpkg-trigger.pod +++ b/man/dpkg-trigger.pod @@ -42,6 +42,8 @@ triggers won't actually be run by B<dpkg-trigger>). Unrecognized trigger name syntaxes are an error for B<dpkg-trigger>. +This program was introduced in dpkg 1.14.17. + =head1 COMMANDS =over diff --git a/man/dpkg-vendor.pod b/man/dpkg-vendor.pod index 075c2977d..a9bd54a43 100644 --- a/man/dpkg-vendor.pod +++ b/man/dpkg-vendor.pod @@ -32,6 +32,8 @@ B<dpkg-vendor> is a tool to query information about vendors listed in B<%PKGCONFDIR%/origins>. B<%PKGCONFDIR%/origins/default> contains information about the current vendor. +This program was introduced in dpkg 1.15.1. + =head1 COMMANDS =over -- Dpkg.Org's dpkg

