diff options
author | Guillem Jover <guillem@debian.org> | 2015-07-26 00:31:58 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-07-26 02:09:12 +0200 |
commit | 08f4215663282ed07b249c412ccc613c4cfdf275 (patch) | |
tree | b7b0d0afeb0313a50cdbb47337c66b1fc6a9887e /man | |
parent | 70657337fcec98fa52ad256ee57520d3d81a9c4a (diff) | |
download | dpkg-08f4215663282ed07b249c412ccc613c4cfdf275.tar.gz |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-buildflags.1 | 4 | ||||
-rw-r--r-- | man/dpkg-buildpackage.1 | 4 | ||||
-rw-r--r-- | man/dpkg.1 | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1 index 40c4cfd0e..f484eaa5a 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 d1a49b8dd..4419f849f 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 123443009..94e4cf97c 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 |