This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 7e910c8d4b93d2b958da51f32aa26bd76575959e Author: Guillem Jover <[email protected]> Date: Fri Aug 19 02:29:44 2016 +0200 man: Add version when "new" substvars were introduced in deb-substvars(5) --- debian/changelog | 1 + man/deb-substvars.5 | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 393cb30..a5ce388 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium - Add new deb-src-files(5) man page. Prompted by Johannes Schauer <[email protected]>. - Add man page references to other binary control files in dpkg(1). + - Add version when "new" substvars were introduced in deb-substvars(5). * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/deb-substvars.5 b/man/deb-substvars.5 index b52136a..f4d73f3 100644 --- a/man/deb-substvars.5 +++ b/man/deb-substvars.5 @@ -95,15 +95,15 @@ The current host architecture (i.e. the architecture the package is being built for, the equivalent of \fBDEB_HOST_ARCH\fP). .TP .B source:Version -The source package version. +The source package version (since dpkg 1.13.19). .TP .B source:Upstream\-Version The upstream source package version, including the Debian version epoch if -any. +any (since dpkg 1.13.19). .TP .B binary:Version The binary package version (which may differ from source:Version in a binNMU -for example). +for example; since dpkg 1.13.19). .TP .B Source\-Version The source package version (from the changelog file). This variable is now @@ -158,10 +158,10 @@ Variable settings with names of this form are generated by .BR dpkg\-shlibdeps . .TP .B dpkg:Upstream\-Version -The upstream version of dpkg. +The upstream version of dpkg (since dpkg 1.13.19). .TP .B dpkg:Version -The full version of dpkg. +The full version of dpkg (since dpkg 1.13.19). .LP If a variable is referred to but not defined it generates a warning and an empty value is assumed. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

