summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-02-25 22:55:20 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-02-25 22:55:20 +0400
commitb160b204f460180582fbc5503f2f8dd39d050c77 (patch)
treef674d181385a37d3d62e05e3739c0a9dc513b27e
parent273821dd6234c1b302078db26e48fc7cb3ecd5dd (diff)
downloadaugeas-b160b204f460180582fbc5503f2f8dd39d050c77.tar.gz
build is a phony target
There is a directory "build": debian/rules build is no-op fakeroot debian/rules binary runs tests (dh_auto_test) Some tests should be skipped if running by non-root, but they think they run under root (due to fakeroot) and fail.
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 80ec028..83cb2df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ ifeq ($(DEB_HOST_ARCH),armel)
CFLAGS += -O0
endif
-%:
+# build is a directory:
+.PHONY: build
+build %:
dh $@ --with autoreconf
override_dh_auto_configure: