summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-09-06 01:48:47 +0200
committerGuillem Jover <guillem@debian.org>2017-09-07 11:36:25 +0200
commit6a2ae2cbc78517698c77db762cd97b18b9389786 (patch)
tree2760203d6fcfa819d28e376909c50622547b7ca2 /man
parente6171e188e7c1fc7cfc9f159fe55abba7a1d128a (diff)
downloaddpkg-6a2ae2cbc78517698c77db762cd97b18b9389786.tar.gz
man: Remove recommendation to use Pre-Depends for trigger directives
Closes: #864882
Diffstat (limited to 'man')
-rw-r--r--man/deb-triggers.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/deb-triggers.man b/man/deb-triggers.man
index 2cddcb716..dba9fca4d 100644
--- a/man/deb-triggers.man
+++ b/man/deb-triggers.man
@@ -78,15 +78,11 @@ If the triggering packages are dependencies of other upgraded packages,
it will avoid an early trigger processing run and make it possible
to run the trigger only once as one of the last steps of the upgrade.
.PP
-The “\-noawait” variants are only supported since dpkg 1.16.1, and
-will lead to errors if used with an older dpkg. It is thus recommended
-to add a “Pre\-Depends: dpkg (>= 1.16.1)” to any package that wish to use
-those directives.
+The “\-noawait” variants are supported since dpkg 1.16.1, and
+will lead to errors if used with an older dpkg.
.PP
-The “\-await” alias variants are only supported since dpkg 1.17.21, and
-will lead to errors if used with an older dpkg. It is thus recommended
-to add a “Pre\-Depends: dpkg (>= 1.17.21)” to any package that wish to use
-those directives.
+The “\-await” alias variants are supported since dpkg 1.17.21, and
+will lead to errors if used with an older dpkg.
.
.SH SEE ALSO
.BR dpkg\-trigger (1),