diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2017-01-28 22:36:26 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2017-01-28 22:36:26 +0000 |
commit | 53cb4ae80e54b89efebc7d19f739d17fc3286383 (patch) | |
tree | dc31dc49907a55f13244a8c10111be84bb22a775 /debian/rules | |
parent | eaffd0dbb31861022409e4948558de43883ecf56 (diff) |
More troubles because the fix from the Debian bug didn't match the fix3.5-2
actually NMU'd. :-( Now this fix really should work. Third time's the
charm after all, innit.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 5cbc7070..4699d1c3 100755 --- a/debian/rules +++ b/debian/rules @@ -40,9 +40,11 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) CONFIGURE_OVERRIDES:=CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") -# https://bugs.debian.org/821967 -build-indep: binary-indep -build-arch: binary-arch + +# 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: |