tag 471756 + patch
thanks

the attached patch trivially fixes the FTBFS with dash
diff --git a/debian/rules b/debian/rules
index 6d48616..d846182 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ install-stamp: build
 		$(CURDIR)/debian/usr/share/myspell/infos/ooo
 
 	# install dictionary files
-	install -m644 en_AU.{aff,dic} th_en_AU_v2.{dat,idx} \
+	install -m644 en_AU.aff en_AU.dic th_en_AU_v2.dat th_en_AU_v2.idx \
 		$(CURDIR)/debian/usr/share/myspell/dicts
 
 	# install dictionary.lst fragments

Reply via email to