diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:17 +0000 |
commit | 2bad04c1a6d775e66439e96a867199c9df2c2b4e (patch) | |
tree | 825b52d542292c4aa5e6ebf8172623c7a72a1c87 /debian/control.in | |
parent | Merging upstream version 127.0. (diff) | |
download | firefox-2bad04c1a6d775e66439e96a867199c9df2c2b4e.tar.xz firefox-2bad04c1a6d775e66439e96a867199c9df2c2b4e.zip |
Merging debian version 127.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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, |