summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-07-22 23:49:57 -0300
committergregor herrmann <gregoa@debian.org>2019-07-22 23:49:57 -0300
commit0d0cde92336c15bfcf5106d0190336baf5342ee6 (patch)
treeb9ce0350003b23f8aaa917b25ab98c7b7bbe1fc7
parentff8bd6c501e307219579575e03fcf36bf9f01c17 (diff)
Annotate test-only build dependencies with <!nocheck>.
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index fa20aec..f6cd0f9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,14 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- libcpanel-json-xs-perl,
- libjson-perl,
- libjson-xs-perl,
- libtest-fatal-perl,
- libtest-requires-perl,
- libtest-warnings-perl,
- libtest-without-module-perl,
- libyaml-syck-perl
+ libcpanel-json-xs-perl <!nocheck>,
+ libjson-perl <!nocheck>,
+ libjson-xs-perl <!nocheck>,
+ libtest-fatal-perl <!nocheck>,
+ libtest-requires-perl <!nocheck>,
+ libtest-warnings-perl <!nocheck>,
+ libtest-without-module-perl <!nocheck>,
+ libyaml-syck-perl <!nocheck>
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-any-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-any-perl.git
@@ -35,4 +35,4 @@ Description: wrapper class for the various JSON classes
.
JSON::Any is deprecated. If you're producing new code it is recommended to
use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed
- purposes.
+ purposes.