mimetic (0.9.3-2) UNRELEASED; urgency=low
* Switch from ${Source-Version} to ${binary:Version} in debian/control.
+ * Don't ignore result of make distclean.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 00:18:57 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 00:31:04 +0200
mimetic (0.9.3-1) unstable; urgency=low
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
-cd $(CURDIR)/doc && $(MAKE) dist-clean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""