summaryrefslogtreecommitdiff
path: root/librewolf/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/control.in')
-rw-r--r--librewolf/debian/control.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/librewolf/debian/control.in b/librewolf/debian/control.in
index 2134e5a..7c45bab 100644
--- a/librewolf/debian/control.in
+++ b/librewolf/debian/control.in
@@ -24,7 +24,7 @@ Build-Depends: autotools-dev,
libnspr4-dev (>= 2:@NSPR_VERSION@~),
%endif
%if USE_SYSTEM_NSS
-%define NSS_VERSION 3.72
+%define NSS_VERSION 3.75
libnss3-dev (>= 2:@NSS_VERSION@~),
%endif
%if USE_SYSTEM_VPX
@@ -45,14 +45,14 @@ Build-Depends: autotools-dev,
nasm (>= 2.14) [amd64 i386],
%endif
%if DIST == bullseye || DIST == buster || DIST == stretch
- rustc-mozilla (>= 1.53),
+ rustc-mozilla (>= 1.56),
%else
- rustc (>= 1.53),
+ rustc (>= 1.56),
%endif
-%if DIST == buster || DIST == stretch
- cargo-mozilla (>= 0.54),
+%if DIST == bullseye || DIST == buster || DIST == stretch
+ cargo-mozilla (>= 0.57),
%else
- cargo (>= 0.54),
+ cargo (>= 0.57),
%endif
%if DIST == stretch
gcc-mozilla (>= 7.1),
bgstack15