[X2Go-Commits] [pale-moon] 150/216: debian/control.in: add (optional) hunspell build dependency.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:23 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit d4df79e532b89d94e2f4d5c7777a6a3c366eb54d
Author: Mihai Moldovan <ionic at 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


More information about the x2go-commits mailing list