From dcbd889c1b8ce2511d87765728d768aa220b5ab0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 30 Mar 2022 14:02:48 -0400 Subject: lw 98.0 stackrpms rc1 --- librewolf/debian/control.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'librewolf/debian/control.in') 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), -- cgit