Debian Automated Code Analysis

checkbashisms analysis of gs-cjk-resource_1.20100103-2.dsc

possible bashism in ./debian/scripts/lib line 99 (function names should only contain [a-z0-9_]):
do.patching() {
possible bashism in ./debian/scripts/lib line 176 (function names should only contain [a-z0-9_]):
source.clean() {
possible bashism in ./debian/scripts/lib line 181 (brace expansion):
	rm -f $STAMP_DIR/{source.{clean,build,make}}
possible bashism in ./debian/scripts/lib line 191 (function names should only contain [a-z0-9_]):
source.patch()		{ cmd=source.patch; do.patching; }
possible bashism in ./debian/scripts/lib line 192 (function names should only contain [a-z0-9_]):
fix.source.patch()	{ cmd=fix.source.patch; do.patching; }
possible bashism in ./debian/scripts/lib line 193 (function names should only contain [a-z0-9_]):
unfix.source.patch()	{ cmd=unfix.source.patch; do.patching; }
possible bashism in ./debian/scripts/lib line 194 (function names should only contain [a-z0-9_]):
patch.apply()		{ cmd=patch.apply; do.patching; }

This report was generated on Fri, 17 Dec 2010 00:38:07 +0000, based on results by checkbashisms 2.10.65git5