This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5ba880f7ac76e2a760143af92ec9713e15d0d061 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:24:18 2018 +0200 debian/control.in: add (optional) hunspell build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9717191..5b41ab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) nss build dependency. - Add (optional) sqlite build dependency. - Add (optional) libvpx build dependency. + - Add (optional) hunspell 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 ea91682..6cddd4f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -54,6 +54,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_VPX libvpx-dev (>= 1.5.0), %endif +%if USE_SYSTEM_HUNSPELL + libhunspell-dev (>= 1.2), +%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