[X2Go-Commits] [pale-moon] 04/05: debian/rules: define and pass down DICT_DIR.

git-admin at x2go.org git-admin at x2go.org
Sat Sep 22 02:27:12 CEST 2018


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

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

commit 2f91b839d7b1f06505dfcb67583e22a7a91f00d7
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Sep 22 02:12:34 2018 +0200

    debian/rules: define and pass down DICT_DIR.
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1107cb2..cfdc7f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -181,6 +181,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
       used within Palemoon (and refers to the Goanna version).
     - Use safer UPSTREAM_VERSION instead of globbing *.
     - Use gcc-mozilla on wheezy. Needs control.in update as well.
+    - Define and pass down DICT_DIR.
   * debian/mozconfig:
     - Remove autoconf flags that should better be handled by debian/rules.
   * debian/make.mk:
diff --git a/debian/rules b/debian/rules
index 9d4888c..f64dd7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,7 +123,9 @@ $(foreach f,$(IN_FILES),$(eval $(call preprocess, $(f))))
 GENERATED_FILES += $(PREPROCESSED_FILES)
 debian/control: debian/rules debian/changelog
 
-$(PREPROCESSED_FILES): VARS = UPSTREAM_VERSION MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH
+DICT_DIR := /usr/share/hunspell
+
+$(PREPROCESSED_FILES): VARS = UPSTREAM_VERSION DICT_DIR MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH
 
 $(PREPROCESSED_FILES):
 	$(PYTHON) python/mozbuild/mozbuild/preprocessor.py --marker % -Fsubstitution $(foreach var,$(VARS),-D$(var)="$($(var))" )$< > $@

--
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