CVS commit by benb:
Upstream tarballs still have a CVS dir.
M +1 -1 rules 1.92
--- koffice/debian/rules #1.91:1.92
@@ -117,5 +117,5 @@
fi
- if test -d CVS; then \
+ if test -f Makefile.cvs; then \
$(MAKE) -f admin/Makefile.common cvs-clean ;\
fi