This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit fe789543b6f36ea0517812b21d47841a8e42911b Author: Guillem Jover <[email protected]> Date: Wed Jan 3 02:36:54 2018 +0100 deb-src-control(5): Document the Testsuite and Testsuite-Triggers fields Prompted-by: Mattia Rizzolo <[email protected]> (on IRC) --- debian/changelog | 2 ++ man/deb-src-control.man | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8bf7cb3..8febf96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium Spotted by Helge Kreutzmann <[email protected]>. - Document DPKG_COLORS environment variable for all programs using it. - Document DPKG_NLS environment variable for all programs using it. + - Document the Testsuite and Testsuite-Triggers fields in + deb-src-control(5). Prompted by Mattia Rizzolo <[email protected]>. * Build system: - Set distribution tarball format to ustar, instead of default v7 format. * Packaging: diff --git a/man/deb-src-control.man b/man/deb-src-control.man index 259475c..453ecdc 100644 --- a/man/deb-src-control.man +++ b/man/deb-src-control.man @@ -126,6 +126,15 @@ expose an interface that is used to run a command under (fake)root. .RE .TP +.BI Testsuite: " name-list" +.TQ +.BI Testsuite\-Triggers: " package-list" +These fields are described in the +.BR dsc (5) +manual page, as they are generated from information inferred from +\fBdebian/tests/control\fP or copied literally to the source control file. + +.TP .BI Vcs\-Arch: " url" .TQ .BI Vcs\-Bzr: " url" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

