summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-03-15 18:30:00 +0100
committergregor herrmann <gregoa@debian.org>2021-03-15 18:30:00 +0100
commit3d7f2fe910e96fecd21f41b0e8ecb16df7094ad8 (patch)
tree62e0cb24c6f5cada8a2b08878d9dc514c9bda273
parent651aab7b196670398043cf855f68b4d931a56fc1 (diff)
Annotate test-only build dependencies with <!nocheck>.
-rw-r--r--debian/control20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 958d351..52616a0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,16 +7,16 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
libmodule-build-tiny-perl,
perl
-Build-Depends-Indep: libdbd-pg-perl,
- libdbi-perl,
- libfile-which-perl,
- libfunction-parameters-perl,
- libmoo-perl,
- libtest-pod-perl,
- libtest-sharedfork-perl,
- libtry-tiny-perl,
- libtype-tiny-perl,
- postgresql
+Build-Depends-Indep: libdbd-pg-perl <!nocheck>,
+ libdbi-perl <!nocheck>,
+ libfile-which-perl <!nocheck>,
+ libfunction-parameters-perl <!nocheck>,
+ libmoo-perl <!nocheck>,
+ libtest-pod-perl <!nocheck>,
+ libtest-sharedfork-perl <!nocheck>,
+ libtry-tiny-perl <!nocheck>,
+ libtype-tiny-perl <!nocheck>,
+ postgresql <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-postgresql-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-postgresql-perl.git