[libreoffice] 01/01: rename FONT_SUGGESTS to FONT_RECOMMENDS since that is what it actually is nowadays

Rene Engelhard rene at moszumanska.debian.org
Sat Dec 16 13:48:34 UTC 2017


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

rene pushed a commit to branch debian-experimental-6.0
in repository libreoffice.

commit f8c67cb694d8f7f2a179cb00de285a7df4fa3dc9
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Dec 16 14:47:23 2017 +0100

    rename FONT_SUGGESTS to FONT_RECOMMENDS since that is what it actually is nowadays
---
 control.lang.in |  2 +-
 rules           | 32 ++++++++++++++++----------------
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/control.lang.in b/control.lang.in
index 44a62c2..cd05d9e 100644
--- a/control.lang.in
+++ b/control.lang.in
@@ -2,7 +2,7 @@ Package: libreoffice-l10n- at LCODE@
 Section: localization
 Architecture: all
 Depends: libreoffice-common, ${misc:Depends}, @LOCALES_DEPENDS@
-Recommends: libreoffice-core (>> ${base-version}) @FONT_SUGGESTS@
+Recommends: libreoffice-core (>> ${base-version}) @FONT_RECOMMENDS@
 Provides: libreoffice-l10n (= ${help-l10n-virtual-version})
 Suggests: hunspell-dictionary- at LCODE@ | myspell-dictionary- at LCODE@,
           hyphen- at LCODE@,
diff --git a/rules b/rules
index b730223..9632f7f 100755
--- a/rules
+++ b/rules
@@ -1706,49 +1706,49 @@ debian/control: $(wildcard debian/control*in) $(SOURCE_TREE)/bin/lo-xlate-lang
 	    CCODE=`echo $$LCODE | sed 's/-.*//'`; \
 	    case "$$LCODE" in \
 		bn) \
-			FONT_SUGGESTS=", fonts-beng"; \
+			FONT_RECOMMENDS=", fonts-beng"; \
 			;; \
 		gu) \
-			FONT_SUGGESTS=", fonts-gujr"; \
+			FONT_RECOMMENDS=", fonts-gujr"; \
 			;; \
 		pa-in) \
-			FONT_SUGGESTS=", fonts-guru"; \
+			FONT_RECOMMENDS=", fonts-guru"; \
 			;; \
 		ml) \
-			FONT_SUGGESTS=", fonts-mlym"; \
+			FONT_RECOMMENDS=", fonts-mlym"; \
 			;; \
 		or) \
-			FONT_SUGGESTS=", fonts-orya"; \
+			FONT_RECOMMENDS=", fonts-orya"; \
 			;; \
 		te) \
-			FONT_SUGGESTS=", fonts-telu"; \
+			FONT_RECOMMENDS=", fonts-telu"; \
 			;; \
 		ta) \
-			FONT_SUGGESTS=", fonts-taml"; \
+			FONT_RECOMMENDS=", fonts-taml"; \
 			;; \
 		hi-in|ne|mr) \
-			FONT_SUGGESTS=", fonts-deva"; \
+			FONT_RECOMMENDS=", fonts-deva"; \
 			;; \
 		he) \
-			FONT_SUGGESTS=", culmus"; \
+			FONT_RECOMMENDS=", culmus"; \
 			;; \
 		km) \
-			FONT_SUGGESTS=", fonts-khmeros"; \
+			FONT_RECOMMENDS=", fonts-khmeros"; \
 			;; \
 		ar) \
-			FONT_SUGGESTS=", fonts-kacst, fonts-hosny-amiri, fonts-sil-scheherazade"; \
+			FONT_RECOMMENDS=", fonts-kacst, fonts-hosny-amiri, fonts-sil-scheherazade"; \
 			;; \
 		fa) \
-			FONT_SUGGESTS=", fonts-farsiweb"; \
+			FONT_RECOMMENDS=", fonts-farsiweb"; \
 			;; \
 		dz) \
-			FONT_SUGGESTS=", fonts-dzongkha"; \
+			FONT_RECOMMENDS=", fonts-dzongkha"; \
 			;; \
 		th) \
-			FONT_SUGGESTS=", fonts-thai-tlwg"; \
+			FONT_RECOMMENDS=", fonts-thai-tlwg"; \
 			;; \
 		*) \
-			FONT_SUGGESTS= ;; \
+			FONT_RECOMMENDS= ;; \
 	    esac; \
 	    case "$$LCODE" in \
 		rw) \
@@ -1772,7 +1772,7 @@ debian/control: $(wildcard debian/control*in) $(SOURCE_TREE)/bin/lo-xlate-lang
 	    esac; \
 	    sed -e "s|@LNAME@|$$LNAME|g" -e "s|@LCODE@|$$LCODE|g" \
 		-e "s|@CCODE@|$$CCODE|g" \
-	        -e "s|@FONT_SUGGESTS@|$$FONT_SUGGESTS|g" \
+	        -e "s|@FONT_RECOMMENDS@|$$FONT_RECOMMENDS|g" \
 	        -e "s:@LOCALES_DEPENDS@:$$LOCALES_DEPENDS:g" \
 		-e "s|@LDAP_LIB@|$(LDAP_LIB)|g" \
 	        >> debian/control < debian/control.lang.in; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list