diff options
author | Marius Halden <marius.h@lden.org> | 2017-01-30 20:33:45 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-01-30 20:33:45 +0100 |
commit | 395b95a7d6df6c857e543fad47124cddda6d21d5 (patch) | |
tree | 1fae9d2b99a0b1fb60e54515014abece521388df /debian/rules | |
parent | 0644b8614aea470149f08a0357a73c7c601f00f5 (diff) | |
parent | 262a82b875f2a05cdcf2258260c5e8a9e538f405 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b1b3bd5c..4699d1c3 100755 --- a/debian/rules +++ b/debian/rules @@ -41,6 +41,11 @@ CONFIGURE_OVERRIDES:=CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAG HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") +# No difference at the build stage so just call main build target. +# (Well indep could be docs-only but we prebuild them plus it's really +# not that much work.) +build-arch build-indep: build + build: build-stamp build-stamp: dh_testdir |