summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-10-12 23:07:14 +0200
committergregor herrmann <gregoa@debian.org>2021-10-12 23:10:55 +0200
commit3646d3caf9151e90c7001bf57b18dee8fd402cba (patch)
treeedd602dddf2487b792f4b281dc685a74e779b298
parent1865da6cb90d8cf5cf5ba707e363aa6d3b8f4de4 (diff)
Limit libmath-int128-perl test dependency to certain architectures
in an attempt to unbreak autopkgtests.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ca4b2d7..29c30c9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libcrypt-blowfish-perl <!nocheck>,
libcrypt-rijndael-perl <!nocheck>,
libcrypt-pbkdf2-perl <!nocheck>,
libcryptx-perl <!nocheck>,
- libmath-int128-perl <!nocheck>,
+ libmath-int128-perl [amd64 arm64 mips64el ppc64el s390x] <!nocheck>,
perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-cbc-perl