This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit a6c70aed4644facc283fd21755ec23ac57c94d0b Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:39:57 2018 +0200 debian/control.in: add (optional) libffi build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f5e0c8f..f7e3b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rework asound2 build dependency, for Linux only. - Add (commented out) libiw dependency for Linux only. - Add libnotify build dependency. + - Add (optional) libffi 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 6f99eb5..b472e51 100644 --- a/debian/control.in +++ b/debian/control.in @@ -62,6 +62,9 @@ Build-Depends: autotools-dev, # Disabled, because Palemoon does not have or want such capabilities. # libiw-dev [linux-any], libnotify-dev, +%if USE_SYSTEM_FFI + libffi-dev, +%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