This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit ead2e360665e221aa177d4c51c2287aac245c855 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:31:09 2018 +0200 debian/control.in: make libnspr4-dev run-time dependency optional. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 28934f6..69dfb5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Also provide gnome-www-browser. - Change missed Section to contrib/... - Make libnss-dev run-time dependency optional. + - Make libnspr4-dev run-time dependency optional. * 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 a96e3fe..8d4d155 100644 --- a/debian/control.in +++ b/debian/control.in @@ -139,7 +139,9 @@ Depends: ${shlibs:Depends}, %if USE_SYSTEM_NSS libnss3-dev, %endif +%if USE_SYSTEM_NSPR libnspr4-dev, +%endif palemoon (= ${binary:Version}) Description: Development files for the Gecko engine library This library provides an API for XUL applications and Gecko embedders. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git