[Debian-islamic-commits] [SCM] Packaging for Zekr branch, master, updated. debian/1.0.0+repack-5-3-gefae62e

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed Aug 17 15:21:25 UTC 2011


The following commit has been merged in the master branch:
commit 9ea67d253cbc264be898b96bc099f4413a41ccbb
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Wed Aug 17 16:44:53 2011 +0200

    Disable font checks when just running '-index' or '-clean' arguments

diff --git a/debian/zekr.sh b/debian/zekr.sh
index 480adcf..a1bd5dc 100644
--- a/debian/zekr.sh
+++ b/debian/zekr.sh
@@ -12,10 +12,12 @@ while [ ! -z $1 ]; do
       shift
       ;;
     -index)
+      ZEKR_WARNINGS="disable"
       [ ! "$2" = "all" ] || NO_WORKSPACE=1
       shift
       ;;
     -clean)
+      ZEKR_WARNINGS="disable"
       [ ! "$2" = "index-all" ] || NO_WORKSPACE=1
       shift
       ;;

-- 
Packaging for Zekr



More information about the Debian-islamic-commits mailing list