diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-30 14:02:48 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-30 14:02:48 -0400 |
commit | dcbd889c1b8ce2511d87765728d768aa220b5ab0 (patch) | |
tree | 34d65d8677f7ff70065d8c83ec6583eddc51cf5d /librewolf/debian/control.in | |
parent | improve my prefs.js but (diff) | |
download | stackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.tar.gz stackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.tar.bz2 stackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.zip |
lw 98.0 stackrpms rc1
Diffstat (limited to 'librewolf/debian/control.in')
-rw-r--r-- | librewolf/debian/control.in | 12 |
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), |