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 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
bgstack15