This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 293e449b72e93398e9727b61af33031eb105ec4f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:18:24 2018 +0200 debian/control.in: add (optional) nss build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7b8f4bb..455674f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rework python build dependencies. - Reformat dpkg-dev build dependency. - Add (optional) nspr build dependency. + - Add (optional) nss build dependency. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index 1dd3a7f..427f1a8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -45,6 +45,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_NSPR libnspr4-dev (>= 2:4.13.1~), %endif +%if USE_SYSTEM_NSS + libnss3-dev (>= 2:3.28.5~), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git