[Reproducible-commits] [dpkg] 12/90: man: Clarify when some features where added
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Aug 29 18:26:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 08f4215663282ed07b249c412ccc613c4cfdf275
Author: Guillem Jover <guillem at debian.org>
Date: Sun Jul 26 00:31:58 2015 +0200
man: Clarify when some features where added
The version information was in a confusing place, move closer to the
added feature, and add missing version information.
---
debian/changelog | 1 +
man/dpkg-buildflags.1 | 4 ++--
man/dpkg-buildpackage.1 | 4 ++--
man/dpkg.1 | 4 +++-
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 617ad33..fd0cbd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ dpkg (1.18.2) UNRELEASED; urgency=low
Thanks to Chris Lamb <lamby at debian.org>. Closes: #787616
- Use the feature area name in the dpkg-buildflags(1) subsection title.
- Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
+ - Clarify when some features where added in man pages.
[ Updated programs translations ]
* Dutch (Frans Spiesschaert). Closes: #789097
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index 40c4cfd..f484eaa 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -75,8 +75,8 @@ information about them.
.TP
.BI \-\-status
Display any information that can be useful to explain the behaviour of
-\fBdpkg\-buildflags\fP: relevant environment variables, current vendor,
-state of all feature flags (since dpkg 1.16.5).
+\fBdpkg\-buildflags\fP (since dpkg 1.16.5): relevant environment variables,
+current vendor, state of all feature flags.
Also print the resulting compiler flags with their origin.
This is intended to be run from \fBdebian/rules\fP, so that the build log
diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1
index d1a49b8..4419f84 100644
--- a/man/dpkg-buildpackage.1
+++ b/man/dpkg-buildpackage.1
@@ -372,8 +372,8 @@ will be ignored.
.TP
.B DEB_BUILD_PROFILES
If set, it will be used as the active build profile(s) for the package
-being built.
-It is a space separated list of profile names (since dpkg 1.17.2).
+being built (since dpkg 1.17.2).
+It is a space separated list of profile names.
Overridden by the \fB\-P\fP option.
.SS Reliance on exported environment flags
diff --git a/man/dpkg.1 b/man/dpkg.1
index 1234430..94e4cf9 100644
--- a/man/dpkg.1
+++ b/man/dpkg.1
@@ -631,7 +631,9 @@ installed.
Set an invoke hook \fIcommand\fP to be run via \*(lqsh \-c\*(rq before or
after the \fBdpkg\fP run for the \fIunpack\fP, \fIconfigure\fP, \fIinstall\fP,
\fItriggers\-only\fP, \fIremove\fP, \fIpurge\fP, \fIadd\-architecture\fP and
-\fIremove\-architecture\fP \fBdpkg\fP actions (since dpkg 1.15.4). This
+\fIremove\-architecture\fP \fBdpkg\fP actions (since dpkg 1.15.4;
+\fIadd\-architecture\fP and \fIremove\-architecture\fP actions
+since dpkg 1.17.19). This
option can be specified multiple times. The order the options are specified
is preserved, with the ones from the configuration files taking precedence.
The environment variable \fBDPKG_HOOK_ACTION\fP is set for the hooks to the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list