From: Sebastian Harl Date: Sun, 7 Jun 2009 19:56:06 +0000 (+0200) Subject: rules: Removed trailing whitespace. X-Git-Tag: pfstools-1.8.1-1~4 X-Git-Url: https://git.tokkee.org/?p=pkg-pfstools.git;a=commitdiff_plain;h=7be497e28136be763861466ddbe6a321af63f73a rules: Removed trailing whitespace. ;-) --- diff --git a/debian/rules b/debian/rules index 4a38121..ffb1254 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ build-stamp: config.status clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean @@ -71,12 +71,12 @@ clean: fi \ done - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install @@ -119,5 +119,5 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install