# cvs에 업데이트 하기 위한 파일입니다.
# 소스 파일과 아무런 관련이 없습니다.

find . -type f -name "*~" -exec rm -fr {} \;
find . -type f -name "*.bak" -exec rm -fr {} \;
find . -type d -name "CVS*" -exec rm -fr {} \;
fakeroot debian/rules clean
export CVS_RSH=ssh
cvs -z3 -d:ext:shriekout@cvs.foo.kldp.net:/cvsroot/happytimer import -m 'Import' happytimer vendor start
