[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 3/3] [buildsys] remove trailing whitespaces from debian/rules



Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

diff --git a/debian/rules b/debian/rules
index 7d74768..2a00f62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 SOURCE := $(shell dpkg-parsechangelog | sed -ne 's,^Source: *\(.*\)$$,\1,p')
 VERSION_DEBIAN := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p')
 VERSION := $(shell echo "$(VERSION_DEBIAN)" | sed -e 's,^[^:]*:,,' -e 's,-[^-]*$$,,')
- 
+
 BUILD_DIR = debian/build
 STAMPS_DIR = debian/stamps
 
@@ -41,7 +41,7 @@ $(STAMPS_DIR)/build_%: $(STAMPS_DIR)/setup_%
 	touch $@
 
 $(STAMPS_DIR)/indepbuild_%: DIR=$(BUILD_DIR)/indepbuild_$*
-$(STAMPS_DIR)/indepbuild_%: 
+$(STAMPS_DIR)/indepbuild_%:
 	dh_testdir
 	touch $@
 
-- 
1.7.2.3


Reply to: