aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2017-08-05 22:55:41 -0400
committerGuido Günther <agx@sigxcpu.org>2017-08-06 10:46:59 -0300
commitdff2864ed0eaae20cd5a75bfd0e6e639a984c8d1 (patch)
treedf404f96958e1dffa504a65baed5939a19116cff /debian/control
parent7cbe6584f82762dac34a043774abf3a7d10a1852 (diff)
Use build profiles to avoid unconditional installation of test dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index df134a00..ed05cfe6 100644
--- a/debian/control
+++ b/debian/control
@@ -24,17 +24,17 @@ Build-Depends:
python3-setuptools,
sgml2x,
# For the testsuite
- bzip2,
- cpio,
- devscripts (>= 2.17.7~),
- git (>= 1:1.7.9.1-1~),
- pristine-tar,
- rpm,
- unzip,
- zipmerge,
+ bzip2 <!nocheck>,
+ cpio <!nocheck>,
+ devscripts (>= 2.17.7~) <!nocheck>,
+ git (>= 1:1.7.9.1-1~) <!nocheck>,
+ pristine-tar <!nocheck>,
+ rpm <!nocheck>,
+ unzip <!nocheck>,
+ zipmerge <!nocheck>,
# For the network tests
- curl,
- python3-requests,
+ curl <!nocheck>,
+ python3-requests <!nocheck>,
Standards-Version: 3.9.8
Vcs-Git: https://git.sigxcpu.org/cgit/git-buildpackage/
Vcs-Browser: https://git.sigxcpu.org/cgit/git-buildpackage/