This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 7f909add54996875123095cc3c5a98dafc66f8eb Author: Guillem Jover <[email protected]> Date: Tue Jul 5 00:14:46 2016 +0200 man: Document Testsuite-Triggers in dsc(5) --- debian/changelog | 4 ++++ man/dsc.5 | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index bce4314..643d80d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ dpkg (1.18.10) UNRELEASED; urgency=medium + [ Guillem Jover ] + * Documentation: + - Document Testsuite-Triggers in dsc(5). + [ Updated scripts translations ] * German (Helge Kreutzmann). diff --git a/man/dsc.5 b/man/dsc.5 index 001d394..33757b2 100644 --- a/man/dsc.5 +++ b/man/dsc.5 @@ -142,6 +142,13 @@ If the \fBautopkgtest\fP value is present, a \fIdebian/tests/control\fP is expected to be present, if the file is present but not the value, then \fBdpkg\-source\fP will automatically add it, preserving previous values. .TP +.BI Testsuite\-Triggers: " package-list" +This field declares the comma-separated union of all test dependencies +(\fBDepends\fP fields in \fIdebian/tests/control\fP file), with all +restrictions removed, and OR dependencies flattened, except for binaries +generated by this source package and meta-dependencies such as \fB@\fP or +\fB@builddeps@\fP. +.TP .BI Build\-Depends: " package-list" .TQ .BI Build\-Depends\-Arch: " package-list" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

