Codebase list mimetic / 222b2d9
* Don't ignore result of make distclean. gregor herrmann 16 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 mimetic (0.9.3-2) UNRELEASED; urgency=low
11
22 * Switch from ${Source-Version} to ${binary:Version} in debian/control.
3 * Don't ignore result of make distclean.
34
4 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 00:18:57 +0200
5 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 00:31:04 +0200
56
67 mimetic (0.9.3-1) unstable; urgency=low
78
5454 rm -f build-stamp
5555
5656 # Add here commands to clean up after the build process.
57 -$(MAKE) distclean
57 [ ! -f Makefile ] || $(MAKE) distclean
5858 -cd $(CURDIR)/doc && $(MAKE) dist-clean
5959
6060 ifneq "$(wildcard /usr/share/misc/config.sub)" ""