Package: wims Version: 3.64-9 Severity: serious Stuff like:
# if the orig.tar.gz fil exists, use a very fast clean method.
# otherwise use a slower and less safe method (make clean does
not # really clean everything).
if [ -f $(ORIGTARGZ) ]; then \
rm -rf wims Makefile po patch-stamp *.conf texgd-examples; \
rm -rf debian/patched; \
tar xzf $(ORIGTARGZ) --strip 1; \
else \
if [ -f Makefile ]; then $(MAKE) clean; fi; \
dpatch deapply-all; \
fi
.. is really not cool. Please fix/supplement upstream's clean target
instead of doing that.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
signature.asc
Description: PGP signature

