diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2017-09-22 17:01:14 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2017-09-22 17:01:14 +0200 |
| commit | 1fe542ba07fb124d9da31c460d3b87c1f7b07ebe (patch) | |
| tree | 699ff87e606f13ae397c025d3cb9e74e9e6865f5 /debian | |
| parent | 365c3912152a8bb6c4af59d50ba0c678b682f087 (diff) | |
debian/rules: include s390x in archs where we ignore warnings
(bzr r4253.2.2)
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b20031320..fea379dda 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) gles2_architectures := armel armhf -ignore_warnings_archs := armhf ppc64el +ignore_warnings_archs := armhf ppc64el s390x DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') |
