diff options
author | dequis <dx@dxzone.com.ar> | 2017-01-26 21:44:52 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-01-26 21:46:49 -0300 |
commit | b5fb9033d479bba6b22d7d66f7d0ec3e24086d93 (patch) | |
tree | f50589ef41d0277c74381733d4b8e968976c4f86 /debian/rules | |
parent | b8bc39837a21d5adf12d4252b4ba6b30098010db (diff) |
debian: Merge changes from 3.4.2-1.1 NMU into 3.5-1
Because apparently not having build-arch is now a build failure, even
though lintian only considered it a warning and a "recommended" target
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b1b3bd5c..5cbc7070 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,9 @@ 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 build: build-stamp build-stamp: |