This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 3a8c4193ddbbf7d7039a02442b7f5094b3b4bf86 Author: Guillem Jover <[email protected]> Date: Mon Sep 26 02:15:55 2016 +0200 man: Switch deb-triggers(5) types into a proper list --- debian/changelog | 1 + man/deb-triggers.5 | 31 ++++++++++++------------------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5ce388..bcd897f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium 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). + - Switch deb-triggers(5) types into a proper list. * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/deb-triggers.5 b/man/deb-triggers.5 index 0ead706..092a85d 100644 --- a/man/deb-triggers.5 +++ b/man/deb-triggers.5 @@ -33,31 +33,24 @@ and everything after the first \fB#\fP on any line will be trimmed, and empty lines will be ignored. .PP The trigger control directives currently supported are: -.IP "" 5 -.B interest -.I trigger-name -.br -.B interest\-await -.I trigger-name -.br -.B interest\-noawait -.I trigger-name +.TP +\fBinterest\fP \fItrigger-name\fP +.TQ +\fBinterest\-await\fP \fItrigger-name\fP +.TQ +\fBinterest\-noawait\fP \fItrigger-name\fP .IP Specifies that the package is interested in the named trigger. All triggers in which a package is interested must be listed using this directive in the triggers control file. The \(lqnoawait\(rq variant does not put the triggering packages in triggers\-awaited state. This should be used when the functionality provided by the trigger is not crucial. -.IP -.B activate -.I trigger-name -.br -.B activate\-await -.I trigger-name -.br -.B activate\-noawait -.I trigger-name -.br +.TP +\fBactivate\fP \fItrigger-name\fP +.TQ +\fBactivate\-await\fP \fItrigger-name\fP +.TQ +\fBactivate\-noawait\fP \fItrigger-name\fP .IP Arranges that changes to this package's state will activate the specified trigger. The trigger will be activated at the start of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

