debian: use make distclean instead of make clean between builds (Thanks Mirko)

This commit is contained in:
Michael Stapelberg 2009-06-22 19:04:28 +02:00
parent 49f94e9c74
commit 08c92e9599
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
i3status (1.2-2) unstable; urgency=low
* debian: use make distclean instead of make clean between both builds
-- Michael Stapelberg <michael@stapelberg.de> Mon, 22 Jun 2009 19:04:22 +0200
i3status (1.2-1) unstable; urgency=low
* Handle SIGPIPE to avoid zombie processes

2
debian/rules vendored
View File

@ -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 $@