summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2022-10-18 08:37:23 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2022-10-18 08:37:23 -0400
commit30f359b8df30cb72f2505f1e843e6054d01c8bdd (patch)
treea0bd1f9c651d619402391b47f387c69c928b1a8b /debian/control
parent6c810c2fadb33f0a1e68bfc63cd2217b3972f40f (diff)
Support nocheck profile
Per release-team’s recent request that maintainers support the nocheck profile <E1oit90-0073rh-LX@respighi.debian.org>, annotate googletest with <!nocheck> and disable tests in debian/rules if that profile is set.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index aeb749e4..b0038378 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org>
Build-Depends:
cmake (>= 3.5),
debhelper-compat (= 12),
- googletest (>= 1.12) [!mipsel !ppc64]
+ googletest (>= 1.12) [!mipsel !ppc64] <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.1
Section: libs