summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2024-01-17 17:47:24 +0000
committerSimon McVittie <smcv@debian.org>2024-01-17 23:39:39 +0000
commit85302b83b95045660a129c6c1e2329acead06822 (patch)
treecb471c9339a36645d030e44c3bdbc6beef457a56
parent6f9d40b8aa080adcaf5e5e951ea97a6d1350e5b1 (diff)
d/control: Use perl from the build architecture if cross-compiling
We are not compiling a Perl extension, just running a script, so the build architecture's perl is fine.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 8a81b3de..76ec04cc 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends: debhelper-compat (= 13),
libxt-dev,
locales <!nocheck> | locales-all <!nocheck>,
meson,
- perl,
+ perl:native,
pkg-config,
Build-Depends-Indep: gi-docgen <!nodoc>
Standards-Version: 4.6.2