From: gregor herrmann Date: Tue, 10 Jul 2007 22:44:50 +0000 (-0000) Subject: * Don't ignore result of make distclean. X-Git-Tag: debian/0.9.3-2~8 X-Git-Url: https://git.toastfreeware.priv.at/debian/mimetic.git/commitdiff_plain/222b2d9b63bf90a3e84329e855170948ddb9ca93?hp=37beb8d3e3968cd519e027edb52f4eea53170765 * Don't ignore result of make distclean. --- diff --git a/debian/changelog b/debian/changelog index 9d36df4..6354249 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ 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 Wed, 11 Jul 2007 00:18:57 +0200 + -- gregor herrmann Wed, 11 Jul 2007 00:31:04 +0200 mimetic (0.9.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 3441647..3511f2c 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ clean: 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)" ""