From: Michael Stapelberg Date: Mon, 22 Jun 2009 17:04:28 +0000 (+0200) Subject: debian: use make distclean instead of make clean between builds (Thanks Mirko) X-Git-Tag: 2.0~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=08c92e959976839d6fbb065986fa4d17898aa94f;p=i3%2Fi3status debian: use make distclean instead of make clean between builds (Thanks Mirko) --- diff --git a/debian/changelog b/debian/changelog index 2d9927e..9def1fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +i3status (1.2-2) unstable; urgency=low + + * debian: use make distclean instead of make clean between both builds + + -- Michael Stapelberg Mon, 22 Jun 2009 19:04:22 +0200 + i3status (1.2-1) unstable; urgency=low * Handle SIGPIPE to avoid zombie processes diff --git a/debian/rules b/debian/rules index 153c9da..d7efa6f 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ build-stamp: $(MAKE) cp $(CURDIR)/i3status $(CURDIR)/i3status-wmii # Build with dzen support - $(MAKE) clean + $(MAKE) distclean $(MAKE) EXTRA_CFLAGS="-DDZEN" touch $@