This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 2e54e4d5e8ee740e84d0f258a16e944441e8207a Author: Guillem Jover <[email protected]> Date: Fri Jul 8 00:59:24 2016 +0200 man: Add references to deb-control(5) and deb-triggers(5) in dpkg(1) --- debian/changelog | 1 + man/dpkg.1 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ae94cc..6b9180c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ dpkg (1.18.10) UNRELEASED; urgency=medium Reported by HW42 <[email protected]>. - Use debian/control as the SYNOPSIS in deb-src-control(5). - Add new deb-conffiles(5) man page. + - Add references to deb-control(5) and deb-triggers(5) in dpkg(1). [ Updated scripts translations ] * German (Helge Kreutzmann). diff --git a/man/dpkg.1 b/man/dpkg.1 index 28d8319..c8918cf 100644 --- a/man/dpkg.1 +++ b/man/dpkg.1 @@ -954,13 +954,13 @@ The following files are components of a binary package. See \fBdeb\fP(5) for more information about them: .RS .nf -.I control +.IR control " (\fBdeb\-control\fP(5))" .IR conffiles " (\fBdeb\-conffiles\fP(5))" .I preinst .I postinst .I prerm .I postrm -.I triggers +.IR triggers " (\fBdeb\-triggers\fP(5))" .fi .RE . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

