Signed-off-by: Michael Tokarev <[email protected]> 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
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/0e24d9061abcb8f6cce50c9f990c544291b3ef64.1297695597.git....@msgid.tls.msk.ru

