diff options
author | B. Stack <bgstack15@gmail.com> | 2022-06-28 22:40:29 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-06-28 22:40:29 -0400 |
commit | 7d079c7718959bc1b758d5964abbc6158fd5b3f2 (patch) | |
tree | 844d303ea5aed16ef13ede1fe5a68ad4bec21039 /librewolf/debian/control.in | |
parent | ffs: fix dpkg r_z_a_u.patch (diff) | |
download | stackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.tar.gz stackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.tar.bz2 stackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.zip |
lw 101.0.1 dpkg 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 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 <bgstack15@gmail.com> -XSBC-Original-Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org> +Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org> +Uploaders: Mike Hommey <glandium@debian.org> 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 |