From 7d079c7718959bc1b758d5964abbc6158fd5b3f2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 28 Jun 2022 22:40:29 -0400 Subject: lw 101.0.1 dpkg 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 0a7ed78..1568569 100644 --- a/librewolf/debian/control.in +++ b/librewolf/debian/control.in @@ -1,8 +1,8 @@ Source: @browser@ Section: web Priority: optional -Maintainer: B. Stack -XSBC-Original-Maintainer: Maintainers of Mozilla-related packages +Maintainer: Maintainers of Mozilla-related packages +Uploaders: Mike Hommey Build-Depends: autotools-dev, debhelper (>= 9.20160114), libx11-dev, @@ -24,7 +24,7 @@ Build-Depends: autotools-dev, libnspr4-dev (>= 2:@NSPR_VERSION@~), %endif %if USE_SYSTEM_NSS -%define NSS_VERSION 3.76 +%define NSS_VERSION 3.78 libnss3-dev (>= 2:@NSS_VERSION@~), %endif %if USE_SYSTEM_VPX @@ -46,9 +46,9 @@ Build-Depends: autotools-dev, nasm (>= 2.14) [amd64 i386], %endif %if DIST == bullseye || DIST == buster || DIST == stretch - rustc-mozilla (>= 1.56), + rustc-mozilla (>= 1.59), %else - rustc (>= 1.56), + rustc (>= 1.59), %endif %if DIST == bullseye || DIST == buster || DIST == stretch cargo-mozilla (>= 0.57), @@ -65,7 +65,7 @@ Build-Depends: autotools-dev, libclang-dev, clang, %endif - cbindgen (>= 0.19.0), + cbindgen (>= 0.23.0), %if DIST == stretch nodejs-mozilla (>= 10), %else -- cgit