2008/7/31 martin f krafft <[EMAIL PROTECTED]>:
> The package leaves the files
> around after a build, and
> fakeroot debian/rules binary
> does not clean them.
Should "binary" target clean those files or is cleaning in "clean"
target is sufficient?
Something like:
clean:
dh_testdir
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) maintainer-clean
rm -f <file-list>
--
Krzysztof Burghardt <[EMAIL PROTECTED]>
http://www.burghardt.pl/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]