diff options
author | Guillem Jover <guillem@debian.org> | 2016-12-16 22:39:38 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-01-25 04:02:40 +0100 |
commit | 9899bdcf9bde76d969b124abf0a898fcbb202c70 (patch) | |
tree | 076ac53b737af369671d56cc865d1de8c3daa526 /scripts/Makefile.am | |
parent | df630946cc239c4fb7494dd3a2b78fa4e1c98358 (diff) | |
download | dpkg-9899bdcf9bde76d969b124abf0a898fcbb202c70.tar.gz |
dpkg-source: Generate Testsuite-Restrictions fields from test restrictions
This information is currently only available in the Restrictions field in
the debian/tests/control file.
When dispatching tests, it might be inconvenient to have to download and
unpack the source package beforehand. Let's expose this via the .dsc in
a similar way we do for the Testsuite-Triggers field.
Closes: #847926
Based-on-patch-by: Iain Lane <laney@debian.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5583fa960..953efdbce 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -326,6 +326,7 @@ test_data = \ t/dpkg_source/testsuite_1.dsc \ t/dpkg_source/testsuite_2.dsc \ t/dpkg_source/testsuite_3.dsc \ + t/dpkg_source/testsuite_4.dsc \ t/merge_changelogs/ch-old \ t/merge_changelogs/ch-a \ t/merge_changelogs/ch-b \ |