summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-11-12 16:20:17 +0100
committergregor herrmann <gregoa@debian.org>2021-11-12 16:20:17 +0100
commit76fa114db87fc8d84fe2921745b87d2f72848da3 (patch)
treec29f1ebbd6435651d44092f5f39bab906309ddad
parent246b99c3a341f426c61e5831077b550ba6f0d5f8 (diff)
Annotate test-only build dependencies with <!nocheck>.
-rw-r--r--debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index f7fc7c4..7c2ad30 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: libdbd-csv-perl,
- libdbd-sqlite3-perl,
- libdbi-perl,
- libfile-homedir-perl,
- libsql-statement-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libyaml-tiny-perl,
+Build-Depends-Indep: libdbd-csv-perl <!nocheck>,
+ libdbd-sqlite3-perl <!nocheck>,
+ libdbi-perl <!nocheck>,
+ libfile-homedir-perl <!nocheck>,
+ libsql-statement-perl <!nocheck>,
+ libtest-pod-coverage-perl <!nocheck>,
+ libtest-pod-perl <!nocheck>,
+ libyaml-tiny-perl <!nocheck>,
perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-database-perl