debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 0ea3bb62d8e2421ca21f2e10a8896fccad8b102f Author: Vincent Cheng <[email protected]> Date: Wed Apr 29 18:31:45 2015 -0700 fix ftbfs on i386 by passing --disable-selective-werror diff --git a/debian/changelog b/debian/changelog index cbcfd2b..ba51177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +intel-gpu-tools (1.10-2) unstable; urgency=medium + + * Fix FTBFS on i386. + + -- Vincent Cheng <[email protected]> Wed, 29 Apr 2015 18:19:48 -0700 + intel-gpu-tools (1.10-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 5e95be9..c92e3a6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,8 @@ SOURCE = intel-gpu-tools # FIXME: building debugger causes FTBFS override_dh_auto_configure: dh_auto_configure -- --disable-shader-debugger --disable-dumper \ - --disable-tests --disable-silent-rules + --disable-tests --disable-silent-rules \ + --disable-selective-werror # Disable test suite: override_dh_auto_test: -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

