diff options
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/debian/control.in b/debian/control.in index fbee8fe1cb..c07f72f0ba 100644 --- a/debian/control.in +++ b/debian/control.in @@ -29,7 +29,7 @@ Build-Depends: autotools-dev, libnspr4-dev (>= 2:@NSPR_VERSION@~), %endif %if USE_SYSTEM_NSS -%define NSS_VERSION 3.99 +%define NSS_VERSION 3.100 libnss3-dev (>= 2:@NSS_VERSION@~), %endif %if USE_SYSTEM_VPX @@ -47,14 +47,11 @@ Build-Depends: autotools-dev, yasm, nasm (>= 2.14) [amd64 i386], %if DIST == bookworm || DIST == bullseye || DIST == buster - rustc-mozilla (>= 1.70), + rustc-mozilla (>= 1.75), + cargo-mozilla (>= 1.75), %else - rustc (>= 1.70), -%endif -%if DIST == bullseye || DIST == buster - cargo-mozilla (>= 0.66), -%else - cargo (>= 0.66), + rustc (>= 1.75), + cargo (>= 1.75), %endif llvm-dev, libclang-dev, |