From: Tatsuya Kinoshita Subject: Bug#393100: Could you review debian/README.Debian-source and debian/rules? Date: Wed, 18 Oct 2006 23:07:42 +0900 (JST) > > +package := skkdic > > +date := $(shell date '+%Y%m%d') > > +orig_source_dir := ${package}-${date}.orig > > +orig_source_tarball := ${package}_${date}.orig.tar.gz > > +cvs_repos := :pserver:[EMAIL PROTECTED]:/circus/cvsroot > > +cvs_path := skk/dic > > I've noticed that the `skk' directory is used in the current > directory, which easily conflicts with the existent directory. > > Please consider using more unique name as a temporary directory, > such as `skkdic_YYYYMMDD.tmp'. (I feel mktemp or similar > isn't needed in this case. Users should only give care to > the names `skkdic_YYYYMMDD.*'.)
Thank you for comments. I've fixed it, passing "-d ${orig_source_dir}" to cvs export. :-) -Noritada Kobayashi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]