[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian bug or not ?



Hi,

I've this strange output with lintian and I see nothing wrong in these
scripts (debhelper scripts)

Any idea ?

Christian

W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:4
W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:5
W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:11
W: sawfish-lisp-source: possible-bashism-in-maintainer-script postinst:12
W: sawfish-lisp-source: possible-bashism-in-maintainer-script prerm:3
W: sawfish-lisp-source: possible-bashism-in-maintainer-script prerm:4
W: sawfish-lisp-source: possible-bashism-in-maintainer-script prerm:8
W: sawfish-lisp-source: possible-bashism-in-maintainer-script prerm:9


#!/bin/sh -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/sawfish-lisp-source -a -d /usr/share/doc/sawfish-lisp-source ]; then
		ln -sf ../share/doc/sawfish-lisp-source /usr/doc/sawfish-lisp-source
	fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/sawfish-lisp-source -a -d /usr/share/doc/sawfish-lisp-source ]; then
		ln -sf ../share/doc/sawfish-lisp-source /usr/doc/sawfish-lisp-source
	fi
fi
# End automatically added section

#!/bin/sh -e
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/sawfish-lisp-source ]; then
	rm -f /usr/doc/sawfish-lisp-source
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/sawfish-lisp-source ]; then
	rm -f /usr/doc/sawfish-lisp-source
fi
# End automatically added section



Reply to: